summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric McConville <erichasemail@gmail.com>2013-11-27 15:13:17 -0600
committerdormando <dormando@rydia.net>2013-12-09 01:48:55 -0800
commit4fabbe31840dd61a9de19fbb0283d49e5c497d2f (patch)
tree4abfe0b0fff287bd756e28531bcc819e72e9beed
parentcd3ffe8a81b374b2e09e8fde652f6442ce86b470 (diff)
downloadmemcached-4fabbe31840dd61a9de19fbb0283d49e5c497d2f.tar.gz
Added support for automake 1.13 & 1.14
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index c426ab2..e7e8a21 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.12 aclocal-1.11 aclocal-1.10 aclocal-1.9 aclocal19 aclocal-1.7 aclocal17 aclocal-1.5 aclocal15 aclocal`
+ ACLOCAL=`locate_binary aclocal-1.14 aclocal-1.13 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
@@ -39,7 +39,7 @@ $AUTOHEADER || exit 1
echo "automake..."
if test x$AUTOMAKE = x; then
- AUTOMAKE=`locate_binary automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.7`
+ AUTOMAKE=`locate_binary automake-1.14 automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.7`
if test x$AUTOMAKE = x; then
die "Did not find a supported automake"
fi