summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-12-25 14:30:57 +0100
committerBruno Haible <bruno@clisp.org>2021-12-25 14:30:57 +0100
commit9af17c55629c4cbe2facdc9edb5242136567ebba (patch)
tree6ea3c80d124dd3b10d7233574a4e601276da1bff /ChangeLog
parent83948c64d10c77fb964e6523a9524729d6a66f32 (diff)
downloadgnulib-9af17c55629c4cbe2facdc9edb5242136567ebba.tar.gz
gnulib-tool: Fix handling of module libtextstyle-optional.
Reported by Paul Eggert in <https://lists.gnu.org/archive/html/bug-gnulib/2021-12/msg00152.html>. * gnulib-tool (func_repeat_module_in_tests): New function. (func_emit_tests_Makefile_am, func_create_testdir): Use it for the file list and when creating tests/Makefile.am.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc9c38192d..54b3a3548f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2021-12-25 Bruno Haible <bruno@clisp.org>
+ gnulib-tool: Fix handling of module libtextstyle-optional.
+ Reported by Paul Eggert in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2021-12/msg00152.html>.
+ * gnulib-tool (func_repeat_module_in_tests): New function.
+ (func_emit_tests_Makefile_am, func_create_testdir): Use it for the file
+ list and when creating tests/Makefile.am.
+
+2021-12-25 Bruno Haible <bruno@clisp.org>
+
gnulib-tool: Respect applicability 'all' without --single-configure.
* gnulib-tool (func_verify_tests_module): Treat modules with
applicability 'all' like 'tests' modules, not like 'main' modules.