Commit graph

745 commits

Author SHA1 Message Date
Tor Lillqvist
f868292385 Fix system Python configuration for MacOSX SDK >= 10.6 2011-09-27 14:44:17 +03:00
Tor Lillqvist
47d7d1e987 Enforce use of internal Python for MacOSX 10.[45] only, as apparently is the intent 2011-09-27 10:00:47 +03:00
Bjoern Michaelsen
3136120275 partially revert 6985b28d53 as it breaks the whole idea of testing for bug 20033 2011-09-26 21:26:20 +02:00
Tor Lillqvist
a457324065 Match the Android host_os that the new config.sub produces 2011-09-26 15:09:41 +03:00
Jan Holesovsky
b5024e8ce9 When I say --disable-extension-integration, I really mean it. 2011-09-26 13:34:21 +02:00
Jan Holesovsky
ad655dbccc Fail to configure when running in a shell with a sourced Env.Host.sh. 2011-09-26 13:13:25 +02:00
Peter Foley
b18383c1b9 don't echo JAVA_HOME twice 2011-09-25 18:15:13 -04:00
Peter Foley
d1ebcd0587 Use AC_RUN_IFELSE AC_LINK_IFELSE AC_COMPILE_IFELSE AC_PREPROC_IFELSE macros
Remove usage of the obsoleted AC_TRY_RUN AC_TRY_LINK AC_TRY_COMPILE AC_TRY_CPP macros
2011-09-25 18:14:11 -04:00
Peter Foley
44d9e39ea5 fix quoting and use AC_CANONICAL_HOST 2011-09-25 18:14:09 -04:00
Tomas Chvatal
6985b28d53 Do not use AS_IF and AS_CASE macros
Also cleanup space/tabs to use only 4 spaces everywhere.
2011-09-25 18:18:16 +02:00
Tomas Chvatal
6104b24ff4 Remove the comment as it confuses the macro expansion. 2011-09-25 17:34:27 +02:00
Tomas Chvatal
8148ad076c Update some java checks to check all vars properly. 2011-09-25 15:03:44 +02:00
Tomas Chvatal
3a8c8537d1 For wiki-ext check also java and ext support. 2011-09-24 18:09:58 +02:00
Caolán McNamara
db84cf1771 bump to libexttextcat
As an aside we can always use the configuration and data files belonging to the
system version now in --with-system-libexttextcat mode, so need for the --data
option.
2011-09-23 14:02:54 +01:00
Tomas Chvatal
f19e3f1d8b Override internal apache-commons with system-jars. 2011-09-22 12:39:27 +02:00
Tor Lillqvist
1b2965833c Disable also the nss module when using --enable-dbgutil in a Windows build 2011-09-21 17:55:27 +03:00
Julien Nabet
7dff26aa09 Fix typo for 0ab55ac8e88f04258f1d3e79e984382f-lightproof-en-US_0.1.oxt 2011-09-20 21:52:55 +02:00
Norbert Thiebaud
d4e13d6d95 lower the autoconf requirement to 2.61 in order to pass on MacOSX 2011-09-20 14:32:00 -05:00
Tomas Chvatal
29db940ce5 Enable some extensions by default and cleanup logic
Cleanup the extensions logic to be consistent with on/of switches.

This commit renames --with-extension-integration to
--enable-extension-integration.
2011-09-20 18:25:51 +02:00
Jan Holesovsky
77347b0bce Forward the num-cpus and max-jobs switches to the (cross) build configure. 2011-09-19 03:14:31 +02:00
Peter Foley
8f07feaa6e Remove config.parms
The functionality provided by config.parms (saving the arguments given to
configure) has been superseded by autogen.lastrun.
2011-09-18 16:51:08 -04:00
Stephan Bergmann
1e605745c1 Honor preset VALGRIND_CFLAGS in configure. 2011-09-18 18:42:44 +02:00
Stephan Bergmann
6c89ab0fdb Removed unhelpful --enable-werror warning. 2011-09-18 17:00:08 +02:00
Tomas Chvatal
a7d38f57cc Revert "Remove once again the INSTALLDIR feature"
This reverts commit bf0ea5c4ee.

