+2024-03-07 Collin Funk <collin.funk1@gmail.com>
+
+ gnulib-tool.py: Follow gnulib-tool changes, part 46.
+ Follow gnulib-tool change
+ 2022-02-22 Simon Josefsson <simon@josefsson.org>
+ gnulib-tool: Bump automake dependency.
+ * pygnulib/GLEmiter.py (GLEmiter.lib_Makefile_am)
+ (GLEmiter.tests_Makefile_am): Require Automake >= 1.14, for %reldir%
+ support.
+
2024-03-07 Collin Funk <collin.funk1@gmail.com>
gnulib-tool.py: Follow gnulib-tool changes, part 45.
--------------------------------------------------------------------------------
-commit 3a24ff8a1045d8d38824088c0984bb59d0192e65
-Author: Simon Josefsson <simon@josefsson.org>
-Date: Tue Feb 22 12:47:14 2022 +0100
-
- gnulib-tool: Bump automake dependency.
-
- * gnulib-tool (func_emit_lib_Makefile_am)
- (func_emit_tests_Makefile_am): Demand Automake ≥ 1.14, for
- %reldir%.
-
---------------------------------------------------------------------------------
-
commit 4bf9c96497946ce6f7b84f6527ed0291657cf728
Author: Bruno Haible <bruno@clisp.org>
Date: Sun Jan 9 15:38:51 2022 +0100
# object files (example: hash.c and libxml/hash.c).
if uses_subdirs:
subdir_options = ' subdir-objects'
- emit += 'AUTOMAKE_OPTIONS = 1.11 gnits%s\n' % subdir_options
+ emit += 'AUTOMAKE_OPTIONS = 1.14 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.11 foreign%s\n\n' % subdir_options
+ emit += 'AUTOMAKE_OPTIONS = 1.14 foreign%s\n\n' % subdir_options
if for_test and not single_configure:
emit += 'ACLOCAL_AMFLAGS = -I %s/%s\n\n' % (testsbase_inverse, m4base)