Commit b5863431 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent e3657644
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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