use ACLOCAL even when using 'find' to find the aclocal tool

This commit is contained in:
Daniel Stenberg 2005-12-21 07:59:03 +00:00
parent e3657644d6
commit b58634316f
1 changed files with 1 additions and 2 deletions

View File

@ -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