summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2011-09-09add missing $David Tardon1-1/+1
2011-09-07fix typo of the option nameTakeshi Abe1-1/+1
2011-09-06silence the hamcrest checkPeter Foley1-1/+1
2011-09-06clean visibility.cxxPeter Foley1-1/+1
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 Timar1-1/+1
2011-09-01extend branding options in configureAndras Timar1-0/+181
2011-08-30Don't error out if we can't detect shared MinGW libgcc and libstdc++Tor Lillqvist1-2/+4
It might be a false negative, or something.
2011-08-29Fix MINGW_SHARED_LIBSTDCPPTor Lillqvist1-1/+3
2011-08-29MinGW cross-compilation improvementsTor Lillqvist1-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.
2011-08-28clean-up work filesNorbert Thiebaud1-1/+2
2011-08-28Also build cairo on Windows if directx disabledKorrawit Pruegsanusak1-2/+2
2011-08-27language check in configure.in was causing command line overflow issueNorbert Thiebaud1-3/+8
2011-08-26Bin USE_MINGWTor Lillqvist1-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.)
2011-08-25GMAKE_MODULE_PARALLELISM="$BUILD_MAX_JOBS"Jan Holesovsky1-1/+1
This is more equivalent to the build/dmake meaning.
2011-08-25add --enable-ext-languagetool configure switchAndras Timar1-1/+6
2011-08-25Copy also productversion.mk to the build platform sub-configureTor Lillqvist1-8/+10
2011-08-24Disable Mozilla stuff in an --enable-dbgutil build on WindowsTor Lillqvist1-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.
2011-08-24misc cleanups of mergelibs functionalityMichael Meeks1-2/+3
2011-08-24Add support for creating merged library.Matúš Kukan1-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>
2011-08-24Avoid ICU version confusion betwen build and host platform.Jan Holesovsky1-0/+3
2011-08-23No CUPS on iOSTor Lillqvist1-0/+1
2011-08-23Remove once again the INSTALLDIR featureFrançois Tigeot1-13/+0
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 Tigeot1-4/+9
2011-08-22Enable CUPS unconditionallyFrançois Tigeot1-25/+5
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úš Kukan1-0/+19
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 Thiebaud1-3/+27
2011-08-19Allow parallel build of the the cross build toolset.Jan Holesovsky1-1/+11
Plus various minor build tweaks.
2011-08-18check that ccache's cache size is reasoably large enoughNorbert Thiebaud1-2/+28
if < 1 GB do not auto-enable ccache if < 5 GB warn about debug/symbol build
2011-08-18fix berkeley db detection on OpenBSDRobert Nagy1-0/+4
2011-08-18Check for amd64/atls.lib, and disable ActiveX 64bit component if not present.Jan Holesovsky1-9/+8
2011-08-17Overhaul BerkeleyDB detection logicLionel Elie Mamane1-16/+8
- use first/newest (not last/oldest) Berkeley DB found - link against same version than header used
2011-08-12Make the help repo optionalMiklos Vajna1-1/+17
2011-08-11Implement AsmObject in gbuild (Windows only for now, stub for unxgcc).Jan Holesovsky1-0/+5
This fixes the build of 'basic' on Windows.
2011-08-10Do not use ccache when --enable-icecream is given.Jan Holesovsky1-6/+7
2011-08-09Adjust the parallelism of tail_build to be max(max-process, num-cpus)Norbert Thiebaud1-0/+12
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 Mamane1-6/+0
2011-08-08the option got turned into --with-system-sane so look for with_system_saneCaolán McNamara1-2/+2
2011-08-08configure --with-system-sane: correct help stringLionel Elie Mamane1-1/+1
2011-08-07remove obsolete USE_CCACHE env. prefix ccache after C[C|XX] final evalNorbert Thiebaud1-49/+53
2011-08-07quoting problem in the auto-selection of gcc/g++-4.0 on MacOSNorbert Thiebaud1-2/+2
2011-08-07auto-use ccache and use it unless CC/CXX is already set or --disable-ccacheNorbert Thiebaud1-112/+172
2011-08-07Added Russian language Lightproof moduleKalman Szalai - KAMI1-1/+4
* Added module * Remove versioned directories in scp2 module for Lightproof
2011-08-07Update Google Docs extension to version 3.0.0Kalman Szalai - KAMI1-1/+1
2011-08-07Update supported Lightproof versions to the latest availableKalman Szalai - KAMI1-2/+2
2011-08-07Update Diagram extension to SmART GalleryKalman Szalai - KAMI1-4/+4
* SmART Gallery is the new version of Diagram extension (aka. Diagram 2)
2011-08-06dictionaries is now in a separate optional repoNorbert Thiebaud1-0/+1
2011-08-06binfilter is now a separate repoNorbert Thiebaud1-0/+1
2011-08-06move GIT_REPO_NAMES init upNorbert Thiebaud1-1/+1
2011-08-06adjust the list of external git repos for onegitNorbert Thiebaud1-1/+1
2011-08-04just check for support of -mno-avxCaolán McNamara1-0/+12