qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] configure: Add --enable-docs and --disable-docs to


From: Dirk Ullrich
Subject: [Qemu-devel] [PATCH] configure: Add --enable-docs and --disable-docs to --help
Date: Sat, 6 Feb 2010 09:48:23 +0100

This patch adds the documentation-related options "--enable-docs" and
"--disable-docs" to the help message of "configure".

Signed-off-by: Dirk Ullrich <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]