qemu-devel
[Top][All Lists]
Advanced

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

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


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] configure: Add --enable-docs and --disable-docs to --help
Date: Wed, 10 Feb 2010 13:30:51 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Lightning/1.0pre Thunderbird/3.0

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<address@hidden>

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





reply via email to

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