AC_PROG_LIBTOOL
From: Adam Dyga (adeon_at_NOOOSPAMtlen.pl)
Date: 10/14/04
- Next message: Roger Leigh: "Re: runtime stack space allocation on gcc 3.3"
- Previous message: luke: "runtime stack space allocation on gcc 3.3"
- Next in thread: Adam Dyga: "Re: AC_PROG_LIBTOOL"
- Reply: Adam Dyga: "Re: AC_PROG_LIBTOOL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Roger Leigh: "Re: runtime stack space allocation on gcc 3.3"
- Previous message: luke: "runtime stack space allocation on gcc 3.3"
- Next in thread: Adam Dyga: "Re: AC_PROG_LIBTOOL"
- Reply: Adam Dyga: "Re: AC_PROG_LIBTOOL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]