From 7739adfb17bdef58039b9c5aef0f33bd5f2fabf5 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 7 Feb 2001 01:03:16 +0000 Subject: [PATCH] * configure: Output host type to stdout, not stderr. From-SVN: r39505 --- ChangeLog | 4 ++++ configure | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 071e29d8e6c..90dec4d2e17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-02-06 Ben Elliston + + * configure: Output host type to stdout, not stderr. + 2001-02-05 Mark Mitchell * ltcf-c.sh: Add support for -no-undefined under GNU/Linux. diff --git a/configure b/configure index 1b4d2e33695..ec87e327fc9 100755 --- 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