X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fpod2man.m4;h=991942e8ec2e8b5f3b92423ae5e632a87ea1ad57;hb=d3c1766dd780c1b6685ffe5e68a75aaa056063d5;hp=ef9f394b5da1eca0dd99664ee629ec429d22659f;hpb=5a0dc3338c04b40a5d6f335ac6504e9d3f7fd90d;p=awesomized%2Flibmemcached diff --git a/m4/pod2man.m4 b/m4/pod2man.m4 index ef9f394b..991942e8 100644 --- a/m4/pod2man.m4 +++ b/m4/pod2man.m4 @@ -1,4 +1,4 @@ -AC_PATH_PROG([POD2MAN], [pod2man], "no", [$PATH:/usr/bin:/usr/local/bin]) +AC_PATH_PROG([POD2MAN], [pod2man], "no", [$PATH:/usr/bin:/usr/local/bin:/usr/perl5/bin]) if test "x$POD2MAN" == "xno"; then AC_MSG_ERROR(["Could not find pod2man anywhere in path"]) fi