On Thu, Sep 15, 2005 at 10:59:32AM -0600, Brian wrote: > The title says it all. How can I get rid of these fortran checks? Here > are my program checks:
I suspect you use Libtool; Libtool 1.5.X check C, C++, and Fortran compilers unconditionally. Libtool 2.0 will only seek tools relevant to the languages your project uses. If you need more information, please contact [EMAIL PROTECTED] _______________________________________________ Autoconf mailing list [email protected] http://lists.gnu.org/mailman/listinfo/autoconf
