* gnulib-tool (func_emit_lib_Makefile_am)
(func_emit_tests_Makefile_am): Demand Automake ≥ 1.14, for
%reldir%.
+2022-02-22 Simon Josefsson <simon@josefsson.org>
+
+ gnulib-tool: Bump automake dependency.
+ * gnulib-tool (func_emit_lib_Makefile_am)
+ (func_emit_tests_Makefile_am): Demand Automake ≥ 1.14, for
+ %reldir%.
+
2022-02-20 Bruno Haible <bruno@clisp.org>
Document that Automake ≥ 1.14 is needed (regression 2021-12-15).
if test -n "$uses_subdirs"; then
subdir_options=' subdir-objects'
fi
- echo "AUTOMAKE_OPTIONS = 1.11 gnits${subdir_options}"
+ echo "AUTOMAKE_OPTIONS = 1.14 gnits${subdir_options}"
fi
echo
if test -z "$makefile_name"; then
if test -n "$uses_subdirs"; then
subdir_options=' subdir-objects'
fi
- echo "AUTOMAKE_OPTIONS = 1.11 foreign${subdir_options}"
+ echo "AUTOMAKE_OPTIONS = 1.14 foreign${subdir_options}"
echo
if $for_test && ! $single_configure; then
echo "ACLOCAL_AMFLAGS = -I ${testsbase_inverse}/${m4base}"