From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NdgL6-0004jY-4Y for qemu-devel@nongnu.org; Sat, 06 Feb 2010 03:48:28 -0500 Received: from [199.232.76.173] (port=33859 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdgL4-0004jL-I1 for qemu-devel@nongnu.org; Sat, 06 Feb 2010 03:48:27 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdgL3-0004Yv-SY for qemu-devel@nongnu.org; Sat, 06 Feb 2010 03:48:26 -0500 Received: from mail-fx0-f217.google.com ([209.85.220.217]:46142) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NdgL3-0004Yl-J4 for qemu-devel@nongnu.org; Sat, 06 Feb 2010 03:48:25 -0500 Received: by fxm9 with SMTP id 9so2173493fxm.10 for ; Sat, 06 Feb 2010 00:48:24 -0800 (PST) MIME-Version: 1.0 Date: Sat, 6 Feb 2010 09:48:23 +0100 Message-ID: From: Dirk Ullrich Content-Type: text/plain; charset=ISO-8859-1 Subject: [Qemu-devel] [PATCH] configure: Add --enable-docs and --disable-docs to --help List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This patch adds the documentation-related options "--enable-docs" and "--disable-docs" to the help message of "configure". Signed-off-by: Dirk Ullrich --- 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 -- 1.6.6.1