From: Philippe De Muyter Date: Tue, 6 Jun 2000 17:36:34 +0000 (+0200) Subject: configure.in (Make the links): Typo fix ... X-Git-Tag: prereleases/libstdc++-2.92~5933 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=faf0173be728c98a915e6e0f5fca97f342e4bd52;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3f24d77affd1..524305f8aa89 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Tue Jun 6 19:25:32 2000 Philippe De Muyter + + * 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 * eh-common.h (EH_ALLOC_SIZE, EH_ALLOC_ALIGN): New #defines. diff --git a/gcc/configure b/gcc/configure index 9dd0c8c5cd45..ade96b0d2e03 100755 --- a/gcc/configure +++ b/gcc/configure @@ -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 diff --git a/gcc/configure.in b/gcc/configure.in index a49d88a1fa79..bc4cf0712f64 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-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