Re: [Qemu-devel] Re: [PATCH] configure: add --version flag

2011-04-07 Thread Edgar E. Iglesias
On Thu, Apr 07, 2011 at 09:31:24AM +0200, Paolo Bonzini wrote: > On 04/07/2011 07:12 AM, Mike Frysinger wrote: > > Standard autoconf scripts include a --version flag so people can easily > > query things. Add this to qemu's configure so it too can integrate with > > build systems that have standar

[Qemu-devel] Re: [PATCH] configure: add --version flag

2011-04-07 Thread Paolo Bonzini
On 04/07/2011 07:12 AM, Mike Frysinger wrote: Standard autoconf scripts include a --version flag so people can easily query things. Add this to qemu's configure so it too can integrate with build systems that have standard autotool helpers. Signed-off-by: Mike Frysinger ACK Paolo