]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
authorAkim Demaille <akim@epita.fr>
Wed, 23 Oct 2002 07:41:20 +0000 (07:41 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 23 Oct 2002 07:41:20 +0000 (07:41 +0000)
document _Bool.

ChangeLog
doc/autoconf.texi

index 7b5eb916d24db73b2fdb1608e1566b8ad3ae80a8..a407b061a9a587324e604ba536dea99761fb6da3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 81dff1c1ac1345cc28ddbfad98705b5573ed2bea..8bb0f4af1da931b26e3f001e1c9aaea2e956b305 100644 (file)
@@ -4284,8 +4284,10 @@ Amdahl UTS and Motorola System V/88.
 @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