+2002-10-23 Akim Demaille <akim@epita.fr>
+
+ * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
+ document _Bool.
+
2002-10-23 Akim Demaille <akim@epita.fr>
* bin/autom4te.in (handle_traces): Handle @&t@ in traces.
@defmac AC_HEADER_STDBOOL
@acindex HEADER_STDBOOL
@cvindex HAVE_STDBOOL_H
+@cvindex HAVE__BOOL
If @file{stdbool.h} exists and is conformant to C99, define
-@code{HAVE_STDBOOL_H} to 1. To fulfill the C99 requirements, your
+@code{HAVE_STDBOOL_H} to 1; if the type @code{_Bool} define
+@code{HAVE__BOOL} to 1. To fulfill the C99 requirements, your
@file{system.h} should contain the following code:
@verbatim