From 321b92548daff8544529eb1bf59a1377ab599eb0 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 12 Aug 2003 18:32:44 +0000 Subject: autoconf sucks autoconf sucks autoconf sucks autoconf sucks autoconf sucks autoconf sucks autoconf sucks git-svn-id: http://code.sixapart.com/svn/memcached/trunk@104 b0b603af-a30f-0410-a34e-baf09ae79d0b --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') 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} -- cgit v1.2.1