I have been testing the build of my application (httperf) with a variety of different compilers
(using autoconf 2.61) with AC_PROG_CC_C99 *icc* The autoconf configure script is using the -c99 option which should be -std=c99. icc reports "option '-c99' is deprecated and will be removed in a future release." *HP cc* Compiler needs the -AC99 option to switch to c99 mode. -- Theodore Bullock, <[EMAIL PROTECTED], [EMAIL PROTECTED]> B.Sc Software Engineering Bike Across Canada Adventure http://www.comlore.com/bike _______________________________________________ Autoconf mailing list [email protected] http://lists.gnu.org/mailman/listinfo/autoconf
