Re: AM_FCFLAGS not working as I expect...

2005-11-09 Thread Albert Chin
On Wed, Nov 09, 2005 at 11:10:26AM -0700, Ed Hartnett wrote: > Albert Chin <[EMAIL PROTECTED]> writes: > > > On Tue, Nov 08, 2005 at 06:43:43AM -0700, Ed Hartnett wrote: > >> Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > >> The Makefile.am does include: > >> > >> .f90.o: > >> $(FCCOMPIL

FC and F77 at the same time?

2005-11-09 Thread Ed Hartnett
Howdy all! My configure.ac file contains the following: # We must call AC_PROG_F77 here, otherwise the LIBTOOL macro below # will call it, and reset F77 to g77. AC_PROG_F77([xlf f95 fort xlf95 ifort ifc efc pgf95 lf95 gfortran frt pgf77 f77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 g77]) if tes

Re: AM_FCFLAGS not working as I expect...

2005-11-09 Thread Ed Hartnett
Albert Chin <[EMAIL PROTECTED]> writes: > On Tue, Nov 08, 2005 at 06:43:43AM -0700, Ed Hartnett wrote: >> Ralf Wildenhues <[EMAIL PROTECTED]> writes: >> >> > I forgot one thing: If you're trying to use libtool with the FC (Fortran >> > 90/95) interface, you are likely to have to go through hoops