linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* AC_PROG_LIBTOOL
@ 2004-10-14 21:42 Adam Dyga
  0 siblings, 0 replies; only message in thread
From: Adam Dyga @ 2004-10-14 21:42 UTC (permalink / raw)
  To: linux-c-programming


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-10-14 21:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-14 21:42 AC_PROG_LIBTOOL Adam Dyga

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).