]> Savannah Git Hosting - gnulib.git/commit
Fix AC_CHECK_DECL so that it deactivates clang's built-in declarations.
authorBruno Haible <bruno@clisp.org>
Sat, 4 Jan 2020 12:15:45 +0000 (13:15 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 4 Jan 2020 12:15:45 +0000 (13:15 +0100)
commitc5c965be88d4baf3e473c5a4920779d14f49144b
tree3c660a98fe9d885600d54aada1d6aa447729ea55
parent4c7a6ab152c0e68c156abbc664966f109049353c
Fix AC_CHECK_DECL so that it deactivates clang's built-in declarations.

Reported by Martin Storsjö <martin@martin.st> in
<https://lists.gnu.org/archive/html/bug-gnulib/2020-01/msg00016.html>.

* m4/00gnulib.m4 (gl_COMPILER_CLANG, gl_COMPILER_PREPARE_CHECK_DECL):
New macros.
(_AC_CHECK_DECL_BODY, AC_CHECK_DECL): Augment.
ChangeLog
m4/00gnulib.m4