autoconf
[Top][All Lists]
Advanced

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

AC_PROG_CC & user supplied CC


From: Frank A. Uepping
Subject: AC_PROG_CC & user supplied CC
Date: Fri, 1 Aug 2003 15:17:32 +0200

The AC_PROG_CC/CXX are searching for a compiler.
Will the found compiler being used to compile the feature tests?
E.g.: does AC_CHECK_HEADER(...) use the compiler determined by AC_PROG_CC?

What about when the user supplies a compiler via `./configure CC=mygcc'; 
is that compiler used instead of the compiler found by AC_PROG_CC/CXX?

If not what can I do to make the macros use the user supplied compiler?

/FAU




reply via email to

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