Commit graph

850 commits

Author SHA1 Message Date
Bjoern Michaelsen
80f27b43e1 Makefile.in -- die, die, die! 2011-11-29 17:25:14 +01:00
Kalman Szalai - KAMI
8aa73a8f74 Add enable-oxygenoffice configure switch
Now only handling brand downloading
2011-11-29 17:14:44 +01:00
Tomas Chvatal
b8a2970f24 Export DO_FETCH_TARBALLS in set_soenv. 2011-11-29 13:09:06 +01:00
Tomas Chvatal
a43caa76d9 Add checking msg for tarball fetching so we know if it is on/off 2011-11-29 11:04:37 +01:00
Thorsten Behrens
9c31884d92 Make branding bulk-configurable. 2011-11-29 05:51:48 +01:00
Tor Lillqvist
7c8c4f7831 Add comment about SOLAR_JAVA's alleged "BUILD" value 2011-11-28 12:58:40 +02:00
Norbert Thiebaud
e4610ffd2d remove PCH support in dmake-module 2011-11-27 12:26:12 -06:00
Norbert Thiebaud
bc78ac68c2 render the --enable-pch option inert. 2011-11-27 11:26:01 -06:00
Tor Lillqvist
82a8643ba6 Improve build-time Java checks when cross-compiling from MacOSX 2011-11-25 00:41:00 +02:00
Tor Lillqvist
53e9130dd2 Need double-quotes around backticks to avoid test syntax errors 2011-11-25 00:38:17 +02:00
Bjoern Michaelsen
c497ae0ded upstream seamoney-is-iceape.diff from libreoffice/build 2011-11-24 18:34:51 +01:00
Caolán McNamara
9a6c74171b document that the mozilla build tooling is for nss as well as mozilla 2011-11-24 15:29:52 +00:00
Tomas Chvatal
07f2c05391 Make SampleICC switchable between system and internal one. 2011-11-23 16:44:39 +01:00
Andras Timar
ff1b70c92a don't enable java extensions without java - fixup 2011-11-23 15:11:31 +01:00
Andras Timar
06fe563b1a don't enable java extensions without java 2011-11-23 15:09:50 +01:00
Andras Timar
37676d162c only one launcher icon for silent MSI 2011-11-21 10:05:20 +01:00
François Tigeot
fd094baaf7 Fix --with-max-jobs description 2011-11-19 21:51:37 +01:00
Tomas Chvatal
a738b25f7c Remove layout from configure opts (does nothing now). 2011-11-19 00:00:47 +01:00
Andras Timar
949ee7c308 add --enable-silent-msi configure switch
On Windows it is now configurable to create an MSI installer
which installs LibreOffice without user interaction.
2011-11-18 23:47:35 +01:00
Lionel Elie Mamane
7bab4645ce Implement --with-sytem-postgreql and --with-libq-path; cleanup unused #define 2011-11-17 23:17:21 +01:00
Lionel Elie Mamane
ec601fdddc capitalisation 2011-11-17 21:15:34 +01:00
Norbert Thiebaud
ab91d708e1 make postgresql-sdbc connectivity optional 2011-11-17 21:15:33 +01:00
Lionel Elie Mamane
7ce4bb7659 Check for PQconnectdbParams in libpq 2011-11-17 21:15:13 +01:00
Lionel Elie Mamane
c0cfd08040 Apply sdbc-postgresql-config_office.diff 2011-11-17 21:15:13 +01:00
Norbert Thiebaud
0f0a246f8f fix cross compile issue (missing build_env.in) 2011-11-16 09:13:10 -06:00
Norbert Thiebaud
cb70868bda add utility script and build_env to avoid sourcing Env.Host.sh
The goal is to able to do partial build without having
to source Env.Host.sh into one's environment

There is 2 way to use this:

1/
copy the scripts lo_find_src_root and lo_proxy_start
somewhere in your PATH, and
then you can add
alias build='lo_proxy_start build'
alias deliver='lo_proxy_start deliver'
in your .bashrc

at that point you can use build and deliver anywhere in the source tree
without the need to source anything.
This allow you to switch from one source tree to another.
the proper SRC_ROOT will be determined automatically based
on the current working directory

2/
source build_env

