summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-03-30 12:52:14 +0200
committerBruno Haible <bruno@clisp.org>2023-03-30 12:52:43 +0200
commitc091927f0efdb8fb13c99add1b2c3d3db3c79605 (patch)
tree2c566f04761bbb8a5a4ccf9b7a2fefa8e4158294 /ChangeLog
parente7be61b04cff735e0e3974103a0c2798b2b123d2 (diff)
downloadgnulib-c091927f0efdb8fb13c99add1b2c3d3db3c79605.tar.gz
snprintf: Avoid autoconf warning regarding gl_PRINTF_POSITIONS.
* m4/printf.m4 (gl_PRINTF_POSITIONS): Define through AC_DEFUN_ONCE.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0cda0b3ba..a406074a46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-03-30 Bruno Haible <bruno@clisp.org>
+
+ snprintf: Avoid autoconf warning regarding gl_PRINTF_POSITIONS.
+ * m4/printf.m4 (gl_PRINTF_POSITIONS): Define through AC_DEFUN_ONCE.
+
2023-03-28 Bruno Haible <bruno@clisp.org>
doc: Document string-desc and related modules.