From d7e7986bca6de6b75af9944e53f3c0ec213bb09f Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 7 Feb 2001 01:06:43 +0000 Subject: * configure: Output host type to stdout, not stderr. --- ChangeLog | 4 ++++ configure | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9b457fb0b..1a63a644f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-02-06 Ben Elliston + + * configure: Output host type to stdout, not stderr. + 2001-02-04 Michael Sokolov * config.guess: Import from subversions.gnu.org (revision 1.181). diff --git a/configure b/configure index dfc176263..ae89f40c8 100755 --- 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 -- cgit v1.2.3