summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2017-11-20gpg4libre: add glib2 dependency for WindowsThorsten Behrens1-1/+4
Change-Id: Ib6b5393323a4dbfe94ea89689ac9170f8afa3899 Reviewed-on: https://gerrit.libreoffice.org/44856 Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2017-11-20Upgrade to ICU 60.1Eike Rathke1-1/+1
Change-Id: I6d90f51ee88c4e1005edbaa93d23cfb94cb2acfb Reviewed-on: https://gerrit.libreoffice.org/44871 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2017-11-18we now get a solver lib even without lpsolve or coinmpCaolán McNamara1-0/+1
Change-Id: I867d9aa37f876532dd67dadff7cd76f6e35868ba Reviewed-on: https://gerrit.libreoffice.org/44912 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-11-18We now require orcus-0.13 to build.Kohei Yoshida1-1/+1
Change-Id: Ieea3eda0c3f073caf5a957e55567c84bd7261ed2 Reviewed-on: https://gerrit.libreoffice.org/44908 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
2017-11-18iOS, swarmsolve needs LPSOLVE or COINMPjan Iversen1-1/+0
if neither LPSOLVE or COINMP is defined swarmsolve terminates with an error "No LIBFILENAME set", if either one is a demand for swarmsolve it should make an error message, if not the mk should be modified. For now enabling coinmp for iOS builds. Change-Id: I0c0611c119f7930f50c90ff52d382196135f2c1f
2017-11-17Revert "Upgrade to ICU 60.1"Eike Rathke1-1/+1
This reverts commit f643e1f687e27e7f46c53d7298772d4dddb3e660. Failing in firebird, back to the drawing board.. Change-Id: I087d2fa6e81cf713458b1c9645edc7c1facf148c Reviewed-on: https://gerrit.libreoffice.org/44843 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2017-11-17Upgrade to ICU 60.1David Tardon1-1/+1
Change-Id: I07837be7faac0b2238b0cba8fb981e4c4d24c498
2017-11-16Add comment to eventually remove __float128 workaroundStephan Bergmann1-0/+3
Change-Id: I9f786bb34d05febe6c7393bde8ca9d9ce18f41c9
2017-11-15upload libmwaw 0.3.13David Tardon1-1/+1
Change-Id: I9af801efd81bbe64117de52359491c05069c1947 Reviewed-on: https://gerrit.libreoffice.org/44736 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2017-11-13Fix typosAndrea Gelmini1-5/+5
Change-Id: Ia544298334364ece3b3963a4adc00c5e01189b91 Reviewed-on: https://gerrit.libreoffice.org/44654 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mark Page <aptitude@btconnect.com>
2017-11-13iOS, update to version 11.1jan Iversen1-4/+4
Change-Id: I3e477162468ad7386d83480ce8ae1da9536465b0
2017-11-08Add comment to eventually remove HAVE_GCC_ATTRIBUTE_WARN_UNUSEDStephan Bergmann1-0/+2
Change-Id: I71da6641768f804b19e16c899232f33efd4a9ae9
2017-11-08Drop HAVE_GCC_ATTRIBUTE_WARN_UNUSED_STLStephan Bergmann1-15/+0
For one, loplugin:unusedvariablecheck does not merely check for unused variables with types from the standard library since fe2164949b38a7f73883dbdcb3271b94e5c81744 "teach unusedvariablecheck plugin about SfxPoolItem subclasses", so disabling loplugin:unusedvariablecheck based on HAVE_GCC_ATTRIBUTE_WARN_UNUSED_STL is wrong. For another, I have seen no standard library implementation that decorates its types with such "warn-if-unused" attributes, and <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0600r0.pdf> "[[nodiscard]] in the Library" (which proposes to add the corresponding C++17 attribute to just a few select functions and no types at all) makes it appear unlikely that will happen. Change-Id: I0a7759e1caf3e3137057c9689080948a4d6747e0
2017-11-08enable auto building of elementary and disable tango testingYousuf Philips1-3/+3
Change-Id: I3a4967e3725c6a5b9f7c05e089c6452d5b409609 Reviewed-on: https://gerrit.libreoffice.org/44417 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2017-11-06configure: if there's no fontconfig, assume no fonts are availableMichael Stahl1-1/+1
No idea how to check what fonts are installed on Windows/Mac; only safe thing to do is to disable the tests if --without-fonts. Change-Id: Ia27d866d9964f7e4e1ebfaba7ee4a7ce53b800b0
2017-11-06QT5 rename from KF5Jan-Marek Glogowski1-22/+15
Move out of unx, as this will eventually compile on other OS platforms. At least currently it doesn't contain platform dependant code. Change-Id: Iea0bebf574201881ea158381fe7ba8af2a9a6488
2017-11-06KF5 seperate Qt5 detection from KF5Jan-Marek Glogowski1-45/+166
Splits the configure checks into a Qt5 and KF5 specific part. Change-Id: I0a616ba031e1f7fd0385219ac48179adb4bdaf14
2017-11-06KF5 initial VCL pluginJan-Marek Glogowski1-1/+23
Something that compiles, basically just interface stubs. All used Svp classes don't use any cairo. Change-Id: I9a8858c930989438cc2a3f3346c01a7abc579d62
2017-11-06Fix typosAndrea Gelmini1-1/+1
Change-Id: I745ec997df4401c3a87963a36c43add4cfeffe04 Reviewed-on: https://gerrit.libreoffice.org/44334 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
2017-11-03Improve wordingStephan Bergmann1-2/+2
("No ... not specified" rather looked like an accidental double negation to me) Change-Id: I8f1488b7e1561f8b2167a27120b60614b72a55fd
2017-11-02iOS allow newest SDKjan Iversen1-1/+1
allow SDK 11.1 alongside 11.0 Change-Id: I0ad3c47ebccfac90fe7ae9101781c91a0fcd5fba
2017-11-02iOS, remove bitcode from compilerjan Iversen1-4/+2
compiling with bitcode slows builds process Change-Id: Icee263652d31f3a7a6e92a91ef5320a804d0bef1
2017-11-02Document when HAVE_BROKEN_CONST_ITERATORS can goStephan Bergmann1-0/+5
Change-Id: I96636cbff097af77bc0ccd669b6a973c282f7360
2017-11-02remove a NPAPI plugin leftoverDavid Tardon1-6/+0
Change-Id: I4284ed8e59477e508cec3f02a6d1bf2aa3978dd8 Reviewed-on: https://gerrit.libreoffice.org/44177 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2017-10-31Fix typosAndrea Gelmini1-1/+1
Change-Id: I89d6849a166a245eec7654ea6e1cfd62ee0c3c60 Reviewed-on: https://gerrit.libreoffice.org/44138 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2017-10-31tdf#108580 ship universal crts with the program as workaroundChristian Lohmaier1-0/+28
the universal crts redistributables are available as part of the Windows 10 SDK. Point to the dir (or a copy of the dir) using --with-ucrt-dir Use --without-ucrt-dir (or --with-ucrt-dir=no) if you don't want to ship them as part of LO and are annoyed by the configure warning. Change-Id: I5487e3f6e583222fa053b2fc03176f061d57746c Reviewed-on: https://gerrit.libreoffice.org/44074 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-10-31Revert "Up the required mdds package to 1.3.0 (latest)."Rene Engelhard1-1/+1
This isn't actually needed. This reverts commit 33a3de2f0ce2b18d8149dc68c3de16541adfc530.
2017-10-31Up the required mdds package to 1.3.0 (latest).Kohei Yoshida1-1/+1
Change-Id: Idce0a561c8fc163450504d1570a16cad2f0faf09 Reviewed-on: https://gerrit.libreoffice.org/44078 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
2017-10-30related: tdf#103884 remove gltf/collada featureThorsten Behrens1-134/+3
Change-Id: Icd26ad96c0337844ef1463dabfbe791caa00dd2d Reviewed-on: https://gerrit.libreoffice.org/43972 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2017-10-27iOS update to 11.0jan Iversen1-2/+2
Starting to use 11.0 features Change-Id: I0e147c0b436a93d11f220b533a5b2091f7cb56fc
2017-10-26configure: JDK 1.3 won't workMichael Stahl1-1/+1
Change-Id: Ibd26816cb00b3b8b2514aca536906b689c8cbd5e
2017-10-26gpg4libre: enable OpenPGP support for MacThorsten Behrens1-1/+1
Change-Id: Iad7d6b045be90efb32da3ffb1c19753b58b1753d Reviewed-on: https://gerrit.libreoffice.org/43616 Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2017-10-26Intergate new Win-SDK 10.0.16299.0Juergen Funk1-0/+2
Change-Id: Ie0387fdb7fa5850d796d825e767119b90ae85d95 Reviewed-on: https://gerrit.libreoffice.org/43422 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
2017-10-25kde5: fix glib detection for KF5Katarina Behrens1-0/+147
Change-Id: Ibd25502384cd248f1070d26266222e18fb9e2e47
2017-10-23upload libetonyek 0.1.7David Tardon1-1/+1
Change-Id: Iabca84c1ba3a14716b7707541434efcc82581a78 Reviewed-on: https://gerrit.libreoffice.org/43709 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2017-10-23keep bundled versions in syncDavid Tardon1-2/+2
Change-Id: I7f571dfcd35e1d8aa351946a9239a9f06a2a6801
2017-10-19tdf#113211: fix calculations with big integersMike Kaganski1-0/+10
... and munbers with few fractional bits Change-Id: I86c3e8021e803fed498fae768ded9c9e5337c8bd Reviewed-on: https://gerrit.libreoffice.org/43477 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2017-10-19bump product version to 6.0.0.0.alpha1+Xisco Fauli1-2/+2
Change-Id: Ic7c4f406e60774c435f8d41aaf54bc56126193f3
2017-10-19fix build with system gpgmeDavid Tardon1-0/+2
Change-Id: I00e6d6ce476adbd22bcfb4eb55d4db4194f4bc92
2017-10-11There appears to be no need for -I. in SOLARINCStephan Bergmann1-1/+1
See the mail sub-thread starting at <https://lists.freedesktop.org/archives/libreoffice/2017-October/078609.html> "Re: C[++]: Normalizing include syntax ("" vs <>)". Change-Id: Ibb636be643789d455e771fcd54913dd3cdd03815 Reviewed-on: https://gerrit.libreoffice.org/43284 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-10-09Those ones look like not being used at allFridrich Štrba1-16/+1
Change-Id: Id3e20523538226be0cb6eea21b17503e27e2294d
2017-10-08iOS, clean kit xcodeprojjan Iversen1-2/+2
Updated build level to 10.3 Change-Id: Ib6e368a9b5079ed1f5b09cea9743ff35c2e13c0c
2017-10-08iOS, 3rd party lib cross-compilejan Iversen1-0/+3
configure of externals does not work if --build == --host tricking --host but removing version number Change-Id: I779cc6dedc33ec849e496587a4347d19166237e2
2017-10-06iOS cross-compile even for x86-64jan Iversen1-1/+1
Based on advice from IRC, cross compile is also active for simulator. The assumption build arch == host arch calls for not cross compiling, did not work due to the fact that iOS compiles without DESKTOP. Cross compiling to the same platform gives problems with e.g. libxml2 will be solved in a later commit Change-Id: If18ee5f9473dd983e2cb705390017229c4205a71
2017-10-06iOS, third party library updatejan Iversen1-1/+1
added arm64 to config.sub removed coinmp from compilation Change-Id: Ib0a4d8fc7cae399183116e928485869a08e7b1af
2017-10-05iOS, do not cross-compile for simulatorjan Iversen1-1/+1
When compiling for the simulator, we should not cross compile, since it is only using another sdk. setting cross-compile when the architecture is the same causes problems with several third party libs. The unsolved problem is how to build cmdline tools. Change-Id: Ida0b31bb12f6eadca413eb6e1874553adb8be6cd
2017-10-04iOS, simulator compiles as nactive mac OSX hostjan Iversen1-27/+20
Make simulator (and especially third party libraries) compile as OSX host, but with iPhonesimulator SDK. Change-Id: I2b282d1e84c5c6544dcb98413fec5c6e811efda6
2017-10-03iOS, bump SDK version to 10.3jan Iversen1-2/+2
10.3 is needed (anyhow 11.0 is on the street) Change-Id: Ic9afed3ecbb76e71eb0ee0fc74f4b64dc38af716
2017-10-03Update OSX SDK checkingNoel Grandin1-1/+1
We require a min of 10.12 to build these days. Also reverse the order of the list in configure.ac so that we pick up newer SDK before older SDK. Change-Id: Iae25f1971123479801a82c9d30172668a4cfa52a Reviewed-on: https://gerrit.libreoffice.org/42450 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-09-30iOS, cleanup unused config variablesjan Iversen1-17/+6
Removed no longer used variables. These variables are constant across platform, and therefore defined in the project.pbxproj file instead. Change-Id: I8fcfe414de498ebd4e5bd3a133a8c7e39faa9edb