summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBrad Fitzpatrick <brad@danga.com>2006-09-03 23:57:20 +0000
committerBrad Fitzpatrick <brad@danga.com>2006-09-03 23:57:20 +0000
commitc30fc828fab5a793f1dfa03ef2df2a9e5142becc (patch)
tree8582dc3752eb5126a822b83a55c786d3948fca97 /autogen.sh
parent148b7d02eb312139e40f3853b0cdefc87389ca79 (diff)
downloadmemcached-c30fc828fab5a793f1dfa03ef2df2a9e5142becc.tar.gz
note for self
git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@324 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 56b8e82..6549536 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,10 @@
#
# This is hacky, because there are so many damn versions
# of autoconf/automake. It works with Debian woody, at least.
-#
+#
+# Debian sarge:
+# apt-get install automake1.7 autoconf
+#
echo "aclocal..."
ACLOCAL=${ACLOCAL:-aclocal-1.7}