From: Akim Demaille Date: Wed, 23 Oct 2002 07:41:20 +0000 (+0000) Subject: * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL, X-Git-Tag: AUTOCONF-2.54a~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d6410c531175338be9b47cf7c6605306ebcaa6f;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL, document _Bool. --- diff --git a/ChangeLog b/ChangeLog index 7b5eb916d..a407b061a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-10-23 Akim Demaille + + * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL, + document _Bool. + 2002-10-23 Akim Demaille * bin/autom4te.in (handle_traces): Handle @&t@ in traces. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 81dff1c1a..8bb0f4af1 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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