Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index


It's not good to use option descriptions like --enable/disable-*.

Also: If we want to replace default option descriptions with our owns,
then we shall describe them both (dependency-tracking).

MPL 1.1 / GPLv3+ / LGPLv3+
From fad1428fee0f5498239f9a74f6a8c950216217e3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niko=20R=C3=B6nkk=C3=B6?= <ronkko@iki.fi>
Date: Mon, 8 Nov 2010 08:52:14 +0200
Subject: [PATCH] Separate option descriptions

It's not good to use option descriptions like --enable/disable-*.

Also: If we want to replace default option descriptions with our owns,
then we shall describe them both (dependency-tracking).
---
 configure.in |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/configure.in b/configure.in
index 1caf430..4aea636 100644
--- a/configure.in
+++ b/configure.in
@@ -448,13 +448,17 @@ AC_ARG_ENABLE(build-unowinreg,
 ,)
 
 AC_ARG_ENABLE(verbose,
-    AS_HELP_STRING([--enable/disable-verbose],
-        [Increase/Decrease build verbosity.]),
+    AS_HELP_STRING([--enable-verbose],
+        [Increase build verbosity.])[
+  --disable-verbose       Decrease build verbosity.],
 ,)
 
 AC_ARG_ENABLE(dependency-tracking,
-    AS_HELP_STRING([--disable-dependency-tracking],
-        [Disables generation of dependency information.]),
+    AS_HELP_STRING([--enable-dependency-tracking],
+        [Do not reject slow dependency extractors.])[
+  --disable-dependency-tracking
+                          Disables generation of dependency information.
+                          Speed up one-time builds.],
 ,)
 
 AC_ARG_ENABLE(icecream,
-- 
1.7.0.4


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.