[Libreoffice-commits] .: configure.in

Michael Meeks mmeeks at kemper.freedesktop.org
Thu Dec 2 03:31:21 PST 2010


 configure.in |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

New commits:
commit 1555f5ddaf19a88e475c35b3df4afb9549e44384
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Thu Dec 2 11:31:26 2010 +0000

    default broffice to enabled, and epm to disabled

diff --git a/configure.in b/configure.in
index 2b49d2e..29c2146 100644
--- a/configure.in
+++ b/configure.in
@@ -147,10 +147,10 @@ AC_ARG_ENABLE(mozilla,
 ,enable_mozilla=yes)
 
 AC_ARG_ENABLE(epm,
-    AS_HELP_STRING([--disable-epm],
+    AS_HELP_STRING([--enable-epm],
         [LibO includes self-packaging code, that requires epm, however epm is
          useless for large scale package building.]),
-,enable_epm=yes)
+,enable_epm=no)
 
 AC_ARG_ENABLE(activex_component,
     AS_HELP_STRING([--disable-activex-component],
@@ -273,10 +273,10 @@ AC_ARG_ENABLE(unix-qstart,
 ,enable_unix_quickstarter=yes)
 
 AC_ARG_ENABLE(broffice,
-    AS_HELP_STRING([--enable-broffice],
+    AS_HELP_STRING([--disable-broffice],
         [When enabled, this will include broffice branded artwork into packages,
          that will only be seen in the pt_BR locale.]),
-,)
+,enable_broffice=yes)
 
 AC_ARG_ENABLE(cairo,
     AS_HELP_STRING([--enable-cairo],
@@ -3916,6 +3916,7 @@ fi
 AC_SUBST(BUILD_DMAKE)
 
 AC_MSG_CHECKING([whether to enable EPM for packing])
+BUILD_EPM=NO
 if test "$enable_epm" = "yes"; then
    AC_MSG_RESULT([yes])
    dnl ===================================================================
@@ -4111,7 +4112,6 @@ msi - Windows .msi
          AC_MSG_ERROR([pkgmk needed for Solaris pkg creation. Install it.])
       fi
    fi
-   AC_SUBST(BUILD_EPM)
    AC_SUBST(RPM)
    AC_SUBST(DPKG)
    AC_SUBST(PKGMK)
@@ -4121,6 +4121,7 @@ else
    PKGFORMAT=native
 fi
 AC_SUBST(EPM)
+AC_SUBST(BUILD_EPM)
 AC_SUBST(PKGFORMAT)
 
 dnl ===================================================================


More information about the Libreoffice-commits mailing list