From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NfIH2-0002TS-8p for qemu-devel@nongnu.org; Wed, 10 Feb 2010 14:30:56 -0500 Received: from [199.232.76.173] (port=58581 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfIH1-0002T8-Pa for qemu-devel@nongnu.org; Wed, 10 Feb 2010 14:30:55 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NfIH0-0005mf-F1 for qemu-devel@nongnu.org; Wed, 10 Feb 2010 14:30:55 -0500 Received: from mail-iw0-f194.google.com ([209.85.223.194]:46587) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NfIH0-0005mT-7i for qemu-devel@nongnu.org; Wed, 10 Feb 2010 14:30:54 -0500 Received: by iwn32 with SMTP id 32so641953iwn.14 for ; Wed, 10 Feb 2010 11:30:53 -0800 (PST) Message-ID: <4B73096B.70006@codemonkey.ws> Date: Wed, 10 Feb 2010 13:30:51 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] configure: Add --enable-docs and --disable-docs to --help References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dirk Ullrich Cc: qemu-devel@nongnu.org On 02/06/2010 02:48 AM, Dirk Ullrich wrote: > This patch adds the documentation-related options "--enable-docs" and > "--disable-docs" to the help message of "configure". > > Signed-off-by: Dirk Ullrich > Applied. But I missed that you weren't using a valid SoB. Please use a proper email address in the future. Thanks. Regards, Anthony Liguori > --- > configure | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/configure b/configure > index 42ef628..eac2a15 100755 > --- a/configure > +++ b/configure > @@ -794,6 +794,8 @@ echo " --enable-linux-aio enable Linux AIO 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 installing of documentation" > +echo " --disable-docs disable installing of documentation" > echo "" > echo "NOTE: The object files are built at the place where configure > is launched" > exit 1 >