Commit faf0173b by Philippe De Muyter Committed by Philippe De Muyter

configure.in (Make the links): Typo fix ...

	* configure.in (Make the links): Typo fix : the file that must be
	included without #ifdef IN_GCC is `auto-host.h', not `auto-config.h'.
	* configure: File rebuilt.

From-SVN: r34431
parent b6a5dfa1
Tue Jun 6 19:25:32 2000 Philippe De Muyter <phdm@macqel.be>
* configure.in (Make the links): Typo fix : the file that must be
included without #ifdef IN_GCC is `auto-host.h', not `auto-config.h'.
* configure: File rebuilt.
2000-06-06 Nathan Sidwell <nathan@codesourcery.com>
* eh-common.h (EH_ALLOC_SIZE, EH_ALLOC_ALIGN): New #defines.
......
......@@ -6854,7 +6854,7 @@ do
for file in `eval echo '$'$var`; do
case $file in
auto-config.h)
auto-host.h)
;;
*)
echo '#ifdef IN_GCC' >>$link
......@@ -6862,7 +6862,7 @@ do
esac
echo "#include \"$file\"" >>$link
case $file in
auto-config.h)
auto-host.h)
;;
*)
echo '#endif' >>$link
......
......@@ -4056,7 +4056,7 @@ do
for file in `eval echo '$'$var`; do
case $file in
auto-config.h)
auto-host.h)
;;
*)
echo '#ifdef IN_GCC' >>$link
......@@ -4064,7 +4064,7 @@ do
esac
echo "#include \"$file\"" >>$link
case $file in
auto-config.h)
auto-host.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