From patchwork Tue Oct 12 13:00:55 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 67581 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D0867B70AF for ; Wed, 13 Oct 2010 00:47:22 +1100 (EST) Received: from localhost ([127.0.0.1]:41744 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5fC7-0002eC-Ip for incoming@patchwork.ozlabs.org; Tue, 12 Oct 2010 09:47:07 -0400 Received: from [140.186.70.92] (port=42084 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5eUo-0007ui-LY for qemu-devel@nongnu.org; Tue, 12 Oct 2010 09:02:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5eUh-000534-Ad for qemu-devel@nongnu.org; Tue, 12 Oct 2010 09:02:21 -0400 Received: from mail-qw0-f45.google.com ([209.85.216.45]:52643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5eUh-0004Mc-7R for qemu-devel@nongnu.org; Tue, 12 Oct 2010 09:02:15 -0400 Received: by mail-qw0-f45.google.com with SMTP id 5so1841033qwh.4 for ; Tue, 12 Oct 2010 06:02:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:subject:date :message-id:x-mailer:in-reply-to:references; bh=25Rab9hTNo4PY/+RGHy06oJCUoMrH6wbKhLq8/6xPB0=; b=O5uHV74RP/aCAKL0Jt2uN+hflMwzIr1LZiABU/V+wLJZ2CxSeTcnpn/nJGK3wgJL3F 7bYYfB69WCkmqWWzzVu/HC1L/6F6F8NRJkRQ6czuFjIjZviJy1VsD38mNeyI9VBSiIcb DKr+DiSmpG+DMb/W9/q60iP/bpkaGhYwGFa3k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:date:message-id:x-mailer:in-reply-to :references; b=yDC3X5QLnJjgEjv3Ol04jTi9o+XYXjOZ3s9vhFMyzUvWLQURhGUlHwbocrCqE3HoZi ar9svyRUmWUcMl1lrsCSDHaWanOvxLemoS4T6RI1+RMn9kYbhWsSkKrRPPWUtiBs46zL GcijNQf4ZDqm1BD3zau35yuiiDdmvSxME8KL0= Received: by 10.229.240.213 with SMTP id lb21mr2550820qcb.185.1286888534547; Tue, 12 Oct 2010 06:02:14 -0700 (PDT) Received: from localhost.localdomain (nat-pool-brq-t.redhat.com [209.132.186.34]) by mx.google.com with ESMTPS id s34sm5931078qcp.20.2010.10.12.06.02.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 12 Oct 2010 06:02:14 -0700 (PDT) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Tue, 12 Oct 2010 15:00:55 +0200 Message-Id: <1286888457-5033-38-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <1286888457-5033-1-git-send-email-pbonzini@redhat.com> References: <1286888457-5033-1-git-send-email-pbonzini@redhat.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: [Qemu-devel] [PATCH 37/39] make more options "standard" X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Paolo Bonzini --- configure | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/configure b/configure index 99de45b..27fc67a 100755 --- a/configure +++ b/configure @@ -806,6 +806,14 @@ EOF echo "Standard options:" echo " --help print this message" echo " --prefix=PREFIX install in PREFIX [$prefix]" +echo " --srcdir=PATH path of source code [$srcdir]" +echo " --mandir=PATH install man pages in PATH" +echo " --datadir=PATH install firmware in PATH" +echo " --docdir=PATH install documentation in PATH" +echo " --bindir=PATH install binaries in PATH" +echo " --sysconfdir=PATH install config in PATH/qemu" +echo " --build=BUILD specify triplet for build machine [$build]" +echo " --host=HOST cross-compile for host triplet HOST [$host]" echo "" echo "Libraries:" echo " --with-fmod-lib path to FMOD library" @@ -814,19 +822,11 @@ echo " --with-oss-lib path to OSS library" echo " --with-headers=PATH look for kernel includes in PATH" echo "" echo "Advanced options (experts only):" -echo " --srcdir=PATH path of source code [$srcdir]" -echo " --build=BUILD specify triplet for build machine [$build]" echo " --enable-targets=LIST choose compiled targets [$target_list]" echo " --with-arch=ARCH build qemu for given architecture" echo " --with-sysroot=PREFIX where to find shared libraries, etc." echo " use %M for cpu name [$sysroot]" -echo " --host=HOST cross-compile for host triplet HOST [$host]" echo " --enable-static enable static build [$static]" -echo " --mandir=PATH install man pages in PATH" -echo " --datadir=PATH install firmware in PATH" -echo " --docdir=PATH install documentation in PATH" -echo " --bindir=PATH install binaries in PATH" -echo " --sysconfdir=PATH install config in PATH/qemu" echo " --enable-debug-tcg enable TCG debugging" echo " --disable-debug-tcg disable TCG debugging (default)" echo " --enable-debug enable common debug build options"