Those variables are used in bin/distro-install-*.
Unable to find any issue with both distro-install and dev-install so
reverting.
If something really does break it needs fixing. Reverting this is not
an option.
2011-09-18 11:04:29 +02:00
Peter Foley
0a9486e8f3 fix cross-compilation failure after gbuildization of desktop 2011-09-17 21:52:15 -04:00
Caolán McNamara
27ba6af823 m4 is a real pain with [], fixes missing themes/icons 2011-09-17 23:20:47 +01:00
Bjoern Michaelsen
7fff462959 check make 3.81 for bug 20033 and only disable parallelism if needed 2011-09-17 22:28:35 +02:00
Tomas Chvatal
6a1e292d16 Whitespace once again.
Vim tends to replace 8 spaces with 1 tab, must reconfigure...
2011-09-17 12:57:29 +02:00
Tomas Chvatal
d0c339682a Fix whitespace in last commit, add safeguards for the with-theme values. 2011-09-17 12:56:18 +02:00
Tomas Chvatal
7b502808db Make --with-theme actually work. 2011-09-17 12:46:21 +02:00
Andras Timar
8c49b1eb73 remove former key id language code 'kid' 2011-09-17 10:18:17 +02:00
Tomas Chvatal
713ec115d5 Enable some extensions by default, describe system-libs better. 2011-09-17 04:20:25 +02:00
Tomas Chvatal
25b90c055a Check for hsqldb only if --with-java is passed. 2011-09-17 03:19:28 +02:00
Stephan Bergmann
cf8a59c77a Removed no longer needed PROFULLSWITCH. 2011-09-16 13:50:07 +02:00
David Tardon
ab5ce3f70a make the needed change to soffice.sh at configure time 2011-09-15 14:48:05 +02:00
Tor Lillqvist
35916905f2 Fix typo: missing dollarsign 2011-09-13 17:12:25 +03:00
Tomáš Chvátal
9459d4e893 Do not search for java packages if --without-java is passed.
Signed-off-by: Tomáš Chvátal <tchvatal@suse.cz>
2011-09-12 10:39:12 +01:00
Norbert Thiebaud
64bc62f77a on MacOSX we use the system header by default for Mesa 2011-09-10 18:55:42 -05:00
Norbert Thiebaud
ab32bfd3ce try to use our 'own' make if installed in /opt/lo/bin/make
if GNUMAKE is undefined and /opt/lo/bin/make is an executable
then define GNUMAKE as /opt/lo/bin/make
2011-09-10 18:35:43 -05:00
Michael Meeks
f2cc639131 Add detection of stale / slow makes (for Windows) and warn about them. 2011-09-10 16:52:06 +02:00
David Tardon
d7e77d2cbc add missing $ 2011-09-09 12:34:57 +02:00
Takeshi Abe
aa059deeda fix typo of the option name 2011-09-07 23:46:07 +09:00
Peter Foley
ba75626b22 silence the hamcrest check 2011-09-06 20:09:48 -05:00
Peter Foley
dfa4249d80 clean visibility.cxx
The visibility configure test failed to clean up visibility.cxx.
This patch fixes that.
2011-09-06 20:09:47 -05:00
Andras Timar
f2d97ff3ba update gdocs extension and fix the floating toolbar problem - bnc#714876 2011-09-01 11:21:03 +02:00
Andras Timar
ae4ad0eabe extend branding options in configure 2011-09-01 09:39:11 +02:00
Tor Lillqvist
48cc828b1f Don't error out if we can't detect shared MinGW libgcc and libstdc++
It might be a false negative, or something.
2011-08-30 13:51:32 +03:00
Tor Lillqvist
268cfa5cf4 Fix MINGW_SHARED_LIBSTDCPP 2011-08-29 20:39:02 +03:00
Tor Lillqvist
5007d5c543 MinGW cross-compilation improvements
Make sure the MINGW_FOO environment variables get set and propagated
to the build environment also in the MinGW cross-compilation case. The
OOo code used to do that for MinGW natively on Windows (under
Cygwin). (Which we don't intend to support.)

Now, whether the *use* of these variables in the various makefiles etc
is relevant any more remains to be seen. I suspect all that might well
be unnecessary, as we after all are capable of cross-build the code
using MinGW just fine currently with none of these MINGW_FOO being
set.

One place where at least MINGW_GCCDLL and MINGW_GXXDLL is needed,
though, is in scp2. We presumably do want to include these DLLs (the
shared libgcc and libstdc++) in the installation set, to the extent
the scp2 stuff can be used still in a MinGW cross-build context.
2011-08-29 20:39:01 +03:00
Norbert Thiebaud
f5d72dd4ac clean-up work files 2011-08-28 20:26:03 -05:00