summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-08-27 18:55:14 +0300
committerTor Lillqvist <tml@collabora.com>2014-08-27 18:56:06 +0300
commit68b845c81826464676a8a67d6002881d9c6a1d99 (patch)
tree837beb754d01dabebb99af95ed445b987677c931 /configure.ac
parent8d8e8942b2ee2a2e85c65d71628057316c9f5897 (diff)
I think --with-package-format=native/portable can go away
Or does somebody know what they mean and even use either? Change-Id: If935d5d6b53d1f95ec22b19b6b97f4ecfe4d9c06
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index ffa33d30e877..bceb70f73d72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1525,7 +1525,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, pkg, portable, and rpm.
+ installed, msi, pkg, and rpm.
Example: --with-package-format='deb rpm']),
,)
@@ -4608,7 +4608,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 | pkg | rpm | native | portable | archive | dmg | installed | msi)
+ aix | bsd | deb | pkg | rpm | archive | dmg | installed | msi)
;;
*)
AC_MSG_ERROR([unsupported format $i. Supported by EPM are:
@@ -4617,8 +4617,6 @@ bsd - FreeBSD, NetBSD, or OpenBSD software distribution
deb - Debian software distribution
pkg - Solaris software distribution
rpm - RedHat software distribution
-native - "Native" software distribution for the platform
-portable - Portable software distribution
LibreOffice additionally supports:
archive - .tar.gz or .zip