autoconf
[Top][All Lists]
Advanced

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

Configure is checking for fortran yet I have no fortran code or checks


From: Brian
Subject: Configure is checking for fortran yet I have no fortran code or checks
Date: Thu, 15 Sep 2005 10:59:32 -0600

The title says it all. How can I get rid of these fortran checks? Here
are my program checks:


AC_PROG_AWK
AC_PROG_YACC
AC_PROG_LEX
AC_PROG_CXX
AC_PROG_CC([gcc])

checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... f95
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f95 accepts -g... yes


Cheers,
Brian Mingus


reply via email to

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