summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-13 22:17:02 +0200
committerBruno Haible <bruno@clisp.org>2023-04-13 22:17:02 +0200
commitdcba8542fc32959d46fc13d1e501a18f34e712bb (patch)
tree730fd6e92be204627cfa3c2b8ff2d1914ecc625f /Makefile
parentffb4ed843f5a18175bc07ef190b9db700c3b5eba (diff)
downloadgnulib-dcba8542fc32959d46fc13d1e501a18f34e712bb.tar.gz
Adjust comments in <config.h> reminders.
* lib/*.in.h: In the comments, mention also HAVE_RAW_DECL_*. * Makefile (sc_check_config_h_reminder): Search also for HAVE_RAW_DECL_.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d0906b2315..9cc7979557 100644
--- a/Makefile
+++ b/Makefile
@@ -219,6 +219,7 @@ sc_check_config_h_reminder:
for macro in $(config_h_MACROS); do \
if grep -F -w $$macro $$file >/dev/null; then echo -n " $$macro"; fi; \
done; \
+ if grep -F HAVE_RAW_DECL_ $$file >/dev/null; then echo -n " HAVE_RAW_DECL_*"; fi; \
echo; \
fail=1; \
}; \