From e3a038596392fda6f5ddf2f308c2ad568359ae57 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Thu, 16 Jul 1998 00:07:42 +0000 Subject: [PATCH] g2c.hin: Renamed from g2c.h.in. * g2c.hin: Renamed from g2c.h.in. * Makefile.in, configure.in: Changed as needed. * configure: Rebuilt. * libU77/config.hin: Renamed from libU77/config.h.in. * Makefile.in, configure.in: Changed as needed. * configure: Rebuilt. From-SVN: r21202 --- libf2c/ChangeLog.egcs | 10 ++++++++++ libf2c/Makefile.in | 2 +- libf2c/configure | 6 +++--- libf2c/configure.in | 4 ++-- libf2c/{g2c.h.in => g2c.hin} | 2 +- libf2c/libU77/Makefile.in | 2 +- libf2c/libU77/{config.h.in => config.hin} | 2 +- libf2c/libU77/configure | 4 ++-- libf2c/libU77/configure.in | 2 +- 9 files changed, 22 insertions(+), 12 deletions(-) rename libf2c/{g2c.h.in => g2c.hin} (98%) rename libf2c/libU77/{config.h.in => config.hin} (97%) diff --git a/libf2c/ChangeLog.egcs b/libf2c/ChangeLog.egcs index eaa7b7b5fcd..311c68d455e 100644 --- a/libf2c/ChangeLog.egcs +++ b/libf2c/ChangeLog.egcs @@ -1,3 +1,13 @@ +Thu Jul 16 00:58:52 1998 Jeffrey A Law (law@cygnus.com) + + * g2c.hin: Renamed from g2c.h.in. + * Makefile.in, configure.in: Changed as needed. + * configure: Rebuilt. + + * libU77/config.hin: Renamed from libU77/config.h.in. + * Makefile.in, configure.in: Changed as needed. + * configure: Rebuilt. + Tue Jul 14 21:35:30 1998 Gerald Pfeifer * Makefile.in (all): Invoke $(MAKE) instead of just make. diff --git a/libf2c/Makefile.in b/libf2c/Makefile.in index a4306746de9..12e68a7e5c6 100644 --- a/libf2c/Makefile.in +++ b/libf2c/Makefile.in @@ -118,7 +118,7 @@ ${srcdir}/configure: ${srcdir}/configure.in cd $(srcdir) && autoconf # Dependence on Makefile serializes for parallel make. -g2c.h: $(srcdir)/g2c.h.in config.status Makefile +g2c.h: $(srcdir)/g2c.hin config.status Makefile # Might try to avoid rebuilding everything if Makefile or configure # changes and g2c.h doesn't; see also the Makefile rule. Should # depend on another stamp file rather than using the commented-out diff --git a/libf2c/configure b/libf2c/configure index e386a9315f7..5f7d1ed521f 100755 --- a/libf2c/configure +++ b/libf2c/configure @@ -520,7 +520,7 @@ fi -# From configure.in 1.11 +# From configure.in 1.12 # For g77 we'll set CC to point at the built gcc, but this will get it into # the makefiles @@ -1306,7 +1306,7 @@ done ac_given_srcdir=$srcdir ac_given_INSTALL="$INSTALL" -trap 'rm -fr `echo "Makefile g2c.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 +trap 'rm -fr `echo "Makefile g2c.h:g2c.hin" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then diff --git a/libf2c/configure.in b/libf2c/configure.in index 7e26525aa29..1b338c63e12 100644 --- a/libf2c/configure.in +++ b/libf2c/configure.in @@ -21,7 +21,7 @@ AC_INIT(libF77/Version.c) -AC_REVISION(1.11) +AC_REVISION(1.12) dnl Checks for programs. # For g77 we'll set CC to point at the built gcc, but this will get it into @@ -167,7 +167,7 @@ AC_CANONICAL_SYSTEM AC_SUBST(target_alias) AC_CONFIG_SUBDIRS(libU77 libI77 libF77) -AC_OUTPUT(Makefile g2c.h) +AC_OUTPUT(Makefile g2c.h:g2c.hin) dnl Local Variables: dnl comment-start: "dnl " diff --git a/libf2c/g2c.h.in b/libf2c/g2c.hin similarity index 98% rename from libf2c/g2c.h.in rename to libf2c/g2c.hin index 5897525a230..d8fed9c2578 100644 --- a/libf2c/g2c.h.in +++ b/libf2c/g2c.hin @@ -1,7 +1,7 @@ /* g2c.h -- g77 version of f2c (Standard Fortran to C header file) */ /* This file is generated by the g77 libg2c configuration process from a - file named g2c.h.in. This process sets up the appropriate types, + file named g2c.hin. This process sets up the appropriate types, defines the appropriate macros, and so on. The resulting g2c.h file is used to build g77's copy of libf2c, named libg2c, and also can be used when compiling C code produced by f2c to link the resulting diff --git a/libf2c/libU77/Makefile.in b/libf2c/libU77/Makefile.in index a4067f2a669..4356478c034 100644 --- a/libf2c/libU77/Makefile.in +++ b/libf2c/libU77/Makefile.in @@ -99,7 +99,7 @@ config.status: configure ${srcdir}/configure: configure.in cd ${srcdir} && autoconf -${srcdir}/config.h.in: stamp-h.in +${srcdir}/config.hin: stamp-h.in ${srcdir}/stamp-h.in: configure.in acconfig.h cd ${srcdir} && autoheader echo timestamp > ${srcdir}/stamp-h.in diff --git a/libf2c/libU77/config.h.in b/libf2c/libU77/config.hin similarity index 97% rename from libf2c/libU77/config.h.in rename to libf2c/libU77/config.hin index a20aae6d8f2..8c3ba6baf57 100644 --- a/libf2c/libU77/config.h.in +++ b/libf2c/libU77/config.hin @@ -1,4 +1,4 @@ -/* config.h.in. Generated automatically from configure.in by autoheader. */ +/* config.hin. Generated automatically from configure.in by autoheader. */ /* Define to empty if the keyword does not work. */ #undef const diff --git a/libf2c/libU77/configure b/libf2c/libU77/configure index f5171cc941c..07424cbdc27 100755 --- a/libf2c/libU77/configure +++ b/libf2c/libU77/configure @@ -1540,7 +1540,7 @@ done ac_given_srcdir=$srcdir -trap 'rm -fr `echo "Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 +trap 'rm -fr `echo "Makefile config.h:config.hin" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF fi diff --git a/libf2c/libU77/configure.in b/libf2c/libU77/configure.in index 456c01375b9..2e6e608c04e 100644 --- a/libf2c/libU77/configure.in +++ b/libf2c/libU77/configure.in @@ -20,7 +20,7 @@ #USA. AC_INIT(access_.c) -AC_CONFIG_HEADER(config.h) +AC_CONFIG_HEADER(config.h:config.hin) dnl Checks for programs. # For g77 we'll set CC to point at the built gcc, but this will get it into