From 8221502e87f6c1a652b7c3148467248f538970bd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 7 Nov 2008 08:16:39 +0100 Subject: Makefile.am: require automake 1.9 Makefile.am uses several features which are not available in the ancient automake version 1.6. Let's just raise the bar to 1.9. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 13a90638f..098fadd89 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = \ po ACLOCAL_AMFLAGS = -I m4 -AUTOMAKE_OPTIONS = gnu 1.6 dist-bzip2 +AUTOMAKE_OPTIONS = gnu 1.9 dist-bzip2 # $Id$ -- cgit v1.2.3