Re: [Qemu-devel] [PATCH 3/9] Print out progress when checking compiler flags

2012-04-02 Thread Stefan Weil
Am 02.04.2012 12:50, schrieb Daniel P. Berrange: From: "Daniel P. Berrange" Normal practice for autoconf style scripts is to print out progress. The QEMU configure script is getting increasingly slow& has no progress feedback. Print out the progress of checking each compiler flag Signed-off-by

Re: [Qemu-devel] [PATCH 3/9] Print out progress when checking compiler flags

2012-04-02 Thread Daniel P. Berrange
On Mon, Apr 02, 2012 at 02:56:17PM +0100, Peter Maydell wrote: > On 2 April 2012 11:50, Daniel P. Berrange wrote: > > From: "Daniel P. Berrange" > > > > Normal practice for autoconf style scripts is to print out > > progress. The QEMU configure script is getting increasingly > > slow & has no pro

Re: [Qemu-devel] [PATCH 3/9] Print out progress when checking compiler flags

2012-04-02 Thread Peter Maydell
On 2 April 2012 11:50, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Normal practice for autoconf style scripts is to print out > progress. The QEMU configure script is getting increasingly > slow & has no progress feedback. Print out the progress of > checking each compiler flag > >

[Qemu-devel] [PATCH 3/9] Print out progress when checking compiler flags

2012-04-02 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Normal practice for autoconf style scripts is to print out progress. The QEMU configure script is getting increasingly slow & has no progress feedback. Print out the progress of checking each compiler flag Signed-off-by: Daniel P. Berrange --- configure |4