diff mbox

configure: Add --enable-docs and --disable-docs to --help

Message ID c8b321821002060048i7414e8c8ie68278ea7d53b605@mail.gmail.com
State New
Headers show

Commit Message

Dirk Ullrich Feb. 6, 2010, 8:48 a.m. UTC
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(-)

 exit 1

Comments

Anthony Liguori Feb. 10, 2010, 6:44 p.m. UTC | #1
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>
>    

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
>
Anthony Liguori Feb. 10, 2010, 7:30 p.m. UTC | #2
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
>
diff mbox

Patch

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"