+2024-03-01 Collin Funk <collin.funk1@gmail.com>
+
+ gnulib-tool.py: Follow gnulib-tool changes, part 37.
+ Follow gnulib-tool change
+ 2018-10-22 Bruno Haible <bruno@clisp.org>
+ Assume Automake >= 1.11.
+ * pygnulib/GLEmiter.py (GLEmiter.lib_Makefile_am)
+ (GLEmiter.tests_Makefile_am): Emit a Makefile.am that requires Automake
+ >= 1.11.
+ * pygnulib/GLTestDir.py (GLTestDir.execute, GLMegaTestDir.execute):
+ Likewise.
+ * pygnulib/constants.py: Update comment.
+
2024-03-01 Collin Funk <collin.funk1@gmail.com>
gnulib-tool.py: Fix GNU Make conversion regular expressions.
--------------------------------------------------------------------------------
-commit 97eae14a5b2506457a72f89d5897a20730ab6eee
-Author: Bruno Haible <bruno@clisp.org>
-Date: Tue Oct 23 00:06:46 2018 +0200
-
- Assume Automake >= 1.11.
-
- * m4/configmake.m4: Update comments.
- * m4/lib-link.m4 (AC_LIB_RPATH): Assume AC_REQUIRE_AUX_FILE exists.
- * m4/po.m4 (AM_PO_SUBDIRS, AM_POSTPROCESS_PO_MAKEFILE): Eliminate uses
- of 'eval'.
- * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am,
- func_create_testdir, func_create_megatestdir): Emit a Makefile.am that
- requires Automake >= 1.11.
-
---------------------------------------------------------------------------------
-
commit 8b1d4a63e34f3893036d82f39c5680e845de5ddf
Author: Bruno Haible <bruno@clisp.org>
Date: Mon Sep 3 21:19:16 2018 +0200
# object files (example: hash.c and libxml/hash.c).
if uses_subdirs:
subdir_options = ' subdir-objects'
- emit += 'AUTOMAKE_OPTIONS = 1.9.6 gnits%s\n' % subdir_options
+ emit += 'AUTOMAKE_OPTIONS = 1.11 gnits%s\n' % subdir_options
emit += '\n'
if not makefile_name:
emit += 'SUBDIRS =\n'
subdir_options = ''
if uses_subdirs:
subdir_options = ' subdir-objects'
- emit += 'AUTOMAKE_OPTIONS = 1.9.6 foreign%s\n\n' % subdir_options
+ emit += 'AUTOMAKE_OPTIONS = 1.11 foreign%s\n\n' % subdir_options
if for_test and not single_configure:
emit += 'ACLOCAL_AMFLAGS = -I %s/%s\n\n' % (testsbase_inverse, m4base)
# Create Makefile.am.
emit = '## Process this file with automake to produce Makefile.in.\n\n'
- emit += 'AUTOMAKE_OPTIONS = 1.9.6 foreign\n\n'
+ emit += 'AUTOMAKE_OPTIONS = 1.11 foreign\n\n'
emit += 'SUBDIRS = %s\n\n' % ' '.join(subdirs)
emit += 'ACLOCAL_AMFLAGS = -I %s\n' % m4base
emit = constants.nlconvert(emit)
# Create Makefile.am.
emit = '## Process this file with automake to produce Makefile.in.\n\n'
- emit += 'AUTOMAKE_OPTIONS = 1.9.6 foreign\n\n'
+ emit += 'AUTOMAKE_OPTIONS = 1.11 foreign\n\n'
emit += 'SUBDIRS = %s\n\n' % ' '.join(megasubdirs)
emit += 'EXTRA_DIST = do-autobuild\n'
emit = constants.nlconvert(emit)
DEFAULT_AUTOCONF_MINVERSION = 2.64
# You can set AUTOCONFPATH to empty if autoconf 2.64 is already in your PATH
AUTOCONFPATH = ''
-# You can set AUTOMAKEPATH to empty if automake 1.9.x is already in your PATH
+# You can set AUTOMAKEPATH to empty if automake 1.11 is already in your PATH
AUTOMAKEPATH = ''
# You can set GETTEXTPATH to empty if autopoint 0.15 is already in your PATH
GETTEXTPATH = ''