* configure: Output host type to stdout, not stderr.
authorBen Elliston <bje@redhat.com>
Wed, 7 Feb 2001 01:03:16 +0000 (01:03 +0000)
committerDJ Delorie <dj@gcc.gnu.org>
Wed, 7 Feb 2001 01:03:16 +0000 (20:03 -0500)
From-SVN: r39505

ChangeLog
configure

index 071e29d8e6caf3a5e2c4213afb8d91417b025b69..90dec4d2e1764c0926d6e052cd026d865ed5d03c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-06  Ben Elliston  <bje@redhat.com>
+
+       * configure: Output host type to stdout, not stderr.
+
 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
 
        * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
index 1b4d2e336950b3aad2a63537d315f869ca380213..ec87e327fc96691cb620504d2d31bd78477d6c72 100755 (executable)
--- a/configure
+++ b/configure
@@ -89,7 +89,7 @@ subdirs=
 target_alias=NOTARGET
 target_makefile_frag=
 undefs=NOUNDEFS
-version="$Revision: 1.32 $"
+version="$Revision: 1.33 $"
 x11=default
 bindir='${exec_prefix}/bin'
 sbindir='${exec_prefix}/sbin'
@@ -457,7 +457,7 @@ case "${fatal}" in
                                        fi
                                        ;;
                                esac
-                               echo "Configuring for a ${host_alias} host." 1>&2
+                               echo "Configuring for a ${host_alias} host."
                                arguments="--host=$host_alias $arguments"
                        else
                                echo 'Config.guess failed to determine the host type.  You need to specify one.' 1>&2