summaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Say "MSVC build" as that is what build_os = cygwin meansTor Lillqvist2012-02-131-1/+1
| |
* | fix ILIB: don't ask cygpath for directory which does not exist yetMatúš Kukan2012-02-111-25/+8
| | | | | | | | By removing WinPath. The paths already have good format.
* | fdo#39491 remove a few nonexistent include paths from SOLARINCMatúš Kukan2012-02-101-2/+3
| |
* | the PATH must be set properly, even with java disabled ...Norbert Thiebaud2012-02-101-11/+11
| |
* | use system stdlibs by default (fdo#45074, fdo#45696)Petr Mladek2012-02-101-3/+3
| | | | | | | | this is second part of the fix for the two bugs
* | hack around sdk installer breakageCaolán McNamara2012-02-101-0/+10
| |
* | configure.in: readd arch-detection for kFreeBSDRene Engelhard2012-02-091-0/+29
| |
* | fix typoDavid Tardon2012-02-061-1/+1
| |
* | Attempt to disable database connectivity for iOS for nowTor Lillqvist2012-02-061-0/+23
| |
* | Clarify and simplify a bit as we don't have any X11 option on Mac OS X anywayTor Lillqvist2012-02-061-28/+3
| |
* | No set_soenv.in any moreTor Lillqvist2012-02-061-1/+0
| |
* | typo in the export of WIN_* variablesNorbert Thiebaud2012-02-061-4/+4
| |
* | fix the autogen.sh final message, to give proper build instructionsNorbert Thiebaud2012-02-051-3/+2
| |
* | fixes for windows build for config_host.mk based buildNorbert Thiebaud2012-02-051-12/+18
| |
* | switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-46/+45
| |
* | coup de grace for Env.Host.sh and associated filesNorbert Thiebaud2012-02-051-36/+137
| |
* | remove everything possible but PATH from set_soenvNorbert Thiebaud2012-02-051-5/+44
| | | | | | | | | | only PATH and SOLARENV which is used as a trigger to call Env.Host.sh are left...