summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2023-04-26 04:57:31 +0200
committerBruno Haible <bruno@clisp.org>2023-04-26 04:57:31 +0200
commit3ef794d11bcbea3b8ae57767772a3255b669b8ce (patch)
tree8a9c6350de418fd421083955d4be7c3e538ff797 /ChangeLog
parent446cbd49a361d875b602d68979c8983d3b32c512 (diff)
downloadgnulib-3ef794d11bcbea3b8ae57767772a3255b669b8ce.tar.gz
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.
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.