Moved m4 stuff to m4 dir to match how we're doing it in the other projects.
[awesomized/libmemcached] / config / pod2man.m4
diff --git a/config/pod2man.m4 b/config/pod2man.m4
deleted file mode 100644 (file)
index ef9f394..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-AC_PATH_PROG([POD2MAN], [pod2man], "no", [$PATH:/usr/bin:/usr/local/bin])
-if test "x$POD2MAN" == "xno"; then
-  AC_MSG_ERROR(["Could not find pod2man anywhere in path"])
-fi
-AC_SUBST(POD2MAN)