projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
33a9cc5
)
Added location of pod2man on OpenSolaris to the list of places to look for it.
author
Monty Taylor
<mordred@inaugust.com>
Thu, 21 May 2009 07:03:14 +0000
(
00:03
-0700)
committer
Monty Taylor
<mordred@inaugust.com>
Thu, 21 May 2009 07:03:14 +0000
(
00:03
-0700)
m4/pod2man.m4
patch
|
blob
|
history
diff --git
a/m4/pod2man.m4
b/m4/pod2man.m4
index ef9f394b5da1eca0dd99664ee629ec429d22659f..991942e8ec2e8b5f3b92423ae5e632a87ea1ad57 100644
(file)
--- 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