Scott Kruger <[EMAIL PROTECTED]> writes:
> I am using automake version 1.8.2
This is quite old, the latest version is 1.9.5.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 0
I have a program with pure f90 as such I have defined the variables FC
and FCFLAGS in my configure.in, but I don't define F77. When I look at
my makefile.in, I see this as my target for the .o files:
.f90.o:
$(F77COMPILE) -c -o $@ $<
This fails because I don't have F77 defined. I've seen