From 5b78b46a303053d084832e0b39b013a480039581 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 25 Jun 2009 11:52:55 +0200 Subject: Makefile.am: require automake 1.10 Refuse to build with automake 1.9. 1.9 is quite old already, and I'm too lazy to test with ancient versions. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 51fe243d7..f93dd7d93 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,7 +16,7 @@ if test -n "$AM_FORCE_VERSION" then AM_VERSIONS="$AM_FORCE_VERSION" else - AM_VERSIONS='1.9 1.10' + AM_VERSIONS='1.10' fi if test -n "$AC_FORCE_VERSION" then -- cgit v1.2.3