octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FC vs. F77 in Makefiles


From: Rik
Subject: FC vs. F77 in Makefiles
Date: Sun, 23 Nov 2014 18:24:37 -0800

All,

I'm cleaning up configure.ac a bit and I came across this:

FC=$F77
AC_SUBST(FC)

which makes FC an alias for F77 in Makefiles.  However, all of the Makefile
rules I see use $F77.  Is there something I'm missing or can we delete this
as cruft?

Just to test, I commented out the two lines in configure.ac and re-built
Octave and there were no issues.

--Rik



reply via email to

[Prev in Thread] Current Thread [Next in Thread]