summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBrad Fitzpatrick <brad@danga.com>2003-08-12 02:29:16 +0000
committerBrad Fitzpatrick <brad@danga.com>2003-08-12 02:29:16 +0000
commit4cee2a29b4f7d4b8b48d711ec39cdfb854470520 (patch)
tree663d0e65924a46e0fa0f95b492bc27e39fb93e32 /autogen.sh
parentd453b0ef0679a7bde882f9fe90c4b9e974b6250e (diff)
downloadmemcached-4cee2a29b4f7d4b8b48d711ec39cdfb854470520.tar.gz
i suck
git-svn-id: http://code.sixapart.com/svn/memcached/trunk@102 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 0e22776..5d193ed 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,7 +5,7 @@
#
echo "aclocal..."
-AUTOHEADER=${AUTOHEADER:-aclocal}
+ACLOCAL=${ACLOCAL:-aclocal}
$ACLOCAL || aclocal-1.7 || aclocal-1.5 || aclocal || exit 1
echo "autoheader..."