summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
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>
2014-02-20EXTERNAL_WARNINGS_NOT_ERRORS -> ENABLE_WERROR and be "TRUE"/""Matúš Kukan
It's easier to type 'make ENABLE_WERROR= <module>' if one wants that. Change-Id: I2bb9911259f41ecae27dc110723f3364b3ff09cf
2014-02-20Remove obsolete warningTor Lillqvist
Change-Id: Ic33df13d5c46a7e87a06822c79b0f56930f59ea5
2014-02-20Don't bother mentioning the Tru64 'setld' package formatTor Lillqvist
Change-Id: I2a9707c70637fe5bae5d16fd45e9603318d5d82f
2014-02-20Don't bother mentioning the IRIX 'inst' and 'tardist' package formatsTor Lillqvist
Change-Id: I11c2f7fa72a1bc8a2c621ed928dc33a8410f1eee
2014-02-14Hack for mysql_config under linux32Stephan Bergmann
Change-Id: I3a6b4aae36df7e23c05da9fd27b0588a6228b92b
2014-02-14Merge AWTLIB and JAVALIB together as JAWTLIBStephan Bergmann
...only used in bean/Library_officebean.mk Change-Id: Ic57eb66197f55562157c2ca961001ed01e9906b2
2014-02-14JDKLIB is apparently unusedStephan Bergmann
Change-Id: I8d13b28a0a6f0063a9249417bd0518dc3b83f8d0
2014-02-12fdo#74824: Update mdds to 0.10.2 which fixes one crasher bug.Kohei Yoshida
Change-Id: If05c7573530c892dc063dfb7accec1c24a322ddd
2014-02-12normalize values of SYSTEM_RHINO, SYSTEM_LIBLANGTAGMichael Stahl
Change-Id: I656e90024d35ef8189727e6a39815ef4e4fb330b
2014-02-12normalize values of SYSTEM_APACHE_COMMONS, SYSTEM_BSHMichael Stahl
Change-Id: Ia6adb8ae07ec80e83bc67084dfbd0bc6136ed8b7
2014-02-12normalize values of SYSTEM_POPPLER, SYSTEM_JFREEREPORTMichael Stahl
Change-Id: I8034b6fdf85697b6b409143396983ef3170257b2
2014-02-12normalize values of SYSTEM_BLUEZ, SYSTEM_MESA_HEADERSMichael Stahl
Change-Id: I166de66dd8cd58a05e1a9e8d2f25bf95b98297fb
2014-02-12normalize valuse of SYSTEM_MYTHES, SYSTEM_LPSOLVEMichael Stahl
Change-Id: Ie61f6a0e572dcc3cdc4cbca698fb90d67f9a87ad
2014-02-12normalize values of SYSTEM_HUNSPELL, SYSTEM_HYPHMichael Stahl
Change-Id: Ib11dcf94263aefc68ae2e831baeeb957231793ae
2014-02-12normalize values of SYSTEM_NPAPI_HEADERS, SYSTEM_ICUMichael Stahl
Change-Id: I7f1153e4a07a4116417a7734d867f2d0feda1ee4
2014-02-12normalize values of SYSTEM_ODBC_HEADERS, SYSTEM_OPENLDAPMichael Stahl
Change-Id: I913c38878a110625747fbf32ad9c43ad0dab30d3
2014-02-12normalize values of SYSTEM_GLM, SYSTEM_VIGRAMichael Stahl
Change-Id: Idc28f8be610aae57477f18c26ffcb97a24a2ab82
2014-02-12normalize values of SYSTEM_HSQLDB, SYSTEM_POSTGRESQLMichael Stahl
Change-Id: Ia29a173ab6bb3442f98cd6db4db67ad27e7fa9a1
2014-02-12normalize values of SYSTEM_BOOSTMichael Stahl
Change-Id: I2fce6545d7f279e0e2d6f3ff53eee1ab82314135
2014-02-12normalize values of SYSTEM_CAIROMichael Stahl
Change-Id: I7ba86a2606d585b7b4351bc1fcd6d8ceebca5fd7
2014-02-12normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONNMichael Stahl
Change-Id: I8932febdd39c35f23fb3a89703b69e25302f5678