diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-07-16 00:07:42 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-07-15 18:07:42 -0600 |
commit | e3a038596392fda6f5ddf2f308c2ad568359ae57 (patch) | |
tree | 4c017d2354b7dca24ef8282a627e43b3cf293629 /libf2c | |
parent | 85c6cbaf2de6fba48186900be8c4a982c3aebf26 (diff) | |
download | gcc-e3a038596392fda6f5ddf2f308c2ad568359ae57.zip gcc-e3a038596392fda6f5ddf2f308c2ad568359ae57.tar.gz gcc-e3a038596392fda6f5ddf2f308c2ad568359ae57.tar.bz2 |
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
Diffstat (limited to 'libf2c')
-rw-r--r-- | libf2c/ChangeLog.egcs | 10 | ||||
-rw-r--r-- | libf2c/Makefile.in | 2 | ||||
-rwxr-xr-x | libf2c/configure | 6 | ||||
-rw-r--r-- | libf2c/configure.in | 4 | ||||
-rw-r--r-- | libf2c/g2c.hin (renamed from libf2c/g2c.h.in) | 2 | ||||
-rw-r--r-- | libf2c/libU77/Makefile.in | 2 | ||||
-rw-r--r-- | libf2c/libU77/config.hin (renamed from libf2c/libU77/config.h.in) | 2 | ||||
-rwxr-xr-x | libf2c/libU77/configure | 4 | ||||
-rw-r--r-- | libf2c/libU77/configure.in | 2 |
9 files changed, 22 insertions, 12 deletions
diff --git a/libf2c/ChangeLog.egcs b/libf2c/ChangeLog.egcs index eaa7b7b..311c68d 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 <pfeifer@dbai.tuwien.ac.at> * Makefile.in (all): Invoke $(MAKE) instead of just make. diff --git a/libf2c/Makefile.in b/libf2c/Makefile.in index a430674..12e68a7 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 e386a93..5f7d1ed 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 <<EOF @@ -1405,7 +1405,7 @@ EOF cat >> $CONFIG_STATUS <<EOF -CONFIG_FILES=\${CONFIG_FILES-"Makefile g2c.h"} +CONFIG_FILES=\${CONFIG_FILES-"Makefile g2c.h:g2c.hin"} EOF cat >> $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 7e26525..1b338c6 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 index 5897525..d8fed9c 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 a4067f2..4356478 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 index a20aae6..8c3ba6b 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 f5171cc..07424cb 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 <<EOF @@ -1698,7 +1698,7 @@ ac_eD='%g' if test "${CONFIG_HEADERS+set}" != set; then EOF cat >> $CONFIG_STATUS <<EOF - CONFIG_HEADERS="config.h" + CONFIG_HEADERS="config.h:config.hin" EOF cat >> $CONFIG_STATUS <<\EOF fi diff --git a/libf2c/libU77/configure.in b/libf2c/libU77/configure.in index 456c013..2e6e608 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 |