diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-12-21 07:59:03 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-12-21 07:59:03 +0000 |
commit | b58634316f18affb50855f3545061e5090539f41 (patch) | |
tree | 829e5a235ae76aa4ca0006f86f7fcbf4a35cc750 /buildconf | |
parent | e3657644d695373e9cf9ab9b4f1571afda7fd041 (diff) | |
download | curl-b58634316f18affb50855f3545061e5090539f41.tar.gz |
use ACLOCAL even when using 'find' to find the aclocal tool
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 3 |
1 files changed, 1 insertions, 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 |