* modules/error-h (Include): Suggest <error.h>, not "error.h".
* m4/error_h.m4: Write #include <error.h>.
+2024-02-17 Bruno Haible <bruno@clisp.org>
+
+ error: More clang -Winclude-next-absolute-path silencing.
+ * modules/error-h (Include): Suggest <error.h>, not "error.h".
+ * m4/error_h.m4: Write #include <error.h>.
+
2024-02-14 Bruno Haible <bruno@clisp.org>
Don't treat Apple's new Citrus/FreeBSD-based iconv like GNU libiconv.
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 <error.h>.
AC_DEFUN_ONCE([gl_ERROR_H],
[
MOSTLYCLEANFILES += error.h error.h-t
Include:
-"error.h"
+<error.h>
License:
LGPLv2+