summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-07-26 01:45:32 +0200
committerBruno Haible <bruno@clisp.org>2020-07-26 01:49:25 +0200
commit6f8fd6411e022200c743d8e500fcc0bae91f1d76 (patch)
tree7afbf1128133b4d3425640c9b6db3062e9df374d /ChangeLog
parente6c7f8be2fe11e72c3fff2503be9ab3f798b787a (diff)
downloadgnulib-6f8fd6411e022200c743d8e500fcc0bae91f1d76.tar.gz
Small autoconf macro improvements.
* m4/mktime.m4 (gl_FUNC_MKTIME_WORKS): Make it possible for the user to override the value of gl_cv_func_working_mktime. * m4/multiarch.m4 (gl_MULTIARCH): Show a line "checking whether the compiler produces multi-arch binaries..." in the configure output. * m4/size_max.m4 (gl_SIZE_MAX): When not found, say "no". * m4/parse-datetime.m4 (gl_C_COMPOUND_LITERALS): Improve indentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d8508941a..d81a1d7019 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2020-07-25 Bruno Haible <bruno@clisp.org>
+ Small autoconf macro improvements.
+ * m4/mktime.m4 (gl_FUNC_MKTIME_WORKS): Make it possible for the user to
+ override the value of gl_cv_func_working_mktime.
+ * m4/multiarch.m4 (gl_MULTIARCH): Show a line "checking whether the
+ compiler produces multi-arch binaries..." in the configure output.
+ * m4/size_max.m4 (gl_SIZE_MAX): When not found, say "no".
+ * m4/parse-datetime.m4 (gl_C_COMPOUND_LITERALS): Improve indentation.
+
+2020-07-25 Bruno Haible <bruno@clisp.org>
+
doc: Update for NetBSD 7.1, 8.0, 9.0.
* doc/*/*.texi: Update.
* m4/exp2l.m4: Update comments.