summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2011-09-12Do not search for java packages if --without-java is passed.Tomáš Chvátal
Signed-off-by: Tomáš Chvátal <tchvatal@suse.cz>
2011-09-10on MacOSX we use the system header by default for MesaNorbert Thiebaud
2011-09-10try to use our 'own' make if installed in /opt/lo/bin/makeNorbert Thiebaud
if GNUMAKE is undefined and /opt/lo/bin/make is an executable then define GNUMAKE as /opt/lo/bin/make
2011-09-10Add detection of stale / slow makes (for Windows) and warn about them.Michael Meeks
2011-09-09add missing $David Tardon
2011-09-07fix typo of the option nameTakeshi Abe
2011-09-06silence the hamcrest checkPeter Foley
2011-09-06clean visibility.cxxPeter Foley
The visibility configure test failed to clean up visibility.cxx. This patch fixes that.
2011-09-01update gdocs extension and fix the floating toolbar problem - bnc#714876Andras Timar
2011-09-01extend branding options in configureAndras Timar
2011-08-30Don't error out if we can't detect shared MinGW libgcc and libstdc++Tor Lillqvist
It might be a false negative, or something.
2011-08-29Fix MINGW_SHARED_LIBSTDCPPTor Lillqvist
2011-08-29MinGW cross-compilation improvementsTor Lillqvist
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-28clean-up work filesNorbert Thiebaud
2011-08-28Also build cairo on Windows if directx disabledKorrawit Pruegsanusak
2011-08-27language check in configure.in was causing command line overflow issueNorbert Thiebaud
2011-08-26Bin USE_MINGWTor Lillqvist
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.)
2011-08-25GMAKE_MODULE_PARALLELISM="$BUILD_MAX_JOBS"Jan Holesovsky
This is more equivalent to the build/dmake meaning.
2011-08-25add --enable-ext-languagetool configure switchAndras Timar
2011-08-25Copy also productversion.mk to the build platform sub-configureTor Lillqvist
2011-08-24Disable Mozilla stuff in an --enable-dbgutil build on WindowsTor Lillqvist
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.
2011-08-24misc cleanups of mergelibs functionalityMichael Meeks
2011-08-24Add support for creating merged library.Matúš Kukan
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>
2011-08-24Avoid ICU version confusion betwen build and host platform.Jan Holesovsky
2011-08-23No CUPS on iOSTor Lillqvist
2011-08-23Remove once again the INSTALLDIR featureFrançois Tigeot
It was reintroduced with a merge from the 3.4 branch
2011-08-22Do not check for cups presence on Windows and Android systemsFrançois Tigeot
2011-08-22Enable CUPS unconditionallyFrançois Tigeot
It doesn't make sense to try to use anything else to print on *nix systems these days
2011-08-22enable using link-time optimizationMatúš Kukan
This commit enables LTO for all shared libraries. Build takes much longer. Use just with gcc-4.5 or later.
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-19Allow parallel build of the the cross build toolset.Jan Holesovsky
Plus various minor build tweaks.
2011-08-18check that ccache's cache size is reasoably large enoughNorbert Thiebaud
if < 1 GB do not auto-enable ccache if < 5 GB warn about debug/symbol build
2011-08-18fix berkeley db detection on OpenBSDRobert Nagy
2011-08-18Check for amd64/atls.lib, and disable ActiveX 64bit component if not present.Jan Holesovsky
2011-08-17Overhaul BerkeleyDB detection logicLionel Elie Mamane
- use first/newest (not last/oldest) Berkeley DB found - link against same version than header used
2011-08-12Make the help repo optionalMiklos Vajna
2011-08-11Implement AsmObject in gbuild (Windows only for now, stub for unxgcc).Jan Holesovsky
This fixes the build of 'basic' on Windows.
2011-08-10Do not use ccache when --enable-icecream is given.Jan Holesovsky
2011-08-09Adjust the parallelism of tail_build to be max(max-process, num-cpus)Norbert Thiebaud
tail_build run mostly by itself and wrap a dozen of module, using just MAXPROCESS for the parallelism force to limit NB_CPUS in order to avoid a NB_CPUS x MAXPROCESS scenario. This mitigate this problem, until we don;t need MAXPROCESS anymore and NB_CPUS becomes the only driving force.
2011-08-09Trust "make fetch" to dowload mysqlc; do not require it at configure timeLionel Elie Mamane
2011-08-08the option got turned into --with-system-sane so look for with_system_saneCaolán McNamara
2011-08-08configure --with-system-sane: correct help stringLionel Elie Mamane
2011-08-07remove obsolete USE_CCACHE env. prefix ccache after C[C|XX] final evalNorbert Thiebaud
2011-08-07quoting problem in the auto-selection of gcc/g++-4.0 on MacOSNorbert Thiebaud
2011-08-07auto-use ccache and use it unless CC/CXX is already set or --disable-ccacheNorbert Thiebaud
2011-08-07Added Russian language Lightproof moduleKalman Szalai - KAMI
* Added module * Remove versioned directories in scp2 module for Lightproof
2011-08-07Update Google Docs extension to version 3.0.0Kalman Szalai - KAMI
2011-08-07Update supported Lightproof versions to the latest availableKalman Szalai - KAMI
2011-08-07Update Diagram extension to SmART GalleryKalman Szalai - KAMI
* SmART Gallery is the new version of Diagram extension (aka. Diagram 2)
2011-08-06dictionaries is now in a separate optional repoNorbert Thiebaud