aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2000-06-09 14:49:38 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2000-06-09 14:49:38 +0000
commit6efa15825eea54fa389d7b385f4f87e689ab61bc (patch)
tree1d6e5e6bdbff39b1d6ae356f143879a8a84d433a /gcc
parent2c8c1c46b1683d61e791167b23b1eec31b872efa (diff)
downloadgcc-6efa15825eea54fa389d7b385f4f87e689ab61bc.zip
gcc-6efa15825eea54fa389d7b385f4f87e689ab61bc.tar.gz
gcc-6efa15825eea54fa389d7b385f4f87e689ab61bc.tar.bz2
* configure.in: Also avoid wrapping auto-build.h with IN_GCC.
From-SVN: r34469
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rwxr-xr-xgcc/configure4
-rw-r--r--gcc/configure.in4
3 files changed, 6 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4794c42..fcfa5db 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,7 @@
2000-06-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+ * configure.in: Also avoid wrapping auto-build.h with IN_GCC.
+
* scan-types.sh (VALUE) Wrap use with double quotes to protect
variable against filename expansion when it contains "char *".
diff --git a/gcc/configure b/gcc/configure
index 5dda2db..b622d26 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -6854,7 +6854,7 @@ do
for file in `eval echo '$'$var`; do
case $file in
- auto-host.h)
+ auto-host.h | auto-build.h )
;;
*)
echo '#ifdef IN_GCC' >>$link
@@ -6862,7 +6862,7 @@ do
esac
echo "#include \"$file\"" >>$link
case $file in
- auto-host.h)
+ auto-host.h | auto-build.h )
;;
*)
echo '#endif' >>$link
diff --git a/gcc/configure.in b/gcc/configure.in
index 9054054..8b29691 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -4056,7 +4056,7 @@ do
for file in `eval echo '$'$var`; do
case $file in
- auto-host.h)
+ auto-host.h | auto-build.h )
;;
*)
echo '#ifdef IN_GCC' >>$link
@@ -4064,7 +4064,7 @@ do
esac
echo "#include \"$file\"" >>$link
case $file in
- auto-host.h)
+ auto-host.h | auto-build.h )
;;
*)
echo '#endif' >>$link