Added location of pod2man on OpenSolaris to the list of places to look for it.
authorMonty Taylor <mordred@inaugust.com>
Thu, 21 May 2009 07:03:14 +0000 (00:03 -0700)
committerMonty Taylor <mordred@inaugust.com>
Thu, 21 May 2009 07:03:14 +0000 (00:03 -0700)
m4/pod2man.m4

index ef9f394b5da1eca0dd99664ee629ec429d22659f..991942e8ec2e8b5f3b92423ae5e632a87ea1ad57 100644 (file)
@@ -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