From d3c1766dd780c1b6685ffe5e68a75aaa056063d5 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 21 May 2009 00:03:14 -0700 Subject: [PATCH] Added location of pod2man on OpenSolaris to the list of places to look for it. --- m4/pod2man.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2