autoconf
[Top][All Lists]
Advanced

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

Re: Preferring a specific compiler?


From: Stepan Kasal
Subject: Re: Preferring a specific compiler?
Date: Tue, 31 May 2005 21:16:00 +0200
User-agent: Mutt/1.4.1i

Hi,

On Tue, May 31, 2005 at 10:27:01AM -0700, Dan Stromberg wrote:
> I have an app I'd like to compile with tcc -b if available, otherwise try
> gcc, and if that is unavailable too, then try cc.

place

AC_PROG_CC(["tcc -b" gcc cc])

near the top of your configure.ac

Stepan




reply via email to

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