Alejandro Colomar wrote: > the last reducts of GCC defaulting to gnu89 The default standard version of GCC doesn't matter. The AC_PROG_CC macro invocation in configure.ac arranges to add the suitable command-line options, so that the C compiler understands C99 (or even C11 if possible).
Bruno