From patchwork Fri May 11 21:07:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stefan Weil X-Patchwork-Id: 158613 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id CC9CAB7010 for ; Sat, 12 May 2012 07:36:01 +1000 (EST) Received: from localhost ([::1]:57482 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSx4f-0007Wq-5K for incoming@patchwork.ozlabs.org; Fri, 11 May 2012 17:08:29 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSx3v-0005mN-Qs for qemu-devel@nongnu.org; Fri, 11 May 2012 17:07:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SSx3t-0003AK-MZ for qemu-devel@nongnu.org; Fri, 11 May 2012 17:07:43 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:45043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSx3t-00039x-GW for qemu-devel@nongnu.org; Fri, 11 May 2012 17:07:41 -0400 Received: from localhost (v220110690675601.yourvserver.net.local [127.0.0.1]) by v220110690675601.yourvserver.net (Postfix) with ESMTP id D7A2C728001A; Fri, 11 May 2012 23:07:39 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at weilnetz.de Received: from v220110690675601.yourvserver.net ([127.0.0.1]) by localhost (v220110690675601.yourvserver.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v3xh2h0Cjp5b; Fri, 11 May 2012 23:07:39 +0200 (CEST) Received: by v220110690675601.yourvserver.net (Postfix, from userid 1000) id 575947280019; Fri, 11 May 2012 23:07:39 +0200 (CEST) From: Stefan Weil To: qemu-devel@nongnu.org Date: Fri, 11 May 2012 23:07:33 +0200 Message-Id: <1336770456-6260-2-git-send-email-sw@weilnetz.de> X-Mailer: git-send-email 1.7.9 In-Reply-To: <1336770456-6260-1-git-send-email-sw@weilnetz.de> References: <1336770456-6260-1-git-send-email-sw@weilnetz.de> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 78.47.199.172 Cc: Blue Swirl , Stefan Weil , Anthony Liguori , =?UTF-8?q?Andreas=20F=C3=A4rber?= Subject: [Qemu-devel] [PATCH 1/4] configure: Use QEMU instead of Qemu X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org This new 'Qemu' was recently added. Replace it by the official all upper case 'QEMU' and also fix the column alignment. Signed-off-by: Stefan Weil Reviewed-by: Andreas Färber --- configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 491109d..b55a792 100755 --- a/configure +++ b/configure @@ -1006,7 +1006,7 @@ echo " --datadir=PATH install firmware in PATH$confsuffix" echo " --docdir=PATH install documentation in PATH$confsuffix" echo " --bindir=PATH install binaries in PATH" echo " --sysconfdir=PATH install config in PATH$confsuffix" -echo " --with-confsuffix=SUFFIX suffix for Qemu data inside datadir and sysconfdir [$confsuffix]" +echo " --with-confsuffix=SUFFIX suffix for QEMU data inside datadir and sysconfdir [$confsuffix]" echo " --enable-debug-tcg enable TCG debugging" echo " --disable-debug-tcg disable TCG debugging (default)" echo " --enable-debug enable common debug build options"