summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 5d193ed..bbcd8eb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,8 +5,8 @@
#
echo "aclocal..."
-ACLOCAL=${ACLOCAL:-aclocal}
-$ACLOCAL || aclocal-1.7 || aclocal-1.5 || aclocal || exit 1
+ACLOCAL=${ACLOCAL:-aclocal-1.7}
+$ACLOCAL || aclocal-1.5 || aclocal || exit 1
echo "autoheader..."
AUTOHEADER=${AUTOHEADER:-autoheader}