Ralf Corsepius Sun, 05 Nov 2000 13:22:32 -0800
With CVS-autoconf as of a today: # cat configure.in AC_INIT([foo.c]) AC_PROG_CC AC_PROG_CPP AC_TRY_LINK([extern void bar() ;], [bar();]) AC_OUTPUT([Makefile]) # autoconf configure.in:6: warning: AC_PROG_CPP was called before AC_PROG_CC Where? Ralf