summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-11-26 13:04:04 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2010-11-26 13:05:48 +0100
commit02440d5a846d6b52da0f5cea69a8b2ee3f213711 (patch)
tree519366b581e13ad217d41c865fc9943206868c6c /configure.in
parentMakefile.in: Add a missing '--' delimiter, so that -P@...JOBS@ goes to dmake. (diff)
downloadcore-02440d5a846d6b52da0f5cea69a8b2ee3f213711.tar.gz
core-02440d5a846d6b52da0f5cea69a8b2ee3f213711.zip
Improve configure help for --with-package-format
List possible choices in the --help text.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 268ca0d70201..322b06887321 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,