* Bob Friesenhahn wrote on Mon, Nov 29, 2004 at 10:43:19PM CET:
> 
> The use of C++-style comments in open source C code is suspect. 
> IBM's AIX C compiler does not support them.

  xlc -qcpluscmt
which is implied by
  xlc -qlanglvl={stdc99,extc99}

when using xlc version >= 6.  Don't know about previous versions,
and I did not check how much of C99 is really supported (let's
be honest, C++ style comments is about the least important C99
feature by lightyears).

Regards,
Ralf


_______________________________________________
Autoconf mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to