Paul Eggert wrote: > Here's a proposed patch to the stdarg module description, to describe > the benefits of using AC_PROG_CC_STDC with this module. > > 2007-02-04 Paul Eggert <[EMAIL PROTECTED]> > > * modules/stdarg (configure.ac): Add comment suggestiong > AC_PROG_CC_STDC.
Rather than putting a mere comment, you can now enforce this invocation, by adding this to the module description: configure.ac-early: AC_REQUIRE([AC_PROG_CC_STDC]) Bruno