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


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to