Moved m4 stuff to m4 dir to match how we're doing it in the other projects.
[awesomized/libmemcached] / m4 / pod2man.m4
1 AC_PATH_PROG([POD2MAN], [pod2man], "no", [$PATH:/usr/bin:/usr/local/bin])
2 if test "x$POD2MAN" == "xno"; then
3 AC_MSG_ERROR(["Could not find pod2man anywhere in path"])
4 fi
5 AC_SUBST(POD2MAN)