summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2014-03-25bump apache-commons-lang to 3.3.1Caolán McNamara
Change-Id: Ibae9d3d143e111c0bb60de76deb085a3ccb010c9
2014-03-25bump apache-commons-codec to 1.9Caolán McNamara
Change-Id: Ia5638f4c4cc47121610b8ddff144fb88aff6b96f
2014-03-25bump apache-commons-logging to 1.1.3Caolán McNamara
Change-Id: Ibeebcc8616a3547f2e2dbf4d613ce4c02ba9d176
2014-03-23make it possible to build without the obnoxious forced -j to makeLuboš Luňák
Rework --with-parallelism to not add any extra -j to make if 0 or --without is used. This requires explicit -j usage, which - builds even compilerplugins in parallel - builds 'make -C sw/' in parallel (since you don't forget the -j) - avoids jobserver disabling if -j is explicitly passed to the toplevel make IMO this is just a relic of the old build system and the option should be dumped altogether, but I don't feel like arguing right now. Change-Id: I71479391bcfc84aa5e9fd9696880702da496d45c
2014-03-19--enable-python=fully-internal to force PYTHON_FOR_BUILD=Stephan Bergmann
(for testing purposes, mainly) Change-Id: I50d3c92b9ac0cc9dda55b7340f657acb74f675f6
2014-03-17Avoid duplicate symbols in libmerged for Windows too.Matúš Kukan
This is working version of fc27a685d466dc380a8b68cd48f47db632ed3693 Change-Id: I48e861b5b7692ea051edf52d7ad9cc54ca989e22
2014-03-14KDE4: add Qt4 glib ExcludeSocket runtime checkJan-Marek Glogowski
Add a runtime check and configure warning to disable KDE4 native file pickers, if the Qt4 glib dispatcher doesn't honor the QEventLoop::ExcludeSocketNotifiers flag. This way polling the QClipboard using the event loop won't crash LibreOffice with recursive paint events, See https://bugreports.qt-project.org/browse/QTBUG-37380 Change-Id: I5cad30ead74571e49a075c084cca7a19acff7523
2014-03-14Revert "Avoid duplicate symbols in libmerged for Windows too."Matúš Kukan
Forgot to test properly on Windows :-(. This reverts commit fc27a685d466dc380a8b68cd48f47db632ed3693.
2014-03-14Avoid duplicate symbols in libmerged for Windows too.Matúš Kukan
Export these symbols from sfx library. For cases when we link together more libraries, there are more symbols, so I've kept __attribute__((__weak__)) hack there. Change-Id: I8b7f6fc9bea479dca5062344c04b74c1f3eb36b2
2014-03-14Remove --disable-lpsolve configure option.Matúš Kukan
Use --with-lpsolver="coinmp" or --with-lpsolver="no". Change-Id: Ibc806b85fb6c03e1cf6f23d860246a6fb2f273c1
2014-03-11normalize values of WITH_MOZAB4WINMichael Stahl
Change-Id: Iad5aa66635a34a4dfceb0bd6145f2d9bd197cc17
2014-03-11normalize values of DO_FETCH_TARBALLSMichael Stahl
This one has additional value "ALL". Change-Id: Id804172eee899b443a6f8ae6bce8781136096dc7
2014-03-11normalize values of WITH_GALLERY_BUILDMichael Stahl
... and remove the unimplemented "package" option. Change-Id: I2b0cfcdc040b653fe0c4cd061ae4e0d7f745068c
2014-03-11normalize values of MINGW_SHARED_GCCLIB/MINGW_SHARED_GXXLIBMichael Stahl
Change-Id: I4f4cecd95f87b9d37fa1b1a270cf554d7707aaa2
2014-03-11normalize values of HAVE_GNUMAKE_FILE_FUNC/WITH_MYSPELL_DICTSMichael Stahl
Change-Id: Ie8e6858194f4081e080f67a9af88108f10e1c503
2014-03-11normalize values of USE_LIBRARY_BIN_TARMichael Stahl
Change-Id: I1101b87d3f34169f985924f8b867511e68ed5b66
2014-03-11normalize values of BUILD_UNOWINREGMichael Stahl
Change-Id: Iedbab675ffd10c6d353c44d99ddb4d32133d0717
2014-03-11normalize values of BUNDLE_MARIADBMichael Stahl
Change-Id: I993640f5d4042a75f64fbdd9a6f1e4157a72f909
2014-03-11normalize values of HSQLDB_USE_JDBC_4_1Michael Stahl
Change-Id: Ifdbd07db813fd5c8dc02ebd04aea8086ff333411
2014-03-11normalize values of WITH_GSSAPI/WITH_KRB5Michael Stahl
Change-Id: I72c67d5a4987f25ddfa21d93a89b0ceae40c9e81
2014-03-11normalize values of BUILD_POSTGRESQL_SDBCMichael Stahl
Change-Id: Iab7ef9ef27ea970aded726a8c8d2c46267454a64
2014-03-06Build webdav based on serf if neon is disabled.Matúš Kukan
Change-Id: I0cbb89c8d5ac65eda8bb21aaf0d07996a015d281
2014-03-06Add apr and serf externals for alternative webdav implementation.Matúš Kukan
Change-Id: I5e93bb6fb53537b889c6ba9888f0f32a0d6f8050
2014-03-05Require Android API level 15, which is from December 2011Tor Lillqvist
Note that this doesn't really mean a lot for the NDK. Change-Id: I4061cb856055ae126aadf56afc462182a875e65f
2014-03-04Use CXXFLAGS_CXX11 when detecting Clang plugin headersStephan Bergmann
...which is necessary for recent Clang trunk towards 3.5, which is implemented in C++11 now, and should not hurt for older versions. Required to move the plugin check after the check that determines CXXFLAGS_CXX11. Change-Id: I73aff79e09749e9d7c6ea813422f35c1b8475041
2014-03-04adapt the system orcus check to the new versionMarkus Mohrhard
Change-Id: I2447c10627b795ccb689b4758b55a7bb2ffa1094
2014-03-03scp2: remove some variable/macro cruftMichael Stahl
Change-Id: If07b243e71be7c67d36e3d652c52781ef902e380
2014-03-03upgrade liborcusMarkus Mohrhard
Conflicts: external/boost/StaticLibrary_boost_system.mk Change-Id: Ie4af26c87a100b67baeedbaa7fb1ac428845f92b
2014-03-03drop unused configure testDavid Tardon
Change-Id: If079720cec600a2a8c5acf1c3a4fa752d288b36e
2014-03-03set MDDS_CFLAGS in configureDavid Tardon
Change-Id: Ib6be67c7a23e5b403e90f4f72578f7385e895f23
2014-03-03Allow to build lpsolver based on CoinMP library.Matúš Kukan
Change-Id: I0a3b2bd6744f6ccca0017cd1e06a4018f085445a
2014-03-03Add CoinMP external as an alternative to lpsolve.Matúš Kukan
Change-Id: I9bf5c339a34655c3b842cef3af76814a14c483bc
2014-03-03add experimental export file validationMarkus Mohrhard
In calc unit tests we validate the exported OOXML files now with officeotron. For this there must be a script called officeotron that takes the file path. Currently the generated files are still invalid but I'm going to fix it. Change-Id: I1809b9457a535dbbe6a72f3778dfb53db168bbda
2014-02-27Typo: counter-producive -> counter-productiveKohei Yoshida
Change-Id: I69ad51d99b11976b07fafff9748ada0acc215c78
2014-02-27normalize values of ICU_RECLASSIFIED_*Michael Stahl
Change-Id: I1033676fe91062b1d364a458a5964cfb78f323f0
2014-02-27normalize values of SPLIT_OPT_FEATURES/SPLIT_APP_MODULESMichael Stahl
Change-Id: I14692a566cea6c5939360d62fd4b82c9feb0aa40
2014-02-27normalize values of WITH_EXTENSION_INTEGRATION/WITH_HELPPACK_INTEGRATIONMichael Stahl
Change-Id: I198f77d927c9283914924440cdf0cece619bc867
2014-02-27normalize values of WITH_EXTRA_EXTENSIONSMichael Stahl
Change-Id: I9f084a363bdeab800f0039f9be19d03225a1a8ce
2014-02-27normalize values of WITHOUT_PPDS/WITH_FONTSMichael Stahl
Change-Id: I2a3d402458999fa8bf953a500edc07120648d62a
2014-02-27normalize values of WITH_EXTRA_FONT/WITH_EXTRA_SAMPLE/etc.Michael Stahl
Change-Id: I406669380ece23d2acd3e9df2731d7e486696778
2014-02-27normalize values of USE_XINERAMAMichael Stahl
Change-Id: Iac70c0872b723f57a63b0df3759c3c6d38271eea
2014-02-27normalize values of WITH_COMPAT_OOWRAPPERSMichael Stahl
Change-Id: Ia397d944edf2a06a83e42dd792fc80906978e1bc
2014-02-27normalize values of CROSS_COMPILINGMichael Stahl
Change-Id: I0cc43cef91e3fcd82a3558a16ab0afbd4d56b141
2014-02-26Do not have two help strings for the same.Matúš Kukan
Change-Id: Icae6446494df835a5f636d7a139220997026fa85
2014-02-25Drop CLANGBUILD in addition to CLANGDIRStephan Bergmann
...see <http://lists.freedesktop.org/archives/libreoffice/2014-February/059654.html> "Drop CLANGBUILD in addition to CLANGDIR?" Change-Id: I8d68aa0f2298240c8e7265cab273c602f5b6881a
2014-02-25Make JUnit/Hamcrest detection more flexibleStephan Bergmann
...so it accepts a hand-crafted junit.jar that references the hamcrest jar on its manifest class-path. Change-Id: I9a6c7c1be8cd4a70c263de0f799973baf8d2b951
2014-02-21Surely no need to check for malloc, realloc, calloc and freeTor Lillqvist
Change-Id: Ie2176e830d6c759657936b48c8ac6860aacf3d9d
2014-02-21Add config option used when we try to link one huge object file.Matúš Kukan
In theory, it should not be used, we use it now to mark duplicated symbols from sdi slots as weak. See idl/source/objects/types.cxx. Change-Id: I3c6fccfb96884df6b9e6eb35b8615ba4d66ca208
2014-02-21Allow to set LD_PLUGIN and use it for 'ar' - helps -flto build with clang.Matúš Kukan
So, it's possible to just add LD_PLUGIN=/usr/lib64/LLVMgold.so to autogen.input and it works. Change-Id: I35cdebfc918793c2ff99fd4f6dce9319b459be0e
2014-02-20Enable relative paths.Kevin Hunter
The documentation for the --with-external-tar was previously not specific that it required an absolute path. So rather than fix the help text, convert the path to an absolute one. Change-Id: I794cd77235e68a2270acd09895bf994527e847c4 Reviewed-on: https://gerrit.libreoffice.org/8146 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>