summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorEric McConville <erichasemail@gmail.com>2012-07-24 08:19:07 -0500
committerdormando <dormando@rydia.net>2012-07-29 18:07:11 -0700
commita7fc5143fba5505c40ebdb099385d71435841a1d (patch)
tree33eb177837f4774d79a60366af909ba5c3587b8d /autogen.sh
parentd342d0ae2c023d6bee16c12c5cb8aebd04cfb6cb (diff)
downloadmemcached-a7fc5143fba5505c40ebdb099385d71435841a1d.tar.gz
Added support for automake-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 c735394..a3a9767 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -39,7 +39,7 @@ $AUTOHEADER || exit 1
echo "automake..."
if test x$AUTOMAKE = x; then
- AUTOMAKE=`locate_binary automake-1.11 automake-1.10 automake-1.9 automake-1.7`
+ AUTOMAKE=`locate_binary 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