summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-02-20 11:18:56 +0200
committerTor Lillqvist <tml@collabora.com>2014-06-06 17:56:47 +0300
commit7bafca39603f7af4c364b7ec780b7b513ae9caf9 (patch)
tree333c3b9d06cc2f5d2d44b3a250641c33bb5a6daa /configure.ac
parent371355406ad14145dbea3b0670db3706e9977b02 (diff)
Don't bother mentioning the Tru64 'setld' package format
Change-Id: I2a9707c70637fe5bae5d16fd45e9603318d5d82f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index d5f2ff0692d8..899dc9143ffa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1419,7 +1419,7 @@ AC_ARG_WITH(package-format,
[Specify package format(s) for LibreOffice installation sets. The
implicit --without-package-format leads to no installation sets being
generated. Possible values: aix, archive, bsd, deb, dmg,
- installed, msi, native, osx, pkg, portable, rpm, and setld.
+ installed, msi, native, osx, pkg, portable, and rpm.
Example: --with-package-format='deb rpm']),
,)
@@ -4402,7 +4402,7 @@ AC_MSG_CHECKING([which package format to use])
if test -n "$with_package_format" -a "$with_package_format" != no; then
for i in $with_package_format; do
case "$i" in
- aix | bsd | deb | osx | pkg | rpm | setld | native | portable | archive | dmg | installed | msi)
+ aix | bsd | deb | osx | pkg | rpm | native | portable | archive | dmg | installed | msi)
;;
*)
AC_MSG_ERROR([unsupported format $i. Supported by EPM are:
@@ -4412,7 +4412,6 @@ deb - Debian software distribution
osx - MacOS X software distribution
pkg - Solaris software distribution
rpm - RedHat software distribution
-setld - Tru64 (setld) software distribution
native - "Native" software distribution for the platform
portable - Portable software distribution
@@ -7427,7 +7426,7 @@ if test "$enable_epm" = "yes"; then
else
for i in $PKGFORMAT; do
case "$i" in
- aix | bsd | deb | osx | pkg | rpm | setld | native | portable)
+ aix | bsd | deb | osx | pkg | rpm | native | portable)
AC_MSG_ERROR(
[--with-package-format='$PKGFORMAT' requires --enable-epm])
;;