summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorliu bo <lb.falcons@gmail.com>2012-12-31 14:27:14 +0800
committerdormando <dormando@rydia.net>2013-01-13 14:59:50 -0800
commit87e2f3631b12cfa1118297d60e48935cb85ce2ce (patch)
treec9f0e0de1b07aa29faccd269a50ab7a0303da021 /autogen.sh
parent9e09900770e79e4e621bdd274658dfa748404095 (diff)
downloadmemcached-87e2f3631b12cfa1118297d60e48935cb85ce2ce.tar.gz
add aclocal 1.12 in autogen.sh
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 a3a9767..c426ab2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -26,7 +26,7 @@ locate_binary() {
echo "aclocal..."
if test x$ACLOCAL = x; then
- ACLOCAL=`locate_binary aclocal-1.11 aclocal-1.10 aclocal-1.9 aclocal19 aclocal-1.7 aclocal17 aclocal-1.5 aclocal15 aclocal`
+ ACLOCAL=`locate_binary aclocal-1.12 aclocal-1.11 aclocal-1.10 aclocal-1.9 aclocal19 aclocal-1.7 aclocal17 aclocal-1.5 aclocal15 aclocal`
if test x$ACLOCAL = x; then
die "Did not find a supported aclocal"
fi