diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-16 00:07:42 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-16 00:07:42 +0000 |
commit | 153eca4347d053b6fc9b9cb3426559b0d3215080 (patch) | |
tree | 4c017d2354b7dca24ef8282a627e43b3cf293629 /libf2c/configure | |
parent | aae06a58a5e53786c4e4efe9e303dd4e45de43fd (diff) | |
download | gcc-153eca4347d053b6fc9b9cb3426559b0d3215080.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21202 138bc75d-0d04-0410-961f-82ee72b054a4
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 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 <<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 |