From 90fdf07aa9399459a08b7570cce388d2810b33ff Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 18 Oct 2008 07:21:04 +0200 Subject: Makefile.am: require automake 1.9 With heavy use of conditionals, I broke Makefile.am for the ancient automake version 1.6. Instead of supporting this automake version forever, I'm removing support for it now. Since automake isn't required on the build machine, nobody should have a serious problem with that. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 7629b98c..95d8337a 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.6 1.7 1.8 1.9' + AM_VERSIONS='1.9 1.10' fi if test -n "$AC_FORCE_VERSION" then -- cgit v1.2.3