Kaydet (Commit) 75e32e15 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud Kaydeden (comit) Tor Lillqvist

default to --without-help and --without-myspell-dicts

Updated the distro-configs so that the default change
does not impact build based on distro profile

The intent is that with this change of defaults
the build does only rely on core and does not need
any submodules. Making a initial build simpler
for new dev, since they won't be exposed to submodules
unless they really need them.

Change-Id: I446e912d607ce7358fd11f54a3de025dc3f25144
Reviewed-on: https://gerrit.libreoffice.org/1791Reviewed-by: 's avatarTor Lillqvist <tml@iki.fi>
Tested-by: 's avatarTor Lillqvist <tml@iki.fi>
üst 7907cc0e
......@@ -4503,7 +4503,7 @@ fi
AC_SUBST(DO_FETCH_TARBALLS)
AC_MSG_CHECKING([whether to build help])
if test "$with_help" != "no" -a $_os != iOS -a $_os != Android; then
if test "$with_help" = "yes" -a $_os != iOS -a $_os != Android; then
AC_MSG_RESULT([yes])
BUILD_TYPE="$BUILD_TYPE HELP"
SCPDEFS="$SCPDEFS -DWITH_HELP"
......@@ -4515,7 +4515,7 @@ fi
dnl Test whether to include MySpell dictionaries
dnl ===================================================================
AC_MSG_CHECKING([whether to include MySpell dictionaries])
if test -z "$with_myspell_dicts" -o "$with_myspell_dicts" = "yes"; then
if test "$with_myspell_dicts" = "yes"; then
AC_MSG_RESULT([yes])
WITH_MYSPELL_DICTS=YES
BUILD_TYPE="$BUILD_TYPE DICTIONARIES"
......
......@@ -21,3 +21,4 @@
--without-helppack-integration
--without-myspell-dicts
--with-build-platform-configure-options=--disable-liblangtag
--with-help
......@@ -21,3 +21,4 @@
--without-helppack-integration
--without-myspell-dicts
--with-build-platform-configure-options=--disable-liblangtag
--with-help
--with-vendor=The Document Foundation
--with-system-dicts
--with-myspell-dicts
--without-unix-wrapper
--without-system-zlib
--without-system-stdlibs
......@@ -14,6 +15,7 @@
--without-system-cairo
--without-system-postgresql
--without-junit
--with-help
--without-helppack-integration
--with-linker-hash-style=both
--with-fonts
......
......@@ -10,3 +10,5 @@
--enable-online-update
--without-system-postgresql
--disable-gtk
--with-help
--with-myspell-dicts
......@@ -29,3 +29,5 @@
--disable-mozilla
--disable-postgresql-sdbc
--disable-gtk
--with-help
--with-myspell-dicts
......@@ -45,3 +45,4 @@
--without-system-mozilla
--without-unix-wrapper
--without-system-libwpd
--with-help
......@@ -15,3 +15,5 @@
--enable-online-update
--enable-win-mozab-driver
--disable-build-mozab
--with-help
--with-myspell-dicts
......@@ -4,3 +4,5 @@
--disable-gtk
--enable-scripting-beanshell
--enable-scripting-javascript
--with-help
--with-myspell-dicts
......@@ -22,3 +22,5 @@
--without-java
--without-junit
--without-ppds
--with-help
--with-myspell-dicts
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment