projects
/
awesomized
/
libmemcached
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
|
github
history
|
raw
|
HEAD
Ignore *.exe
[awesomized/libmemcached]
/
m4
/
podchecker.m4
1
AC_DEFUN([REQUIRE_PODCHECKER],[
2
AC_PATH_PROG([PODCHECKER], [podchecker],
3
"no", [$PATH:/usr/bin:/usr/local/bin:/usr/perl5/bin])
4
AS_IF([test "x$PODCHECKER" = "xno"],
5
AC_MSG_ERROR(["Could not find podchecker anywhere in path"]))
6
AC_SUBST(PODCHECKER)
7
])