summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Improve documentation how to build the Win32 makeTor Lillqvist2014-12-181-2/+3
| | | | Change-Id: If47512f4a5893e21318f062301a0fd6fcf121cfc
* Adapt instructions to VS2013 and 64-bit CygwinTor Lillqvist2014-12-181-1/+2
| | | | Change-Id: Ie6b7ccd3e3a6d459cb44e4d545ceaf4eb26c06bb
* configure.ac: make it work with VisualStudio Express and 64 bit compileMark Williams2014-12-171-8/+32
| | | | | | | | | | | | 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>
* we need system libcmis 0.5.0 nowMiklos Vajna2014-12-151-1/+1
| | | | Change-Id: I2bbac86709669bf67fc71d08075abd4afc19525a
* OneDrive binding settingsMihai Varga2014-12-151-0/+33
| | | | Change-Id: I72c97931098c1a029d39532e3433c0aeaba73e3f
* configure: no need to check for DirectX SDKMichael Stahl2014-12-101-55/+0
| | | | | | | Since MSVC 2012 the Windows SDK includes DirectX as well; the last release of standalone DirectX SDK was in 2010. Change-Id: I4236421e7abd7a4a7201ef5913dc21c76945ea53
* look for WiLangId.vbs in 8.1 SDK-dirChristian Lohmaier2014-12-101-1/+1
| | | | | | | the 8.1 one is the only where it is installed to in a plain install of VS2013 (update 4) Change-Id: I797c3d1501d6ee87e5f662279221c4d285933f2d
* define _USING_V110_SDK71_ when building with VS2013 against 7.1A SDKChristian Lohmaier2014-12-101-5/+1
| | | | | | and drop old VS2012 part from configure.ac Change-Id: If0bedff0972a40f92aaf86140a0405d2af1dbc8d
* Bump minimum gtk version to 2.10Riccardo Magliocchetti2014-12-091-9/+3
| | | | | | | | | | 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>
* Don't treat clew as part of an "external" clcc moduleTor Lillqvist2014-12-081-16/+3
| | | | | | | | | | | | | | | | | | | 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>
* Revert "No need to have OpenCL optional at configure-time"David Tardon2014-12-081-1/+13
| | | | | | | | | | | | As long as this requires bundling clcc, not allowing to disable it is unacceptable. This reverts commit 3b0b76462aa54f60bc9823d9c6ef64e5e35c1208. Conflicts: configure.ac Change-Id: I12b3d5e3325bbd03cd98e1fb5139705d694493c2
* images: Remove 'Crystal' from the default image sets.Jan Holesovsky2014-12-041-2/+2
| | | | Change-Id: I90f10ea437fba65aced8a53f7b81d450a6ebd447
* Master requires MSVC 2013 nowStephan Bergmann2014-12-031-22/+17
| | | | Change-Id: I36c8a01bcfe15978882ca6306b4cca291357bc8f
* Fold URE: WindowsStephan Bergmann2014-12-031-5/+5
| | | | | | | | ...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
* WITH_JPEG_TURBO redundant with BUILD_TYPE JPEG_TURBOStephan Bergmann2014-12-031-2/+0
| | | | Change-Id: If918b3083fcd8c2e2ea41c43cba53ded1a207196
* attempt to default enable stack-protector-strongCaolán McNamara2014-12-021-0/+12
| | | | | | | 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>
* Fold URE: Linux ure/share/misc/* -> program/Stephan Bergmann2014-12-011-5/+5
| | | | | | ...and remove now unused ure-link symlink Change-Id: Ic958432c1dad4fae213982d0af072187f151620b
* simplify finding of windows SDK in configure.acNoel Grandin2014-12-011-7/+1
| | | | | | | | | 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>
* icons: Hide the Industrial theme again, fallback to it during Tango creation.Jan Holesovsky2014-11-281-2/+2
| | | | Change-Id: I37c2126d8b9170334042c7bf380d04c5885c4cb1
* Fold URE: Linux ure/share/java/* -> program/classes/Stephan Bergmann2014-11-281-1/+1
| | | | Change-Id: I86864f832c0377d307cfa0b2c137f452e43797eb
* Fold URE: Linux ure/lib/* -> program/Stephan Bergmann2014-11-281-2/+2
| | | | | | | 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
* Fold URE: Linux ure/bin/* -> program/Stephan Bergmann2014-11-281-1/+1
| | | | Change-Id: Id6cab518329829c22600f2a68b6b59abd04a564c
* configure: do not default to system libjpeg on LinuxMichael Stahl2014-11-271-13/+1
| | | | | | | There are multiple different sonames of libjpeg in different distros, so use a system one only when system libs are requested. Change-Id: I164433a31ab0fb4723da6843eb1f1132c8447d9e
* Clean up find_msms()Stephan Bergmann2014-11-271-8/+23
| | | | | | | | ...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
* Adapt for Visual Studio 2013Stephan Bergmann2014-11-271-1/+1
| | | | | | | (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
* Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist2014-11-271-4/+4
| | | | | | | | | | 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
* Move clew into a library of its ownTor Lillqvist2014-11-251-0/+1
| | | | Change-Id: Ifb7e86b078bd549506a9cc1b9ce9fc22fffc5eec
* icons: Include Industrial again, it is used as a Tango fallback.Jan Holesovsky2014-11-231-2/+2
| | | | Change-Id: I58c532f33483d051b9748b7d830f440b17c9a35e
* Add Breeze icon theme for use with KDE Plasma 5Jonathan Riddell2014-11-221-4/+4
| | | | | | | Change-Id: I936d31300126e2ce000ea3a7cd70c8a2dec19502 Reviewed-on: https://gerrit.libreoffice.org/13043 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
* There is hopefully no need for . on PATH?Stephan Bergmann2014-11-211-2/+0
| | | | Change-Id: If8deee51d8549314a650991e27069b5f5e9d15f1
* There should be no more need for solenv/bin in PATHStephan Bergmann2014-11-211-1/+0
| | | | | | | ...since b02fe06a51b798fdf2c5eeb8f421a93f1860b2a8 "Call all executables in solenv/bin/ with full path" Change-Id: I0d4df52d9dcc0943ce4bcb197942e745c759ddbb
* Bin --enable-macosx-retina which is a no-opTor Lillqvist2014-11-211-6/+0
| | | | Change-Id: I74ec16b1face24cf6702cc4385606fff420743ae
* add sanity checking to --with-iwyuNoel Grandin2014-11-211-1/+7
| | | | | | | | | | 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>
* bump product version to 4.5.0.0.alpha0+Christian Lohmaier2014-11-201-1/+1
| | | | Change-Id: Ic79dd9216a6b9ab0d015f9bf6817d1a5e5b92109
* Bin the --disable-vba optionTor Lillqvist2014-11-201-5/+0
| | | | | | We don't check it anywhere in configure.ac. Change-Id: I7ccd0480049bc43139552eb32d8c8ac254aeeecd
* No need to have OpenGL slide transitions optional at configure-timeTor Lillqvist2014-11-201-44/+6
| | | | | | | | | | | (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
* No need to have OpenCL optional at configure-timeTor Lillqvist2014-11-201-11/+1
| | | | | | | 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
* HAVE_FEATURE_CRASHDUMP instead of manual SAL_ENABLE_CRASH_REPORTStephan Bergmann2014-11-191-0/+1
| | | | Change-Id: Ifaf971d77f11cef207706989bba11dbe2028ca79
* Add internal libjpeg-turbo library to be used instead of libjpegMatúš Kukan2014-11-171-3/+64
| | | | | | | | | | | | | | Unfortunately requires nasm - the netwide assembler - http://www.nasm.us/ Upstream libjpeg-turbo is meant to be built with CMake on Windows but thanks to our gcc-wrappers we are able to avoid that. jpeg is kept mostly for platforms we are cross-compiling to. For now, it's used also for Mac OS X because jpeg-turbo does not build there, which should be fixed later. Change-Id: Id87b7072a8acc2578c3abf7e82cb1499e5094dbf
* Bump cairo version to 1.2.0Riccardo Magliocchetti2014-11-121-1/+1
| | | | | | | | | Requirement already fullfilled by RHEL 5 Change-Id: I2304ecac744d1b46b4329ab6d1a0b75739d5c4ea Reviewed-on: https://gerrit.libreoffice.org/12250 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-8/+8
| | | | | | | Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* READELF needs to be defined for unix such as SOLARISRichard PALO2014-11-111-1/+3
| | | | | Change-Id: I749fa8a19e00957a3f83f41e029687b435a3a903 Signed-off-by: Michael Stahl <mstahl@redhat.com>
* configure: --enable-headless is dead long live --without-xRiccardo Magliocchetti2014-11-111-14/+8
| | | | | | | | | | | To avoid confusion with the --headless runtime option leverage --without-x for the headless build. Please note that build and code ifdefery naming is not changed. Change-Id: Iefdbc7ca5b4bb5627ebd2c78b4cedf44dce4ae5b Reviewed-on: https://gerrit.libreoffice.org/12303 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Revert "Force --std=gnu89 for clang."Luboš Luňák2014-11-101-4/+0
| | | | | | | | Explictly passing any CFLAGS to configure overrides (=disables) CFLAGS that would be used by default. So if this sets CFLAGS to just --std=gnu89, .c files will never be built with optimization or debuginfo. This reverts commit 3a4860a751980b566b44d57cde188292df5e8726.
* Clarify configure GStreamer handlingJan-Marek Glogowski2014-11-071-23/+23
| | | | | | | | | | | | | | | | | | | Currrently --disables-gstreamer disables GStreamer API 1.0 support and --enable-gstreamer-0-10 enables GStreamer API 0.10 support. To build with GStreamer API 0.10 you need to --disable-gstreamer and --enable-gstreamer-0-10, which doesn't seem logical. But actually it's possible to build both avmedia GStreamer backends, so this changes: * --disable-gstreamer to --disable-gstreamer-1-0 * configure variables to include the GStreamer API version "1_0" * adapts the configure help text Change-Id: Icffd8cfb9d80b3021e290675e7c9644c2a31fce8 Reviewed-on: https://gerrit.libreoffice.org/11912 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* bump product version to 4.4.0.0.alpha2+Christian Lohmaier2014-11-071-1/+1
| | | | Change-Id: I1ea75499fa9db95f34d3fb438469559849541a53
* Add build support for iwyuRiccardo Magliocchetti2014-11-051-0/+8
| | | | | | | | | | | | | | | | include-what-you-use is a tool to help removing unneeded includes. Homepage: https://code.google.com/p/include-what-you-use/ So to use it pass its path to configure like: ./configure --with-iwyu=/usr/bin/include-what-you-use May be helpful for fdo#42949 Change-Id: Idc185c5181d754b9dfd82fcf6a5ad05953b3cd03 Reviewed-on: https://gerrit.libreoffice.org/12255 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
* system libgltf conflicts with dbgutil tooDavid Tardon2014-11-011-0/+5
| | | | Change-Id: I326d62077b556501d0a98794bca4b00f4bcfc369
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-301-3/+3
| | | | | | | | Change-Id: Ia43976d84eede6f699381bc4f3daf89b95e4cb4f Reviewed-on: https://gerrit.libreoffice.org/12150 Reviewed-by: Bryan Quigley <gquigs@gmail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Document that gtk3 support is experimentalMatthew J. Francis2014-10-301-1/+2
| | | | | | | Change-Id: I87df8cb6a4e4e374c5c9782e695fcdf020d5707f Reviewed-on: https://gerrit.libreoffice.org/12121 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>