summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2015-02-16android: Even --enable-debug needs org.libreoffice for debugging.Jan Holesovsky
Change-Id: If6fb1eb2e8dbcf885b27d10202295e8c11177d49
2015-02-10...and work around AC_RUN_IFELSE not working when cross-compilingStephan Bergmann
Change-Id: I7a3a9593cabec68c0d60c17a991207b5d3dab69c
2015-02-10Make C++ AC_RUN_IFELSE check link on WindowsStephan Bergmann
Change-Id: Idb4e50a98a2fcdd1746ef14fc0dbe53bf1d7db8a
2015-02-10Properly check for Clang with static initializer_list bugStephan Bergmann
Change-Id: I98060f1adae0ba8ec03b2f0d6b0db6d5a1c0385c
2015-02-07Allow setting ICECC_VERSION in the autogen.input.Jan Holesovsky
That way you can avoid having to set ICECC_VERSION in every shell where you want to use icecream with cross-compilation. See http://holesovsky.blogspot.cz/2015/02/using-icecream-to-speed-up-libreoffice.html for details. Change-Id: I1adf67934c2687f0fca1b73e7793b72120eeedab
2015-02-07Fixup --without-x buildRiccardo Magliocchetti
Accept gl linkage in hope of future offscreen mesa support. Avoid linking with GLX though. Change-Id: I4e666f60e74fe34075a8da9eeba95807cf8fe38c Signed-off-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/13452 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-02-06Make OUStringLiteral more usefulStephan Bergmann
...don't dare make it non-explicit, yet. Along the way, introduce SAL_CONSTEXPR. Change-Id: Ia3179d0d5e001fd7aa92237c97437e9b74366ee1
2015-02-05Better error reportingStephan Bergmann
Change-Id: Ica81e236e205cbb994220015a51ffb1f98785bd6
2015-02-04Activate mork driver on windows 64 bit buildDavid Ostrovsky
On Windows 32 bit ancient seamonkey library is linked against libreoffice. In 64 bit we cannot used this library and we cannot recompile it because it was removed. Instead use mork driver. This would still meant functionality loss because Outlook and Outlook Express address book wouldn't be supported any more. Change-Id: I77fbb59aaeb6c7f3b6754e7ffb9172064155e8f3 Reviewed-on: https://gerrit.libreoffice.org/14275 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-02-03android: Don't confuse Icecream.Jan Holesovsky
Change-Id: I91969800330042a6950402e3995b4d86020006f3
2015-02-03MSI packaging tweaks for Windows 64-bitAndras Timar
Change-Id: I69d52554b531dab6fc12ffe16e6ca91241fda3a5 Reviewed-on: https://gerrit.libreoffice.org/14283 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
2015-01-28Look for iOS SDK 8.2, tooTor Lillqvist
2015-01-26configure: fix --with-android-package-name wrt ndk-gdbMiklos Vajna
Default to the package name that makes ndk-gdb happy in case --enable-dbgutil is used (can be extended later to --enable-symbols / --enable-debug as well, if necessary). Change-Id: If9dc09f48c895a4a138c3911f129e84f001d5f43
2015-01-26android: Rename 'make sign' to 'make release-apk'.Jan Holesovsky
This now also allows to specify the version number; now you want to use: cd android/ make versionCode=<previous_version_num+1> key=<key_name> release-apk Change-Id: I078e8dbbe671969fc3b228ac987cdb9a4a53b281
2015-01-26android: org.libreoffice -> org.example as default package nameMiklos Vajna
Change-Id: I94c643c6b2977ee56fce082a04a2e00c820168e0
2015-01-26android: make package name configurableMiklos Vajna
Change-Id: I3897c551676bcb7d3237be3dde74123c5ddd8f84
2015-01-23Related rhbz#1185307: One more location to look for Hamcrest jarStephan Bergmann
Change-Id: I307a009c14dd5cd946b39fbfb80ffc3962a7739b
2015-01-23Make the --with-android-ndk-toolchain-version switch optionalTor Lillqvist
Default to 4.9. Change-Id: I534b579fece83cfac79cfcd92f40bde5d2f801f5
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