+2007-03-23 Paul Eggert <eggert@cs.ucla.edu>
+
+ * doc/autoconf.texi (C Compiler): Mention that AC_PROG_CC_C99 also
+ checks for unsigned long long int.
+
2007-03-19 Paul Eggert <eggert@cs.ucla.edu>
* doc/autoconf.texi (Limitations of Usual Tools): Warn about other
option to output variable @code{CC} to make it so. This macro tries
various options that select C99 on some system or another. It
considers the compiler to be in C99 mode if it handles @code{_Bool},
-@code{//} comments, flexible array members, @code{inline}, @code{long
-long int}, mixed code and declarations, named initialization of structs,
+@code{//} comments, flexible array members, @code{inline}, signed and
+unsigned @code{long long int}, mixed code and declarations, named
+initialization of structs,
@code{restrict}, @code{va_copy}, varargs macros, variable declarations
in @code{for} loops, and variable length arrays.