* configure: Output host type to stdout, not stderr.
This commit is contained in:
parent
b1417ae1cc
commit
d7e7986bca
@ -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).
|
||||
|
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user