Hello Adam, * Adam Mercer wrote on Fri, Jun 05, 2009 at 04:42:08PM CEST: > > I have now got this working; on systems where AC_PROG_CC_C99 is > available this is used, otherwise the local copy is used. I have > noticed that AC_PROG_CC_C99 defaults to using -std=gnu99, is there a > way to use -std=c99 (i.e. without the GNU extensions)? Not OOTB. Typically, strict compliance creates more problems than it solves, for software that aims to be portable. Cheers, Ralf _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf