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

Reply via email to