Re: [PATCH] fix AC_CHECK_HEADER_STDBOOL regression

2022-12-27 Thread Sam James
> On 26 Dec 2022, at 18:11, Paul Eggert wrote: > > Thanks for reporting that. I installed that patch. > Thanks, this should allow me to begin re-testing w/ autoconf from git. signature.asc Description: Message signed with OpenPGP

Re: [PATCH] fix AC_CHECK_HEADER_STDBOOL regression

2022-12-26 Thread Paul Eggert
Thanks for reporting that. I installed that patch.

[PATCH] fix AC_CHECK_HEADER_STDBOOL regression

2022-12-26 Thread Todd C. Miller
[Resending since this appears to have gotten lost]. Commit 6dcecb780a69bd208088d666b299e92aa7ae7e80 "Port AC_CHECK_HEADER_STDBOOL to C23" causes AC_CHECK_HEADER_STDBOOL to always fail, even on systems with a conforming stdbool.h. There is no longer an 'a' variable so it should not be referenced i