summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2012-03-02Clarify what --disable-extensions meansTor Lillqvist1-0/+4
2012-03-02Check for Clang in configury and store and use resultTor Lillqvist1-3/+20
2012-03-02Reduce vertical whitespace a bitTor Lillqvist1-5/+0
2012-03-02Creating a module lcms2Fridrich Štrba1-0/+22
2012-02-29Don't generate Thumb code to avoid ld bug in NDK r7bTor Lillqvist1-1/+1
2012-02-29Make some --without-system-XXX available on Linux, tooStephan Bergmann1-12/+39
2012-02-28libvisio depends on the LGPL libwpd and libwpg so bypass on iOS thenTor Lillqvist1-0/+3
2012-02-27fix icecc compile in ubuntuFernando Governatore1-1/+5
2012-02-27libcdr depends on libwpd and libwpg so don't use it either on iOS thenTor Lillqvist1-0/+3
2012-02-27$_os is "iOS" for iOS, not "IOS"Tor Lillqvist1-3/+3
2012-02-27Add --disable-extensions switch for future implementationTor Lillqvist1-0/+21
2012-02-27s/interpreters/scripting/Tor Lillqvist1-15/+15
2012-02-27Wonder what "integration" meansTor Lillqvist1-0/+6
2012-02-27s/builded/builtTor Lillqvist1-1/+1
2012-02-27Just call it "Windows" here, tooTor Lillqvist1-1/+1
2012-02-27Fix shell / test OR operator confusionTor Lillqvist1-1/+1
2012-02-27Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist1-4/+34
2012-02-24Removed unused --enable-uglyStephan Bergmann1-17/+0
2012-02-24use -std=gnu++0x rather than -std=c++0xLuboš Luňák1-3/+3
2012-02-23document how to enable contrib-libs for distro's system-cluceneCaolán McNamara1-0/+2
2012-02-23use different OUString ctor for RTL_TEXTENCODING_UCS4Caolán McNamara1-0/+34
2012-02-23bootstrap replacement c++ help componentCaolán McNamara1-86/+0
2012-02-22Allow to override --with-python=system withh $PYTHON on Mac OS XStephan Bergmann1-29/+25
2012-02-21build also with older npapiLuboš Luňák1-0/+20
2012-02-21reintroduce hardcoded dll names as defaultsDavid Tardon1-6/+6
2012-02-21More --disable-database-connectivity work, still experimentalTor Lillqvist1-1/+5
2012-02-21Put HEADLESS definition under LIBO namespaceRiccardo Magliocchetti1-1/+1
2012-02-20headless: cleanup HEADLESS definitionRiccardo Magliocchetti1-2/+0
2012-02-20Improve check for broken -fthreadsafe-staticsStephan Bergmann1-2/+8
2012-02-19Add missing $Matúš Kukan1-1/+1
2012-02-19configure: also, --with-lang=en-US should not trigger TRANSLATIONS build typeMiklos Vajna1-1/+1
2012-02-19configure: no need to fetch the translations repo for --with-lang=en-USMiklos Vajna1-1/+1
2012-02-18build_env is obsolete nowNorbert Thiebaud1-2/+1
2012-02-17fix build, WANT_X11 is a variableCaolán McNamara1-5/+7
2012-02-17SOLAREXTRALIB unusedMatúš Kukan1-11/+0
2012-02-17Introduce headless switch for X / cairo / toolkit less buildRiccardo Magliocchetti1-7/+46
2012-02-17Recommend to use NDK r7bTor Lillqvist1-1/+1
2012-02-17do not hardcode mingw pathDavid Tardon1-1/+1
2012-02-17avoid hardcoded dll namesDavid Tardon1-6/+6
2012-02-17allow using system icu in cross-compilation buildDavid Tardon1-0/+5
2012-02-17allow using system expat in cross-compilation buildDavid Tardon1-0/+5
2012-02-17allow using system db in cross-compilation buildDavid Tardon1-0/+5
2012-02-17allow using system boost in cross-compilation buildDavid Tardon1-0/+5
2012-02-17allow using system cppunit in cross-compilation buildDavid Tardon1-0/+6
2012-02-17allow using system libxml in cross-compilation buildDavid Tardon1-0/+11
2012-02-17pass --without-java to configure for build platformDavid Tardon1-0/+1
2012-02-17Bin obsolete commentTor Lillqvist1-1/+0
2012-02-15Set SOLARLIB for AndroidTor Lillqvist1-0/+1
2012-02-15Fix recognition of ccache in $CC and/or $CXXTor Lillqvist1-1/+1
2012-02-15Do try to use ccache even if CC/CXX are setTor Lillqvist1-28/+25