Commit 6efa1582 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* configure.in: Also avoid wrapping auto-build.h with IN_GCC.

From-SVN: r34469
parent 2c8c1c46
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 *".
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment