From patchwork Tue Oct 12 13:00:48 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 67589 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 4575DB70CD for ; Wed, 13 Oct 2010 01:01:25 +1100 (EST) Received: from localhost ([127.0.0.1]:39021 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5fNz-0001Im-Vm for incoming@patchwork.ozlabs.org; Tue, 12 Oct 2010 09:59:24 -0400 Received: from [140.186.70.92] (port=41710 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5eUh-0007me-VM for qemu-devel@nongnu.org; Tue, 12 Oct 2010 09:02:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5eUV-0004wI-0X for qemu-devel@nongnu.org; Tue, 12 Oct 2010 09:02:09 -0400 Received: from mail-qy0-f173.google.com ([209.85.216.173]:48077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5eUU-0004Lx-T2 for qemu-devel@nongnu.org; Tue, 12 Oct 2010 09:02:02 -0400 Received: by mail-qy0-f173.google.com with SMTP id 36so629119qyk.4 for ; Tue, 12 Oct 2010 06:02:02 -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=g9DkWO7OJ8JPvFVouEzq/g4LDCCNCcv1aNjaqDik4hU=; b=GsE9lUU3eumTxcAKJqKlGKGp75LOCs7JIEBItwWcD6yuVDht07pgxuOIlzz/kxV9Bz fyPZ2DxBZ+J+CXoQS5Rrc8ku6KengRsmDCoIrLZH9yUIYXd08HdonlwvT/QVT8kKMJX/ TmqTS5RLMHz1DzDmXkZP7EyE9iBh6/64z2+sM= 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=U5VmI1yM6dti4/JLDQVBceylydg/f+O5LcuWIimgo/nWaDn2RsTpQvWGLMjl184p7n 4rqu8imrlcRrrcLHKBTHvJhZMl/YuzTnMxIgSDAS7K1+OC22tV1M7QvOfvVGNh5pyODF p0+STdWSvZMDpiCekUv75Uq3Pjj3iG9UaBs9o= Received: by 10.229.88.1 with SMTP id y1mr4001032qcl.243.1286888522022; Tue, 12 Oct 2010 06:02:02 -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.00 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 12 Oct 2010 06:02:01 -0700 (PDT) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Tue, 12 Oct 2010 15:00:48 +0200 Message-Id: <1286888457-5033-31-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 30/39] add autoconfy alias --with-headers for --kerneldir 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 This name is already used by glibc. Signed-off-by: Paolo Bonzini --- configure | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index e1eeda2..39a7119 100755 --- a/configure +++ b/configure @@ -726,7 +726,7 @@ for opt do ;; --disable-blobs) blobs="no" ;; - --kerneldir=*) kerneldir="$optarg" + --with-headers=*|--kerneldir=*) kerneldir="$optarg" ;; --with-pkgversion=*) pkgversion=" ($optarg)" ;; @@ -831,6 +831,7 @@ echo "Libraries:" echo " --with-fmod-lib path to FMOD library" echo " --with-fmod-inc path to FMOD includes" 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]" @@ -913,7 +914,6 @@ echo " --disable-attr disables attr and xattr support" echo " --enable-attr enable attr and xattr support" echo " --enable-io-thread enable IO thread" echo " --disable-blobs disable installing provided firmware blobs" -echo " --kerneldir=PATH look for kernel includes in PATH" echo " --enable-docs enable documentation build" echo " --disable-docs disable documentation build" echo " --disable-vhost-net disable vhost-net acceleration support" @@ -932,6 +932,7 @@ echo " --extra-cflags=CFLAGS append extra C compiler flags QEMU_CFLAGS" echo " --extra-ldflags=LDFLAGS append extra linker flags LDFLAGS" echo " --fmod-lib path to FMOD library" echo " --fmod-inc path to FMOD includes" +echo " --kerneldir=PATH look for kernel includes in PATH" echo " --oss-lib path to OSS library" echo " --audio-card-list=LIST set list of emulated audio cards [$audio_card_list]" echo " Available cards: $audio_possible_cards"