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/configure | |
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/configure')
-rwxr-xr-x | libf2c/configure | 6 |
1 files changed, 3 insertions, 3 deletions
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 |