aboutsummaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-12-21 07:59:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-12-21 07:59:03 +0000
commitb58634316f18affb50855f3545061e5090539f41 (patch)
tree829e5a235ae76aa4ca0006f86f7fcbf4a35cc750 /buildconf
parente3657644d695373e9cf9ab9b4f1571afda7fd041 (diff)
use ACLOCAL even when using 'find' to find the aclocal tool
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf3
1 files changed, 1 insertions, 2 deletions
diff --git a/buildconf b/buildconf
index dbe9524e5..16570f373 100755
--- a/buildconf
+++ b/buildconf
@@ -85,8 +85,7 @@ fi
echo "buildconf: automake version $am_version (ok)"
-ac=`findtool aclocal`
-
+ac=`findtool ${ACLOCAL:-aclocal}`
if test -z "$ac"; then
echo "buildconf: aclocal not found. Weird automake installation!"
exit 1