summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2020-05-07 20:06:18 +0200
committerDaiki Ueno <ueno@gnu.org>2020-05-07 20:06:18 +0200
commit216010baaeb5577b199c4ae122121673254a189f (patch)
treec7adf7a72f713ecb931725783a5622c06fb3b1d9 /ChangeLog
parent10b6e6a6e705935e39f71d9a5cf06b39f4f3570f (diff)
downloadlibunistring-216010baaeb5577b199c4ae122121673254a189f.tar.gz
build: Update after gnulib changed
In the latest Gnulib, the definition of _GL_UNUSED_PARAMETER is expanded at configure time of the consumer project. Let's include only the fallback definition in <unistring/cdefs.h>. Suggested by Dmitry Baryshkov <dbaryshkov@gmail.com> in: <https://lists.gnu.org/archive/html/bug-libunistring/2020-05/msg00001.html>. * lib/Makefile.am (unistring/cdefs.h): Don't generate the file. * lib/unistring/cdefs.h: Include the expanded form instead of ... * lib/unistring/cdefs.in.h: ... this. * gnulib-m4/.gitignore, gnulib-m4/gnulib-cache.m4, lib/.gitignore, tests/.gitignore: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec6af31..e37bcb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2020-05-07 Daiki Ueno <ueno@gnu.org>
+
+ build: Update after gnulib changed
+ In the latest Gnulib, the definition of _GL_UNUSED_PARAMETER is
+ expanded at configure time of the consumer project. Let's include
+ only the fallback definition in <unistring/cdefs.h>.
+ Suggested by Dmitry Baryshkov <dbaryshkov@gmail.com> in:
+ <https://lists.gnu.org/archive/html/bug-libunistring/2020-05/msg00001.html>.
+ * lib/Makefile.am (unistring/cdefs.h): Don't generate the file.
+ * lib/unistring/cdefs.h: Include the expanded form instead of ...
+ * lib/unistring/cdefs.in.h: ... this.
+ * gnulib-m4/.gitignore, gnulib-m4/gnulib-cache.m4, lib/.gitignore,
+ tests/.gitignore: Updated.
+
2019-12-23 Bruno Haible <bruno@clisp.org>
doc: Update description of locale_charset.