+2006-04-19 Paul Eggert <eggert@cs.ucla.edu>
+
+ * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
+ Suggested by Bruno Haible.
+
2006-04-18 Paul Eggert <eggert@cs.ucla.edu>
* configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
@acindex{C_TYPEOF}
@cvindex HAVE_TYPEOF
@cvindex typeof
-If the C compiler supports GCC's @code{typeof} syntax, define
-@code{HAVE_TYPEOF}. If the support is available only via a different
-spelling of the keyword (e.g., @code{__typeof__}), define @code{typeof}
-to that spelling.
+If the C compiler supports GCC's @code{typeof} syntax either directly or
+through a different spelling of the keyword (e.g., @code{__typeof__}),
+define @code{HAVE_TYPEOF}. If the support is available only through a
+different spelling, define @code{typeof} to that spelling.
@end defmac
@defmac AC_C_PROTOTYPES