X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=config%2Fpod2man.m4;fp=config%2Fpod2man.m4;h=0000000000000000000000000000000000000000;hb=5a0dc3338c04b40a5d6f335ac6504e9d3f7fd90d;hp=ef9f394b5da1eca0dd99664ee629ec429d22659f;hpb=adb3aa8ec1a70976f92cd05a8bab4174905d3005;p=awesomized%2Flibmemcached diff --git a/config/pod2man.m4 b/config/pod2man.m4 deleted file mode 100644 index ef9f394b..00000000 --- a/config/pod2man.m4 +++ /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)