Gary V. Vaughan wrote:
> > Do you have some specific modules in mind which could
> > be simplified by use of AC_REQUIRE([AC_PROG_CC_STDC])?
> 
> I hadn't even considered the possibility of simplifying any specific macros,
> I was thinking entirely about whether whole modules could be skipped by
> putting the compiler into an appropriate mode.  For example, I'm sure there
> must be circumstances where you can put the compiler in C99 mode and not
> need to use stdbool.

Well, C99 mode can help 'stdbool' on some platforms, but not on others. Citing
doc/posix-headers/stdbool.texi:

   This header file is missing on some platforms:
   AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1.

On HP-UX it may help, but on the other three platforms, asking the compiler
for more C99 compliance won't make an stdbool.h appear on the file system.

Bruno
-- 
In memoriam Kelsang Namtso 
<http://en.wikipedia.org/wiki/Nangpa_La_shooting_incident>

Reply via email to