summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2015-11-18 02:21:01 -0800
committerdormando <dormando@rydia.net>2015-11-18 02:21:01 -0800
commit543959a705cc59ea1221a72479512b28b236513f (patch)
treedf7044a762272d7001a4db22800825650077777d /autogen.sh
parenta66b28ac7f216e441ff851772b2d1a96ee978317 (diff)
downloadmemcached-543959a705cc59ea1221a72479512b28b236513f.tar.gz
fix configure.ac warning and use system automake
... there should always be an 'automake' alias, and we haven't had an "unsupported" version in probably ten years. hopefully this stops systems with upgraded automakes from breaking every time.
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 e7e8a21..c279421 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.14 automake-1.13 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 automake`
if test x$AUTOMAKE = x; then
die "Did not find a supported automake"
fi