]> git.ipfire.org Git - thirdparty/autoconf.git/commit
AC_CHECK_DECL now ignores future Darwin functions
authorBruno Haible <bruno@clisp.org>
Sat, 24 May 2025 10:22:28 +0000 (12:22 +0200)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 26 May 2025 17:55:19 +0000 (10:55 -0700)
commite1bbc9b93cdff61d70719c224b37970e065008bb
treeb4cc750fc81eef9c9ea7785dfaca7e3016c925e8
parent63ffa8e950de5d25f32464b31885e5363c55e8cc
AC_CHECK_DECL now ignores future Darwin functions

* lib/autoconf/general.m4 (_AC_UNDECLARED_BUILTIN):
Use shorter diagnostic, to be consistent with other changes.
(_AC_FUTURE_DARWIN): New macro.
(AC_CHECK_DECL): Require per-language _AC_FUTURE_DARWIN.
Use $ac_c_future_darwin_options alongside with
$ac_c_undeclared_builtin_options.
* NEWS: Mention the fix.
Co-authored-by: Paul Eggert <eggert@cs.ucla.edu>
NEWS
lib/autoconf/general.m4