From 543959a705cc59ea1221a72479512b28b236513f Mon Sep 17 00:00:00 2001 From: dormando Date: Wed, 18 Nov 2015 02:21:01 -0800 Subject: 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. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') 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 -- cgit v1.2.1