summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0884a04d7c..67378ac0ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2023-04-26 Po Lu <luangruo@yahoo.com> (tiny change)
+ Bruno Haible <bruno@clisp.org>
+
+ gnulib-tool: For conditional dependencies, generate portable sh code.
+ * gnulib-tool (func_emit_autoconf_snippets): Avoid sh syntax
+ 'if ! variable', that does not work with Solaris /bin/sh.
+ * pygnulib/GLEmiter.py (GLEmiter.autoconfSnippets): Likewise.
+
2023-04-25 Bruno Haible <bruno@clisp.org>
expm1 tests: Avoid test failure on 32-bit mingw.