build_env only source the bare minimum to allow build and make to work
for the associated source tree.
If you want to work in a diffrent tree, you need to resource
2011-11-16 06:18:53 -06:00
Felix Zhang
eacfa0f77c removing obsolete layout code 2011-11-15 14:39:55 +01:00
Tomas Chvatal
2264f482e5 Use proper switch for on/of qstart-libpng. 2011-11-15 12:34:35 +01:00
Norbert Thiebaud
4b11901d69 disable xrender based-test for trget that do not test for xrender 2011-11-14 16:29:40 -06:00
Norbert Thiebaud
f72516ed25 avoid trying to run stuff at configure time due to cross-compile need 2011-11-14 13:57:26 -06:00
Caolán McNamara
f163867ff4 Link with libXrender instead of dynamically open it
Let's not mess around dlopening it and leaving gaps
in the support whereby we currently require it to
exist either linked or "dlopenable+display supports it"
with dlopenable + display doesn't support it leaves
a crashing gap where there are no appropiate checks
for that case.
2011-11-14 07:35:58 +00:00
Tomas Chvatal
eb7bd97af5 convert tab to space 2011-11-11 21:30:39 +01:00
Norbert Thiebaud
6207ae5e0b nsplugin check must occurs after enable_gtk value is completely settled. 2011-11-11 11:57:28 -06:00
Tomas Chvatal
db7ab4ac14 Add nsplugin switch so we dont bind nsplugin building to gtk switch. 2011-11-11 15:51:10 +01:00
Tor Lillqvist
768567e959 No accessible system libxslt for iOS 2011-11-11 08:59:11 +02:00
Tor Lillqvist
793d4d05b5 Make sure we have env vars for the cross-build tools for Android 2011-11-08 15:04:25 +02:00
Tor Lillqvist
9b0d9a2ace Fix syntax errors
1) It is not safe to use the [ command in configure.in; m4 will eat
the [ and ] and they will expand to nothing. (Just look in the
configure script produced prior to this commit.) Use the test command
instead, as elsewhere in the file.

2) Quote the variable being tested for emptiness with test
-z. Otherwise, if it *is* empty, the -z will apply to (and eat) the
following word, "then", which is not what is intended, and which also
causes a syntax error.
2011-11-08 11:19:43 +02:00
Rene Engelhard
659d7eb810 fix up --with-system-mozilla-headers again after last update 2011-11-08 01:01:14 +01:00
Tomas Chvatal
bc7c4e378d Fixup the headers mozilla check to be up par with latest updates. 2011-11-08 01:01:13 +01:00
Tomas Chvatal
bdead69dd3 Add switch for system/internal npapi.h
This commit also update the internal includes to latest mozilla ones
including the .c{,pp} file updates.

The ldap check is also simplified from 2 check into plain one.
2011-11-08 01:01:11 +01:00
Christian Lohmaier
0814eeb546 fix "whether to build stax" check 2011-11-07 17:58:29 +01:00
Michael Stahl
7c6c11a5ba configure: $with_system_libs checks are redundant 2011-11-07 17:33:55 +01:00
Michael Stahl
b5c1fb551d configure: certainly Solaris 6 is not supported 2011-11-07 16:59:11 +01:00
Michael Stahl
d021aacbcf configure: remove duplicate Solaris GNUTAR check 2011-11-07 16:59:10 +01:00
Michael Stahl
f89d0f3ab0 configure: remove --with-system-libxslt:
This option must have the same value as --with-system-libxml, so it is
redundant.
2011-11-07 16:59:01 +01:00
Michael Stahl
f8d64ffd4a configure: refactor system-libs checks:
* initialze with_system variables in AC_ARG_WITH
* do not interpret --without-system-libs as --with-system-libs
2011-11-07 16:58:52 +01:00
Michael Stahl
fa36200103 configure: move platform detection before args
to allow for platform dependent defaults.
2011-11-07 16:58:41 +01:00
Michael Stahl
30a7608b6c configure: --with-linked-git: check that clone repos exist
If you specify the directory of the core repo instead of the clones
subdirectory a huge mess results.
2011-11-04 10:54:58 +01:00
Jan Holesovsky
a1c23a44b9 Fix the --disable-xmlsec build. 2011-11-03 21:07:04 +01:00
Michael Meeks
e53ac9984c gtk3: Check for gtk3 >= 3.2 - we need that for broadway anyway 2011-11-03 19:48:25 +00:00