Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment