projects
/
m6w6
/
libmemcached
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
|
github
history
|
raw
|
HEAD
Flush _all_ servers when we hit the prefetch limit
[m6w6/libmemcached]
/
config
/
pod2man.m4
1
AC_PATH_PROG([POD2MAN], [pod2man], "no", [$PATH:/usr/bin:/usr/local/bin])
2
if test "x$POD2MAN" == "xno"; then
3
AC_MSG_ERROR(["Could not find pod2man anywhere in path"])
4
fi
5
AC_SUBST(POD2MAN)