summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b054bedef5..cb311920f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2022-07-06 Akim Demaille <akim@lrde.epita.fr>
+
+ gnulib-tool: add support for --automake-subdir-tests
+ <https://lists.gnu.org/r/bug-gnulib/2022-01/msg00111.html>
+ * gnulib-tool (main): Handle --automake-subdir-tests.
+ (func_emit_shellvars_init, func_emit_lib_Makefile_am): Use
+ $sourcebase when handling tests and --automake-subdir-tests is
+ given.
+ (func_append_actionarg): Support --automake-subdir-tests.
+ (func_create_testdir): Add missing argument for func_emit_initmacro_end.
+
2022-07-31 Bruno Haible <bruno@clisp.org>
gendocs.sh: Fix error when invoking 'perl' (regression 2022-07-23).