OSDN Git Service

* configure.in (Make the links): Typo fix : the file that must be
authorphdm <phdm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Jun 2000 17:36:34 +0000 (17:36 +0000)
committerphdm <phdm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Jun 2000 17:36:34 +0000 (17:36 +0000)
included without #ifdef IN_GCC is `auto-host.h', not `auto-config.h'.
* configure: File rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34431 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 3f24d77..524305f 100644 (file)
@@ -1,3 +1,9 @@
+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.
index 9dd0c8c..ade96b0 100755 (executable)
@@ -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
index a49d88a..bc4cf07 100644 (file)
@@ -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