qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] configure: Add --enable-docs and --disable-docs to --help
@ 2010-02-06  8:48 Dirk Ullrich
  2010-02-10 18:44 ` Anthony Liguori
  2010-02-10 19:30 ` Anthony Liguori
  0 siblings, 2 replies; 3+ messages in thread
From: Dirk Ullrich @ 2010-02-06  8:48 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-02-10 19:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-06  8:48 [Qemu-devel] [PATCH] configure: Add --enable-docs and --disable-docs to --help Dirk Ullrich
2010-02-10 18:44 ` Anthony Liguori
2010-02-10 19:30 ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).