]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in (Make the links): Typo fix ...
authorPhilippe De Muyter <phdm@macqel.be>
Tue, 6 Jun 2000 17:36:34 +0000 (19:36 +0200)
committerPhilippe De Muyter <phdm@gcc.gnu.org>
Tue, 6 Jun 2000 17:36:34 +0000 (17:36 +0000)
* 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

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 3f24d77affd133aeca65ed84213bcbe3a561074f..524305f8aa8910a88afcee20ca8cf0fdd40cd624 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 9dd0c8c5cd455e0f674b3069aa927274a1a6428b..ade96b0d2e03c7092264f46cd185ac55eb519c35 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 a49d88a1fa79bd8d23f971bcaf49ef9a59e57393..bc4cf0712f64ffbaf04bd41536cb83638651feb2 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