From 2eb61725393a31297c5cce3508e0116e1a167405 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 9 Sep 2017 01:06:34 +0200 Subject: gnulib-tool.py: follow gnulib-tool changes, part 6 Follow gnulib-tool change 2013-05-10 Stefano Lattarini deps: require Automake >= 1.9.6 in generated Makefile fragments --- pygnulib/GLTestDir.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pygnulib/GLTestDir.py') diff --git a/pygnulib/GLTestDir.py b/pygnulib/GLTestDir.py index 8e49a91f25..61407502ab 100644 --- a/pygnulib/GLTestDir.py +++ b/pygnulib/GLTestDir.py @@ -521,7 +521,7 @@ class GLTestDir(object): # Create Makefile.am. emit = string() emit += '## Process this file with automake to produce Makefile.in.\n\n' - emit += 'AUTOMAKE_OPTIONS = 1.5 foreign\n\n' + emit += 'AUTOMAKE_OPTIONS = 1.9.6 foreign\n\n' emit += 'SUBDIRS = %s\n\n' % ' '.join(subdirs) emit += 'ACLOCAL_AMFLAGS = -I %s\n' % m4base emit = constants.nlconvert(emit) @@ -949,7 +949,7 @@ class GLMegaTestDir(object): # Create Makefile.am. emit = string() emit += '## Process this file with automake to produce Makefile.in.\n\n' - emit += 'AUTOMAKE_OPTIONS = 1.5 foreign\n\n' + emit += 'AUTOMAKE_OPTIONS = 1.9.6 foreign\n\n' emit += 'SUBDIRS = %s\n\n' % ' '.join(megasubdirs) emit += 'EXTRA_DIST = do-autobuild\n' emit = constants.nlconvert(emit) -- cgit v1.2.1