summaryrefslogtreecommitdiff
path: root/gnulib-m4
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 /gnulib-m4
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 'gnulib-m4')
-rw-r--r--gnulib-m4/.gitignore6
-rw-r--r--gnulib-m4/gnulib-cache.m42
2 files changed, 7 insertions, 1 deletions
diff --git a/gnulib-m4/.gitignore b/gnulib-m4/.gitignore
index 57ce54b..961656c 100644
--- a/gnulib-m4/.gitignore
+++ b/gnulib-m4/.gitignore
@@ -174,3 +174,9 @@
/xalloc.m4
/xsize.m4
/yield.m4
+/iswdigit.m4
+/iswxdigit.m4
+/musl.m4
+/semaphore.m4
+/visibility.m4
+/zzgnulib.m4
diff --git a/gnulib-m4/gnulib-cache.m4 b/gnulib-m4/gnulib-cache.m4
index 6d0ca98..bbb1478 100644
--- a/gnulib-m4/gnulib-cache.m4
+++ b/gnulib-m4/gnulib-cache.m4
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2019 Free Software Foundation, Inc.
+# Copyright (C) 2002-2020 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by