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. autoconf seems to want to do gcc, falling back on cc, out of the box. But how might I make it prefer tcc -b over gcc? Thanks! _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf