[Libreoffice-commits] .: configure.in

Sebastian Spaeth spaetz at kemper.freedesktop.org
Fri Nov 26 04:05:56 PST 2010


 configure.in |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

New commits:
commit 042e8755819a8c6e642a350982475330bbc8c4a4
Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Fri Nov 26 13:04:04 2010 +0100

    Improve configure help for --with-package-format
    
    List possible choices in the --help text.

diff --git a/configure.in b/configure.in
index 268ca0d..322b068 100644
--- a/configure.in
+++ b/configure.in
@@ -617,11 +617,10 @@ AC_ARG_WITH(epm,
 
 AC_ARG_WITH(package-format,
     AS_HELP_STRING([--with-package-format],
-        [Specify package format(s) for LibO installsets. Default is "normal" one
-         of the OS/Distribution.])
-    [
-                          Usage:     --with-package-format="foo bar"
-    ],
+        [Specify package format(s) for LibO installsets. Default is the
+         "normal" one of the OS/Distribution. Possible values: aix, bsd, deb,
+         inst, tardist, osx, pkg, rpm, setld, native, portable, archive, dmg,
+          installed, msi. Example: --with-package-format="deb dmg"]),
 ,)
 
 AC_ARG_WITH(system-stdlibs,


More information about the Libreoffice-commits mailing list