summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBrad Fitzpatrick <brad@danga.com>2003-08-12 18:32:44 +0000
committerBrad Fitzpatrick <brad@danga.com>2003-08-12 18:32:44 +0000
commit321b92548daff8544529eb1bf59a1377ab599eb0 (patch)
tree52b5c6271ca052a17d41fc1a76a4456f76ecc284 /autogen.sh
parent662cd439d39d2ccaf8e7b09ceab5d0d1a78271b3 (diff)
downloadmemcached-321b92548daff8544529eb1bf59a1377ab599eb0.tar.gz
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
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}