diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-16 13:01:59 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:22 -0500 |
commit | 8c41033595f57136f47dc6b268b92e83077414d4 (patch) | |
tree | 186277767f5849fb02194157e017e1cb83c12bc2 /docs/aclocal.m4 | |
parent | b03c4786281c830ce92f248eef96053269dd029e (diff) | |
download | samba-8c41033595f57136f47dc6b268b92e83077414d4.tar.gz samba-8c41033595f57136f47dc6b268b92e83077414d4.tar.bz2 samba-8c41033595f57136f47dc6b268b92e83077414d4.zip |
Update list of (possible) dependencies
Allow multiple possible programs (will be used to support multiple xslt processors later on)
(This used to be commit 6f80dcdf3a7752283265cebc87073121120bb6da)
Diffstat (limited to 'docs/aclocal.m4')
-rw-r--r-- | docs/aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/aclocal.m4 b/docs/aclocal.m4 index a1d85ef5c4..9ecbda5e6b 100644 --- a/docs/aclocal.m4 +++ b/docs/aclocal.m4 @@ -27,7 +27,7 @@ dnl arg2: program executable name dnl arg3: target that requires it AC_DEFUN(DOCS_TARGET_REQUIRE_PROGRAM, [ - AC_PATH_PROG([$1], [$2]) + AC_CHECK_PROGS([$1], [$2]) if test x"$$1" = x; then if test x"$$3_REQUIRES" = x; then $3_REQUIRES="$2" |