diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 12:17:47 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 12:17:47 +0000 |
commit | 959858458382f2cf9600457ccc45447b5b32a758 (patch) | |
tree | 710815083704bc16d6a801f80ba8df543cbdb680 /config_office | |
parent | 28ed33cf5e0e0dfcef59c8f49e63573aa5c4cd1a (diff) |
INTEGRATION: CWS dmgarchive (1.223.2); FILE MERGED
2007/11/08 14:49:00 obr 1.223.2.1: #i83174#,#i72908# archive is new default format on Mac OS X
Diffstat (limited to 'config_office')
-rw-r--r-- | config_office/configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config_office/configure.in b/config_office/configure.in index 975efe741c49..55d9f0351eb1 100644 --- a/config_office/configure.in +++ b/config_office/configure.in @@ -3,7 +3,7 @@ dnl * vi:set sw=3 ts=3 et: dnl * dnl * Name: configure.in dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland -dnl * Date: $Date: 2007-11-26 12:46:22 $ +dnl * Date: $Date: 2007-11-26 13:17:47 $ dnl * dnl * Desc: This file serves as input for the GNU autoconf package dnl * in order to create a configure script. @@ -12,7 +12,7 @@ dnl * necessary to build OpenOffice.org dnl * dnl * dnl ******************************************************************/ -AC_REVISION( $Revision: 1.230 $ ) +AC_REVISION( $Revision: 1.231 $ ) AC_PREREQ(2.50) AC_INIT() echo "$@" >config.parms @@ -2744,7 +2744,7 @@ if test "$_os" != "WINNT" -a \( "z$enable_epm" = "z" -o "$enable_epm" != "no" \) PKGFORMAT=native ;; Darwin) - PKGFORMAT=portable + PKGFORMAT=archive ;; SunOS) PKGFORMAT=pkg |