AC_PROG_LIBTOOL

From: Adam Dyga (adeon_at_NOOOSPAMtlen.pl)
Date: 10/14/04


Date: Thu, 14 Oct 2004 20:40:47 GMT


Hi again,

Here my another question about automake:
I create shared library, so I had to put AC_PROG_LIBTOOL macro call in
configure.in.
The result is that configure script makes me some strange and unnecessary
(at least for me ;) ) checks then, e.g:

checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
[...]
checking whether we are using the GNU Fortran 77 compiler... no

Why does it check for fortran compiler if I'm using C++ only?
Can those checks be turned off ?

Greets
Adam