On Mon, 2023-12-11 at 10:55 -0500, David A. Wheeler wrote: > All: > > Will the latest version of autoconf work by default when the compiler has these options enabled?: > -Werror=implicit-int > -Werror=implicit-function-declaration > I think the two fixes we're waiting for in the next release are, * https://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=8b5e2016 * https://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=bf5a7595 And then all we need... is for every project on earth to autoreconf. The real problem though is the thousands of existing configure.ac files with their own buggy compile/link tests that will silently fail. Here's a short TODO list: https://bugs.gentoo.org/870412