I was looking for that AC_HEADER_CHECK_STDBOOL listed in NEWS, but it is actually named AC_CHECK_HEADER_STDBOOL.
* NEWS: s/AC_HEADER_CHECK_STDBOOL/AC_CHECK_HEADER_STDBOOL/ * ChangeLog.3: Likewise --- ChangeLog.3 | 2 +- NEWS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.3 b/ChangeLog.3 index fd94b57..7c53d30 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 @@ -637,7 +637,7 @@ 2011-02-04 Paul Eggert <[email protected]> - autoconf: new macro AC_HEADER_CHECK_STDBOOL + autoconf: new macro AC_CHECK_HEADER_STDBOOL * NEWS: Document this. * doc/autoconf.texi (Particular Headers): Likewise. In example, don't assume a 'system.h' exists. diff --git a/NEWS b/NEWS index 5f5b16b..41c4631 100644 --- a/NEWS +++ b/NEWS @@ -53,7 +53,7 @@ GNU Autoconf NEWS - User visible changes. - AC_PROG_LN_S and AS_LN_S now fall back on 'cp -pR' (not 'cp -p') if 'ln -s' does not work. This works better for symlinks to directories. -- New macro AC_HEADER_CHECK_STDBOOL. +- New macro AC_CHECK_HEADER_STDBOOL. - New and updated macros for Fortran support: -- 1.7.10.4
