This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
libf2c/configure tweak
- To: egcs-patches at cygnus dot com
- Subject: libf2c/configure tweak
- From: Dave Love <d dot love at dl dot ac dot uk>
- Date: 09 Oct 1998 00:07:04 +0100
[Per comment in the patch.] OK to commit?
1998-10-08 Dave Love <fx@gnu.org>
* configure.in: Reorder Makefile, g2c.h in AC_OUTPUT.
Index: configure.in
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/libf2c/configure.in,v
retrieving revision 1.14
diff -p -c -r1.14 configure.in
*** configure.in 1998/09/21 10:34:24 1.14
--- configure.in 1998/10/08 23:01:00
*************** AC_SUBST(gcc_version_trigger)
*** 174,180 ****
AC_CANONICAL_SYSTEM
AC_SUBST(target_alias)
AC_CONFIG_SUBDIRS(libU77 libI77 libF77)
! AC_OUTPUT(g2c.h:g2c.hin Makefile,
[test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
if test -n "$CONFIG_FILES"; then
if test -n "${with_target_subdir}"; then
--- 174,182 ----
AC_CANONICAL_SYSTEM
AC_SUBST(target_alias)
AC_CONFIG_SUBDIRS(libU77 libI77 libF77)
! # Do Makefile first since g2c.h depends on it and shouldn't get an
! # earlier timestamp.
! AC_OUTPUT(Makefile g2c.h:g2c.hin,
[test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
if test -n "$CONFIG_FILES"; then
if test -n "${with_target_subdir}"; then