From dcba8542fc32959d46fc13d1e501a18f34e712bb Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 13 Apr 2023 22:17:02 +0200 Subject: Adjust comments in reminders. * lib/*.in.h: In the comments, mention also HAVE_RAW_DECL_*. * Makefile (sc_check_config_h_reminder): Search also for HAVE_RAW_DECL_. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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; \ }; \ -- cgit v1.2.1