From patchwork Tue Oct 12 13:00:49 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 67586 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]) by ozlabs.org (Postfix) with ESMTP id 14FB0B70AF for ; Wed, 13 Oct 2010 00:58:55 +1100 (EST) Received: from localhost ([127.0.0.1]:40821 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5fI7-00070N-Pe for incoming@patchwork.ozlabs.org; Tue, 12 Oct 2010 09:53:19 -0400 Received: from [140.186.70.92] (port=41093 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5eUg-0007aF-33 for qemu-devel@nongnu.org; Tue, 12 Oct 2010 09:02:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5eUV-0004wz-Qq for qemu-devel@nongnu.org; Tue, 12 Oct 2010 09:02:10 -0400 Received: from mail-qy0-f180.google.com ([209.85.216.180]:60844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5eUV-0004WW-OJ for qemu-devel@nongnu.org; Tue, 12 Oct 2010 09:02:03 -0400 Received: by mail-qy0-f180.google.com with SMTP id 1so4942468qyk.4 for ; Tue, 12 Oct 2010 06:02:03 -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=gL+VS7aSzSSZ+bEFDPu8arAkLOAY6uQcANiFZs9U9KQ=; b=gzgfKEzlzTS98kVJnSKKzV9u91K14Brl04O1v1mQhgIHLHrLyzvjMfXfugdKnUiIrG Zgae3njcoTnKbE7b0hdjkZWuSCQK/qVA7bmZWchGnSdmdJQQO3aaMeOO4HaiiaIOowFk Am/vi2eka2URPdSYGsoiNs08wGXUH1tnJOjOs= 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=AxB9/LDPBTdd0l57cPBRSpss1HT/uq/PQvsZYw9Fu7wsU+SKls8264UUp9Owa+vetZ mar7PuqTg8nYqLk/4su8DZBuqUT5hcijT2kFGfHdhdrStCVFiZUhcetqZG9Rj3yo0SYs tGVmjrTtHZUREfCXknvmx5dKZ6UcT+M4YKl98= Received: by 10.224.95.138 with SMTP id d10mr5614709qan.385.1286888523310; Tue, 12 Oct 2010 06:02:03 -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.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 12 Oct 2010 06:02:02 -0700 (PDT) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Tue, 12 Oct 2010 15:00:49 +0200 Message-Id: <1286888457-5033-32-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 31/39] add autoconfy alias --srcdir= for --source-path 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 | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 39a7119..44b5be9 100755 --- a/configure +++ b/configure @@ -182,7 +182,7 @@ for opt do ;; CC=*|--cc=*) CC="$optarg" ;; - --source-path=*) source_path="$optarg" + --srcdir=*|--source-path=*) source_path="$optarg" source_path_used="yes" ;; CPP=*) CPP="$optarg" @@ -516,7 +516,7 @@ for opt do ;; --with-sysroot=*|--interp-prefix=*) sysroot="$optarg" ;; - --source-path=*) + --srcdir=*|--source-path=*) ;; --cross-prefix=*) ;; @@ -834,7 +834,7 @@ 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 " --source-path=PATH path of source code [$source_path]" +echo " --srcdir=PATH path of source code [$source_path]" echo " --enable-targets=LIST choose compiled targets [$target_list]" echo " --with-sysroot=PREFIX where to find shared libraries, etc." echo " use %M for cpu name [$sysroot]" @@ -927,6 +927,7 @@ echo "" echo "Deprecated options:" echo " --interp-prefix=PREFIX where to find shared libraries, etc." echo " use %M for cpu name [$sysroot]" +echo " --source-path=PATH path of source code [$source_path]" echo " --cc=CC use C compiler CC [$cc]" echo " --extra-cflags=CFLAGS append extra C compiler flags QEMU_CFLAGS" echo " --extra-ldflags=LDFLAGS append extra linker flags LDFLAGS"