From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NfHYe-0000qr-6U for qemu-devel@nongnu.org; Wed, 10 Feb 2010 13:45:04 -0500 Received: from [199.232.76.173] (port=44584 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfHYd-0000qf-J4 for qemu-devel@nongnu.org; Wed, 10 Feb 2010 13:45:03 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NfHYc-0002KZ-6X for qemu-devel@nongnu.org; Wed, 10 Feb 2010 13:45:03 -0500 Received: from mail-iw0-f194.google.com ([209.85.223.194]:39548) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NfHYb-0002KO-T6 for qemu-devel@nongnu.org; Wed, 10 Feb 2010 13:45:02 -0500 Received: by iwn32 with SMTP id 32so552411iwn.14 for ; Wed, 10 Feb 2010 10:45:01 -0800 (PST) Message-ID: <4B72FEA8.8070001@codemonkey.ws> Date: Wed, 10 Feb 2010 12:44:56 -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 > This patch is white space damaged and this is not a valid SoB line. 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 >