summaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Make some --without-system-XXX available on Linux, tooStephan Bergmann2012-02-291-12/+39
| | | | ...in case that should ever become uesful.
* libvisio depends on the LGPL libwpd and libwpg so bypass on iOS thenTor Lillqvist2012-02-281-0/+3
|
* fix icecc compile in ubuntuFernando Governatore2012-02-271-1/+5
| | | | In ubuntu the GCC_HOME of icecc is in /usr/lib/icecc
* libcdr depends on libwpd and libwpg so don't use it either on iOS thenTor Lillqvist2012-02-271-0/+3
|
* $_os is "iOS" for iOS, not "IOS"Tor Lillqvist2012-02-271-3/+3
|
* Add --disable-extensions switch for future implementationTor Lillqvist2012-02-271-0/+21
|
* s/interpreters/scripting/Tor Lillqvist2012-02-271-15/+15
|
* Wonder what "integration" meansTor Lillqvist2012-02-271-0/+6
|
* s/builded/builtTor Lillqvist2012-02-271-1/+1
|
* Just call it "Windows" here, tooTor Lillqvist2012-02-271-1/+1
|
* Fix shell / test OR operator confusionTor Lillqvist2012-02-271-1/+1
|
* Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist2012-02-271-4/+34
|
* Removed unused --enable-uglyStephan Bergmann2012-02-241-17/+0
|
* use -std=gnu++0x rather than -std=c++0xLuboš Luňák2012-02-241-3/+3
| | | | | The gcc default for C++ is -std=gnu++98, and -std=c++98 is used explicitly or with -ansi, so the C++0x "default" should be gnu++0x.
* document how to enable contrib-libs for distro's system-cluceneCaolán McNamara2012-02-231-0/+2
|
* use different OUString ctor for RTL_TEXTENCODING_UCS4Caolán McNamara2012-02-231-0/+34
|
* bootstrap replacement c++ help componentCaolán McNamara2012-02-231-86/+0
|
* Allow to override --with-python=system withh $PYTHON on Mac OS XStephan Bergmann2012-02-221-29/+25
|
* build also with older npapiLuboš Luňák2012-02-211-0/+20
| | | | | They were apparently lame enough to make a source-incompatible change without changing API version or anything similar.
* reintroduce hardcoded dll names as defaultsDavid Tardon2012-02-211-6/+6
|
* More --disable-database-connectivity work, still experimentalTor Lillqvist2012-02-211-1/+5
|
* Put HEADLESS definition under LIBO namespaceRiccardo Magliocchetti2012-02-211-1/+1
| | | | | | | tml reminds us that use a generic and potentially clash-prone word like HEADLESS as preprocessor defintion is pretty lame. He suggests to put it under the already used LIBO namespace. To sum it up let's do a s/HEADLESS/LIBO_HEADLESS/g.
* headless: cleanup HEADLESS definitionRiccardo Magliocchetti2012-02-201-2/+0
| | | | Define HEADLESS globally as it is meant to be.
* Improve check for broken -fthreadsafe-staticsStephan Bergmann2012-02-201-2/+8
|
* Add missing $Matúš Kukan2012-02-191-1/+1
|
* configure: also, --with-lang=en-US should not trigger TRANSLATIONS build typeMiklos Vajna2012-02-191-1/+1
|
* configure: no need to fetch the translations repo for --with-lang=en-USMiklos Vajna2012-02-191-1/+1
|
* build_env is obsolete nowNorbert Thiebaud2012-02-181-2/+1
|
* fix build, WANT_X11 is a variableCaolán McNamara2012-02-171-5/+7
|
* SOLAREXTRALIB unusedMatúš Kukan2012-02-171-11/+0
|
* Introduce headless switch for X / cairo / toolkit less buildRiccardo Magliocchetti2012-02-171-7/+46
| | | | | The plan is to reduce dependencies to be easier to deploy libreoffice server side in headless mode.
* Recommend to use NDK r7bTor Lillqvist2012-02-171-1/+1
| | | | | | | Drop compiler options -fexceptions -frtti for Android, I hope they are taken care of by the makefilery where needed. At least either -fexceptions or -fno-exceptions is used for each C++ compilation as far as I know. Not so sure about RTTI, let's see.
* do not hardcode mingw pathDavid Tardon2012-02-171-1/+1
|
* avoid hardcoded dll namesDavid Tardon2012-02-171-6/+6
|
* allow using system icu in cross-compilation buildDavid Tardon2012-02-171-0/+5
|
* allow using system expat in cross-compilation buildDavid Tardon2012-02-171-0/+5
|
* allow using system db in cross-compilation buildDavid Tardon2012-02-171-0/+5
|
* allow using system boost in cross-compilation buildDavid Tardon2012-02-171-0/+5
|
* allow using system cppunit in cross-compilation buildDavid Tardon2012-02-171-0/+6
|
* allow using system libxml in cross-compilation buildDavid Tardon2012-02-171-0/+11
| | | | | | This uses the same pattern that is already used to discriminate env. vars for host and build (i.e., the new option specific for build platform has -for-build suffix).
* pass --without-java to configure for build platformDavid Tardon2012-02-171-0/+1
|
* Bin obsolete commentTor Lillqvist2012-02-171-1/+0
|
* Set SOLARLIB for AndroidTor Lillqvist2012-02-151-0/+1
|
* Fix recognition of ccache in $CC and/or $CXXTor Lillqvist2012-02-151-1/+1
|
* Do try to use ccache even if CC/CXX are setTor Lillqvist2012-02-151-28/+25
| | | | | For Android, they could have been set earlier in the configure script even. We do want to use ccache also for Android cross-compilation.
* Merge branch 'feature/android'Tor Lillqvist2012-02-151-1/+4
|\
| * Add remark about ccacheTor Lillqvist2012-02-031-0/+2
| |
| * Need also android/Bootstrap/local.propertiesTor Lillqvist2012-02-031-1/+2
| |
* | add check for xmllintCaolán McNamara2012-02-131-0/+8
| |
* | allow java 1.7, or any future versionCaolán McNamara2012-02-131-11/+0
| |