* configure: Output host type to stdout, not stderr.
authorDJ Delorie <dj@redhat.com>
Wed, 7 Feb 2001 01:06:43 +0000 (01:06 +0000)
committerDJ Delorie <dj@redhat.com>
Wed, 7 Feb 2001 01:06:43 +0000 (01:06 +0000)
ChangeLog
configure

index 9b457fb0b37748bb22a8cacee471d829f62bfafb..1a63a644fe4b5225fa1d69a6bfddeaaa19e71d2c 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-04  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
 
        * config.guess: Import from subversions.gnu.org (revision 1.181).
index dfc176263cfed1e44f9529701c4e8844ef4a7004..ae89f40c831badecbc26e94ee54646fd9ca4c591 100755 (executable)
--- a/configure
+++ b/configure
@@ -450,7 +450,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