From b58634316f18affb50855f3545061e5090539f41 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 21 Dec 2005 07:59:03 +0000 Subject: use ACLOCAL even when using 'find' to find the aclocal tool --- buildconf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'buildconf') diff --git a/buildconf b/buildconf index dbe9524e5..16570f373 100755 --- a/buildconf +++ b/buildconf @@ -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 -- cgit v1.2.3