summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2015-01-15do not _override_ werror even if LODE_HOME is presentNorbert Thiebaud
Change-Id: I8ea6dbf5fbe6c7706d833dddf43b31128f079017
2015-01-15enable-werror for LODE buildNorbert Thiebaud
Change-Id: I4bcdeca96e59e2bc3a2a96f546d060504f020bc7 Reviewed-on: https://gerrit.libreoffice.org/13917 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-01-13revert accidental change to configure.acNoel Grandin
that slipped in with commit 3ab2d3a2c5b802ab88171770d19871e081c3252b "fdo#88256 fix crash when running javascript macro" Change-Id: Idae2148181517e434d133958cf20d4fd6c4b9187
2015-01-13fdo#88256 fix crash when running javascript macroNoel Grandin
caused by my commit 8583da1e934a49791ef8d86668f3d5c3c5dae1d7 "java: remove unused fields" Change-Id: Ibcd6462e8229a0a6cb98ebfd16ce5d2ea45ca931
2015-01-12Fix installer on x86_64 platform on windowsDavid Ostrovsky
Change-Id: I3020b648cae31e28de51e68177c0490e77733f4e Reviewed-on: https://gerrit.libreoffice.org/13878 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
2015-01-09gbuild: try to fix windows non-debug buildsMichael Stahl
The ENABLE_CRASHREP is no longer AC_SUBSTed by configure, so it is always non-empty in config_host.mk, resulting in -Zi without -FS, which breaks MSVC 2013 builds. Leave a placeholder in configure for the new crash reporter vaporware, and force the CFLAGS to be the same as in the --eanble-symbols case. (regression from 8ab4d2f29fdd2c058db23f6ee7b2200655d4c6f6) Change-Id: I476fb2e4f50de5304632628b25e3997ea6c31c27
2015-01-08avmedia: disable VLC unless in experimental model.Michael Meeks
The code is really not in an ideal state, the key-frame generation is horrible - involving playing the video for three seconds each time etc. While the idea is great - the impl. and libvlc API use needs some love from a VLC expert really. Change-Id: If1787749d9952e30c1d80846e925cf1f65231463
2015-01-07drop crashrep unused since start of LibreOfficeCaolán McNamara
Change-Id: I3df1216054c133314b2317849744a0a37e9fbc8f Reviewed-on: https://gerrit.libreoffice.org/13733 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-06build requires libmwaw 0.3.4 nowDavid Tardon
Change-Id: Ia129961bc429514b70e4bb508a76424e4df83289
2015-01-05Replace bash-specific code from configure.ac, fixes build for sh=dash usersAndreas K. Huettel (dilfridge)
Original patch by Rémi Cardona <remi@gentoo.org> Change-Id: I815567df8a868c3997e8ac357b8529fded28c950 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=525454 Reviewed-on: https://gerrit.libreoffice.org/13731 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-24build bundled libwpd and libwpg as shared libsDavid Tardon
Change-Id: I7a00dfaa3252e2a0ab145ef8a4355f9bd14570da
2014-12-20configure: repor -> repoMiklos Vajna
Change-Id: I2b0d29f1fab7e81bb80f9023d609cde46d47ebe1
2014-12-19upgrade to icu 54Caolán McNamara
Change-Id: I4d32ac386ff8b69bee4319e673769917045d9450 Reviewed-on: https://gerrit.libreoffice.org/13547 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-18Improve documentation how to build the Win32 makeTor Lillqvist
Change-Id: If47512f4a5893e21318f062301a0fd6fcf121cfc
2014-12-18Adapt instructions to VS2013 and 64-bit CygwinTor Lillqvist
Change-Id: Ie6b7ccd3e3a6d459cb44e4d545ceaf4eb26c06bb
2014-12-17configure.ac: make it work with VisualStudio Express and 64 bit compileMark Williams
Because VS Express has no native 64Bit compiler but a 64 Bit cross- compiler. The path resolution to detect binaries and libraries was not suitable for the cross compiler. The added resolution is only effective if no native compiler was found. Change-Id: I8066cb04f94eb4bfd0c57b35e5e39883c51ee046 Reviewed-on: https://gerrit.libreoffice.org/13515 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
2014-12-15we need system libcmis 0.5.0 nowMiklos Vajna
Change-Id: I2bbac86709669bf67fc71d08075abd4afc19525a
2014-12-15OneDrive binding settingsMihai Varga
Change-Id: I72c97931098c1a029d39532e3433c0aeaba73e3f
2014-12-10configure: no need to check for DirectX SDKMichael Stahl
Since MSVC 2012 the Windows SDK includes DirectX as well; the last release of standalone DirectX SDK was in 2010. Change-Id: I4236421e7abd7a4a7201ef5913dc21c76945ea53
2014-12-10look for WiLangId.vbs in 8.1 SDK-dirChristian Lohmaier
the 8.1 one is the only where it is installed to in a plain install of VS2013 (update 4) Change-Id: I797c3d1501d6ee87e5f662279221c4d285933f2d
2014-12-10define _USING_V110_SDK71_ when building with VS2013 against 7.1A SDKChristian Lohmaier
and drop old VS2012 part from configure.ac Change-Id: If0bedff0972a40f92aaf86140a0405d2af1dbc8d
2014-12-09Bump minimum gtk version to 2.10Riccardo Magliocchetti
That is the version available in RHEL 5. The configure change for telepathy has been changed for consistency only. Change-Id: I664901dd2bbcc75f6f6fb84940f3fa85d69f57dd Reviewed-on: https://gerrit.libreoffice.org/13369 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-08Don't treat clew as part of an "external" clcc moduleTor Lillqvist
There is no obvious authoritative upstream for clew anyway, so it causes philosophical problems for distros. For a while, we used to use a zip archive from the "clcc" project on SourceForge that included clew.c and clew.h. (Before that we also just had clew.c and clew.h in our source repo.) So, drop the external/clcc module and have clew.c and clew.h in the source repo again. But this time clew is in a module of its own, not in sc. This re-introduces "No need to have OpenCL optional at configure-time" This reverts commit 764836cb00e8e6dfd2ab48e080a166ec90359e01. Change-Id: I413142f4f9f8399489f9c3e5327132822f07a454 Reviewed-on: https://gerrit.libreoffice.org/13368 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-12-08Revert "No need to have OpenCL optional at configure-time"David Tardon
As long as this requires bundling clcc, not allowing to disable it is unacceptable. This reverts commit 3b0b76462aa54f60bc9823d9c6ef64e5e35c1208. Conflicts: configure.ac Change-Id: I12b3d5e3325bbd03cd98e1fb5139705d694493c2
2014-12-04images: Remove 'Crystal' from the default image sets.Jan Holesovsky
Change-Id: I90f10ea437fba65aced8a53f7b81d450a6ebd447
2014-12-03Master requires MSVC 2013 nowStephan Bergmann
Change-Id: I36c8a01bcfe15978882ca6306b4cca291357bc8f
2014-12-03Fold URE: WindowsStephan Bergmann
...assuming the delayLoadHook in cli_ure/source/native/native_bootstrap.cxx is no longer necessary and loading of cppuhelper from the program dir cannot fail regardless in whatever scenario the cli_cppuhelper library itself is loaded. Change-Id: I13f32b327bca4cce9780864f5e57cdad3860afe5
2014-12-03WITH_JPEG_TURBO redundant with BUILD_TYPE JPEG_TURBOStephan Bergmann
Change-Id: If918b3083fcd8c2e2ea41c43cba53ded1a207196
2014-12-02attempt to default enable stack-protector-strongCaolán McNamara
Change-Id: Iee42b3f6ab66636961e9ba1da33ab0e83d607eaa Reviewed-on: https://gerrit.libreoffice.org/13241 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-01Fold URE: Linux ure/share/misc/* -> program/Stephan Bergmann
...and remove now unused ure-link symlink Change-Id: Ic958432c1dad4fae213982d0af072187f151620b
2014-12-01simplify finding of windows SDK in configure.acNoel Grandin
find_winsdk() is never called with a parameter Change-Id: Ib0b0e5053a3bf792b66832d96ebf771251a24c1f Reviewed-on: https://gerrit.libreoffice.org/13167 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-28icons: Hide the Industrial theme again, fallback to it during Tango creation.Jan Holesovsky
Change-Id: I37c2126d8b9170334042c7bf380d04c5885c4cb1
2014-11-28Fold URE: Linux ure/share/java/* -> program/classes/Stephan Bergmann
Change-Id: I86864f832c0377d307cfa0b2c137f452e43797eb
2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann
The ../../../program/ links in the URE jar Class-Paths are a temporary kludge (and juh.jar had lacked adaption for Mac OS X). Change-Id: I2542d8a582866485dd61c05df3fc6b4b39a8403d
2014-11-28Fold URE: Linux ure/bin/* -> program/Stephan Bergmann
Change-Id: Id6cab518329829c22600f2a68b6b59abd04a564c
2014-11-27configure: do not default to system libjpeg on LinuxMichael Stahl
There are multiple different sonames of libjpeg in different distros, so use a system one only when system libs are requested. Change-Id: I164433a31ab0fb4723da6843eb1f1132c8447d9e
2014-11-27Clean up find_msms()Stephan Bergmann
...incorporating insight documented in the commit note of c9c2e27c95a87aa75513555ef485cac978889b19 "Adapt for Visual Studio 2013," and cloph's idea to use Perl to read that oddly named Windows env var in cygwin. Change-Id: I55d364f7a24b50d171a7fdca000ca2d747f6db20
2014-11-27Adapt for Visual Studio 2013Stephan Bergmann
(Note that the registry keys that find_msms() tries to read are apparently only written after you started Visual Studio at least once.) Change-Id: I522b70d9bc5d1d2d775254fc7ddedd7164444062
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist
Intermediate commit. More changes will follow: The device selection logic needs to be moved, too. (And cleaned up.) Instead of the separate formulacalculationoptions dialog we should simply have a normal options page for those OpenCL-related settings that will remain purely Calc-specific, like the formula opcode subsetting. Change-Id: Id60d95e80d377cbbf5780beb473b221bce06b5e5
2014-11-25Move clew into a library of its ownTor Lillqvist
Change-Id: Ifb7e86b078bd549506a9cc1b9ce9fc22fffc5eec
2014-11-23icons: Include Industrial again, it is used as a Tango fallback.Jan Holesovsky
Change-Id: I58c532f33483d051b9748b7d830f440b17c9a35e
2014-11-22Add Breeze icon theme for use with KDE Plasma 5Jonathan Riddell
Change-Id: I936d31300126e2ce000ea3a7cd70c8a2dec19502 Reviewed-on: https://gerrit.libreoffice.org/13043 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2014-11-21There is hopefully no need for . on PATH?Stephan Bergmann
Change-Id: If8deee51d8549314a650991e27069b5f5e9d15f1
2014-11-21There should be no more need for solenv/bin in PATHStephan Bergmann
...since b02fe06a51b798fdf2c5eeb8f421a93f1860b2a8 "Call all executables in solenv/bin/ with full path" Change-Id: I0d4df52d9dcc0943ce4bcb197942e745c759ddbb
2014-11-21Bin --enable-macosx-retina which is a no-opTor Lillqvist
Change-Id: I74ec16b1face24cf6702cc4385606fff420743ae
2014-11-21add sanity checking to --with-iwyuNoel Grandin
add some error checking so developers like me don't pass an empty --with-iwyu option and get weird compile time error messages. Change-Id: I142a0404db1bce905ce4d791f286d7bfc913078c Reviewed-on: https://gerrit.libreoffice.org/12988 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-20bump product version to 4.5.0.0.alpha0+Christian Lohmaier
Change-Id: Ic79dd9216a6b9ab0d015f9bf6817d1a5e5b92109
2014-11-20Bin the --disable-vba optionTor Lillqvist
We don't check it anywhere in configure.ac. Change-Id: I7ccd0480049bc43139552eb32d8c8ac254aeeecd
2014-11-20No need to have OpenGL slide transitions optional at configure-timeTor Lillqvist
(The --disable-opengl option was misnamed; it actually referred only to the OpenGL slide transitions, not our other use of OpenGL.) Use of OpenGL is still hardcoded off for platforms where we don't know whether and/or how to handle it yet (iOS and Android), and otherwise it is optional at run-time. Change-Id: I65d0612dbc79ee07273854e5a468d891ef07c6b7
2014-11-20No need to have OpenCL optional at configure-timeTor Lillqvist
It continues to not be used on platforms where not available (iOS and Android), and on others it is optional at run-time anyway. Change-Id: I7ba2f87ac143aad78df7edc2e6e6dc014c29c071