This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: fix for libf2c installation


>>>>> "Craig" == Craig Burley <burley@gnu.org> writes:

 Craig> Though libf2c's configure.in can't elegantly intuit the
 Craig> appropriate information, perhaps it should AC_SUBST it, which
 Craig> means the top-level configure would have to pass it down there
 Craig> instead of later via the Makefile process.

 Craig> That way, once configured, builds and installs would work from
 Craig> the lower-level directory.  Personally, I'd love this.

I can't see any makefile dependency on gcc/version.c (I forgot it
too).  It looks necessary at the top level now, and also in libf2c if
you do the above.  I can't see autoconf-like move-if-change-ism at the
top level, which may be bad news.

[$(version) is the only component of libsubdir not available in libf2c
(or gcc) by standard autoconf means.]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]