Re: Subdirectory builds

2001-12-20 Thread Geoff Quelch
Many thanks, yes, aclocal helped. I admit to reading that section a number of times, but not appreciating it until now. - Original Message - From: "Alexandre Duret-Lutz" <[EMAIL PROTECTED]> To: "Geoff Quelch" <[EMAIL PROTECTED]> Sent: Thursday, Decemb

Overriding link program

2001-03-11 Thread Geoff Quelch
I am attempting to build a project with C and F90 sources. I have found a way around autoconf and automake attemting to use f77 to compile the Fortran sources, by placing "F77=f90" in Makefile.am. However, I haven't been able to work around automake and its choice of link program. The program's