mirror of
https://github.com/curl/curl.git
synced 2026-07-29 04:23:08 +03:00
use ACLOCAL even when using 'find' to find the aclocal tool
This commit is contained in:
parent
e3657644d6
commit
b58634316f
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue