From: Monty Taylor Date: Thu, 21 May 2009 07:03:14 +0000 (-0700) Subject: Added location of pod2man on OpenSolaris to the list of places to look for it. X-Git-Tag: 0.30~3^2~3 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=sidebyside;h=d3c1766dd780c1b6685ffe5e68a75aaa056063d5;p=m6w6%2Flibmemcached Added location of pod2man on OpenSolaris to the list of places to look for it. --- 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