X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config%2Fpod2man.m4;fp=config%2Fpod2man.m4;h=ef9f394b5da1eca0dd99664ee629ec429d22659f;hb=8b7002a0cba993b94052c1084485c358e04438a3;hp=0000000000000000000000000000000000000000;hpb=c4b0fc53b348067c6a6e5eaf335869393cf347bf;p=awesomized%2Flibmemcached diff --git a/config/pod2man.m4 b/config/pod2man.m4 new file mode 100644 index 00000000..ef9f394b --- /dev/null +++ b/config/pod2man.m4 @@ -0,0 +1,5 @@ +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)