This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Cosmetic change to src/configure


The following change tidies up `configure' so that an informative
error is sent to stdout instead of stderr.  I often divert `configure'
output to /dev/null, where this output should go as well.

Please commit if okay.


2001-01-31  Ben Elliston  <bje@redhat.com>

	* configure: Output host type to stdout, not stderr.

diff -u -r1.11 configure
--- configure	2000/07/23 17:42:34	1.11
+++ configure	2001/01/31 01:28:42
@@ -450,7 +450,7 @@
 					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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]