summaryrefslogtreecommitdiff
path: root/pygnulib/GLTestDir.py
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-09-09 01:06:34 +0200
committerBruno Haible <bruno@clisp.org>2017-09-09 16:28:59 +0200
commit2eb61725393a31297c5cce3508e0116e1a167405 (patch)
treec0b1060fc6f9b12f204eb38f6f8674f67f1aeed5 /pygnulib/GLTestDir.py
parent6c81a58144966563f1ddf467c2071f44ba3c1232 (diff)
downloadgnulib-2eb61725393a31297c5cce3508e0116e1a167405.tar.gz
gnulib-tool.py: follow gnulib-tool changes, part 6
Follow gnulib-tool change 2013-05-10 Stefano Lattarini <stefano.lattarini@gmail.com> deps: require Automake >= 1.9.6 in generated Makefile fragments
Diffstat (limited to 'pygnulib/GLTestDir.py')
-rw-r--r--pygnulib/GLTestDir.py4
1 files changed, 2 insertions, 2 deletions
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)