aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildconf3
1 files changed, 1 insertions, 2 deletions
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