octave-maintainers
[Top][All Lists]
Advanced

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

Re: FC vs. F77 in Makefiles


From: John W. Eaton
Subject: Re: FC vs. F77 in Makefiles
Date: Mon, 24 Nov 2014 10:57:40 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0

On 11/23/2014 09:24 PM, Rik wrote:
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.

There are a number of places where FC appears, so you'll need to fix those if you eliminate the substitution.

Maybe it would be best to use FC consistently instead of F77, including using the AC_PROG_FC macro instead of F77? I'm not sure of the implications though.

So another option is to leave things alone as they seem to be working.

jwe





reply via email to

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