From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53305 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7kxV-0006Fp-J9 for qemu-devel@nongnu.org; Thu, 07 Apr 2011 04:52:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7kxU-0006Ne-Bg for qemu-devel@nongnu.org; Thu, 07 Apr 2011 04:52:57 -0400 Received: from mail-bw0-f45.google.com ([209.85.214.45]:57372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7kxU-0006N3-1q for qemu-devel@nongnu.org; Thu, 07 Apr 2011 04:52:56 -0400 Received: by bwz16 with SMTP id 16so2026146bwz.4 for ; Thu, 07 Apr 2011 01:52:54 -0700 (PDT) Date: Thu, 7 Apr 2011 10:52:51 +0200 From: "Edgar E. Iglesias" Subject: Re: [Qemu-devel] Re: [PATCH] configure: add --version flag Message-ID: <20110407085251.GA13442@edde.se.axis.com> References: <1302153148-15146-1-git-send-email-vapier@gentoo.org> <4D9D684C.7040008@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D9D684C.7040008@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Mike Frysinger , qemu-devel@nongnu.org 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 standard autotool helpers. > > > > Signed-off-by: Mike Frysinger > > ACK Applied, thanks. Cheers