summaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Forward the num-cpus and max-jobs switches to the (cross) build configure.Jan Holesovsky2011-09-191-0/+2
|
* Remove config.parmsPeter Foley2011-09-181-1/+0
| | | | | The functionality provided by config.parms (saving the arguments given to configure) has been superseded by autogen.lastrun.
* Honor preset VALGRIND_CFLAGS in configure.Stephan Bergmann2011-09-181-6/+4
|
* Removed unhelpful --enable-werror warning.Stephan Bergmann2011-09-181-3/+0
|
* Revert "Remove once again the INSTALLDIR feature"Tomas Chvatal2011-09-181-0/+13
| | | | | | | | | | This reverts commit bf0ea5c4eefa122febaaa5e6da8ecf4b1869f991. 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.
* fix cross-compilation failure after gbuildization of desktopPeter Foley2011-09-171-0/+1
|
* m4 is a real pain with [], fixes missing themes/iconsCaolán McNamara2011-09-171-1/+1
|
* check make 3.81 for bug 20033 and only disable parallelism if neededBjoern Michaelsen2011-09-171-1/+35
|
* Whitespace once again.Tomas Chvatal2011-09-171-1/+1
| | | | Vim tends to replace 8 spaces with 1 tab, must reconfigure...
* Fix whitespace in last commit, add safeguards for the with-theme values.Tomas Chvatal2011-09-171-2/+6
|
* Make --with-theme actually work.Tomas Chvatal2011-09-171-6/+5
|
* remove former key id language code 'kid'Andras Timar2011-09-171-1/+0
|
* Enable some extensions by default, describe system-libs better.Tomas Chvatal2011-09-171-8/+8
|
* Check for hsqldb only if --with-java is passed.Tomas Chvatal2011-09-171-0/+2
|
* Removed no longer needed PROFULLSWITCH.Stephan Bergmann2011-09-161-3/+0
|
* make the needed change to soffice.sh at configure timeDavid Tardon2011-09-151-1/+5
|
* Fix typo: missing dollarsignTor Lillqvist2011-09-131-1/+1
|
* Do not search for java packages if --without-java is passed.Tomáš Chvátal2011-09-121-0/+6
| | | | Signed-off-by: Tomáš Chvátal <tchvatal@suse.cz>
* on MacOSX we use the system header by default for MesaNorbert Thiebaud2011-09-101-0/+1
|
* try to use our 'own' make if installed in /opt/lo/bin/makeNorbert Thiebaud2011-09-101-0/+8
| | | | | if GNUMAKE is undefined and /opt/lo/bin/make is an executable then define GNUMAKE as /opt/lo/bin/make
* Add detection of stale / slow makes (for Windows) and warn about them.Michael Meeks2011-09-101-0/+8
|
* add missing $David Tardon2011-09-091-1/+1
|
* fix typo of the option nameTakeshi Abe2011-09-071-1/+1
|
* silence the hamcrest checkPeter Foley2011-09-061-1/+1
|
* clean visibility.cxxPeter Foley2011-09-061-1/+1
| | | | | The visibility configure test failed to clean up visibility.cxx. This patch fixes that.
* update gdocs extension and fix the floating toolbar problem - bnc#714876Andras Timar2011-09-011-1/+1
|
* extend branding options in configureAndras Timar2011-09-011-0/+181
|
* Don't error out if we can't detect shared MinGW libgcc and libstdc++Tor Lillqvist2011-08-301-2/+4
| | | | It might be a false negative, or something.
* Fix MINGW_SHARED_LIBSTDCPPTor Lillqvist2011-08-291-1/+3
|
* MinGW cross-compilation improvementsTor Lillqvist2011-08-291-90/+53
| | | | | | | | | | | | | | | | | | 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.
* clean-up work filesNorbert Thiebaud2011-08-281-1/+2
|
* Also build cairo on Windows if directx disabledKorrawit Pruegsanusak2011-08-281-2/+2
|
* language check in configure.in was causing command line overflow issueNorbert Thiebaud2011-08-271-3/+8
|
* Bin USE_MINGWTor Lillqvist2011-08-261-6/+0
| | | | | | | | | | | | Its alternative values as used by OOo is irrelevant to us as we don't intend to support building using MinGW on Windows itself. To us, MinGW always means cross-compilation. For us it is enough to look at $(OS)$(COM), and WNTGCC always implies cross-compilation. (OOo on the other hand attempts to support use of the Cygwin gcc with the -mno-cygwin option (which is practically considered an obsolete option), the normal MinGW compiler (but still from Cygwin), but not cros-compilation.)
* GMAKE_MODULE_PARALLELISM="$BUILD_MAX_JOBS"Jan Holesovsky2011-08-251-1/+1
| | | | This is more equivalent to the build/dmake meaning.
* add --enable-ext-languagetool configure switchAndras Timar2011-08-251-1/+6
|
* Copy also productversion.mk to the build platform sub-configureTor Lillqvist2011-08-251-8/+10
|
* Disable Mozilla stuff in an --enable-dbgutil build on WindowsTor Lillqvist2011-08-241-0/+7
| | | | | | | | The mozab code plays games with _DEBUG (undefining and re-defining it around Mozilla headers), which causes linking error when part of the code has been compiled with _DEBUG and part hasn't. See connectivity/source/drivers/mozab/pre_include_mozilla.h. Just disable Mozilla stuff for now when using --enable-dbgutil.
* misc cleanups of mergelibs functionalityMichael Meeks2011-08-241-2/+3
|
* Add support for creating merged library.Matúš Kukan2011-08-241-0/+17
| | | | | | | | | This commit allows to set which libraries to merge and creates merged library in tail_build if enabled. This should save time when loading libraries in application and also makes more sense for link-time optimization. Signed-off-by: Michael Meeks <michael.meeks@novell.com>
* Avoid ICU version confusion betwen build and host platform.Jan Holesovsky2011-08-241-0/+3
|
* No CUPS on iOSTor Lillqvist2011-08-231-0/+1
|
* Remove once again the INSTALLDIR featureFrançois Tigeot2011-08-231-13/+0
| | | | It was reintroduced with a merge from the 3.4 branch
* Do not check for cups presence on Windows and Android systemsFrançois Tigeot2011-08-221-4/+9
|
* Enable CUPS unconditionallyFrançois Tigeot2011-08-221-25/+5
| | | | | It doesn't make sense to try to use anything else to print on *nix systems these days
* enable using link-time optimizationMatúš Kukan2011-08-221-0/+19
| | | | | This commit enables LTO for all shared libraries. Build takes much longer. Use just with gcc-4.5 or later.
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-3/+27
|
* Allow parallel build of the the cross build toolset.Jan Holesovsky2011-08-191-1/+11
| | | | Plus various minor build tweaks.
* check that ccache's cache size is reasoably large enoughNorbert Thiebaud2011-08-181-2/+28
| | | | | if < 1 GB do not auto-enable ccache if < 5 GB warn about debug/symbol build
* fix berkeley db detection on OpenBSDRobert Nagy2011-08-181-0/+4
|