From: Bruno Haible Date: Sat, 17 Feb 2024 10:43:32 +0000 (+0100) Subject: error: More clang -Winclude-next-absolute-path silencing. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=d7a7de175a4d0421d4724985e6b24e524fcbe3e8;p=gnulib.git error: More clang -Winclude-next-absolute-path silencing. * modules/error-h (Include): Suggest , not "error.h". * m4/error_h.m4: Write #include . --- diff --git a/ChangeLog b/ChangeLog index 9d9feae2aa..908cfe86cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-02-17 Bruno Haible + + error: More clang -Winclude-next-absolute-path silencing. + * modules/error-h (Include): Suggest , not "error.h". + * m4/error_h.m4: Write #include . + 2024-02-14 Bruno Haible Don't treat Apple's new Citrus/FreeBSD-based iconv like GNU libiconv. diff --git a/m4/error_h.m4 b/m4/error_h.m4 index e8a58f6fbd..006770c4d3 100644 --- a/m4/error_h.m4 +++ b/m4/error_h.m4 @@ -1,11 +1,11 @@ # error_h.m4 serial 4 -dnl Copyright (C) 1996-2023 Free Software Foundation, Inc. +dnl Copyright (C) 1996-2024 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. -dnl Provide a working "error.h". +dnl Provide a working . AC_DEFUN_ONCE([gl_ERROR_H], [ diff --git a/modules/error-h b/modules/error-h index eeb5801732..2f43279d1b 100644 --- a/modules/error-h +++ b/modules/error-h @@ -35,7 +35,7 @@ error.h: error.in.h $(top_builddir)/config.status $(CXXDEFS_H) MOSTLYCLEANFILES += error.h error.h-t Include: -"error.h" + License: LGPLv2+