autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CC/CPP/TRY_LINK


From: Ralf Corsepius
Subject: CC/CPP/TRY_LINK
Date: Sun, 05 Nov 2000 22:32:06 +0100

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

[Prev in Thread] Current Thread [Next in Thread]