summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2015-09-02ditch gnome-vfs2 supportCaolán McNamara
Change-Id: I882c04fd3a255f55511b1884157de26e7574e6db Reviewed-on: https://gerrit.libreoffice.org/18262 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-01fix enable-mpl-subset with --with-system-popplerMarkus Mohrhard
Change-Id: I2828d662769f95241ee5760bb657201851f3193e Reviewed-on: https://gerrit.libreoffice.org/18209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-08-28bump gtk check to gtk+-3.0 >= 3.8Rene Engelhard
Needed since 2ce903c7b2d67a46c2fe2755cfaa66d98f2eddf2 Change-Id: I589e782baae0bd4d5906b97c371cad587aaf5c94
2015-08-25upload libmwaw 0.3.6David Tardon
Change-Id: I09249673d42d36bf72ee1ffbf8f3f37734bd8bae
2015-08-18configure, pyuno: stop claiming our python 3.3.5 is 3.3.3Michael Stahl
... and adapt makefiles to automatically rebuild everything that depends on PYTHON_VERSION. Change-Id: If468183e59463503051c2a1526a905dbee9bf4cb Reviewed-on: https://gerrit.libreoffice.org/17818 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-08-11configure.ac : completely kill the --enable/disable--verbose thingNorbert Thiebaud
There is no legitimate use case... no-one need or want to see the build output with all the command by default.. and if one is enclined to do such things, verbose=t in the env does the trick leaving that as a configure options garantee bit-root (as it was the case) and just make it bigger for nothing.. worse may encourage newcomer to shoot themselves in the foot Change-Id: I2b892c623b72dff68ae61dc4edb2478613efc699 Reviewed-on: https://gerrit.libreoffice.org/17635 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-08-11gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud
configure.ac was setting VERBOSE=YES/NO when really we use verbose=t or verbose= Change-Id: I47aee8d177cb2d788a62ecdbbb9cc3695c2bb299 Reviewed-on: https://gerrit.libreoffice.org/17634 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-08-08When looking for tar, accept 'bsdtar'.Thomas Klausner
libarchive installs it under that name at least on FreeBSD, NetBSD, and OpenBSD. Change-Id: I7c4ce8f2dcf59f6d2b23266f450a88f3f2217e4e
2015-08-07configure: *another* --enable-selective-debuginfo pitfallMichael Stahl
Change-Id: I5f04b71d01c163edde55f01becfe2e460f4bc9c7
2015-08-05Graphite is enabled by default, so give help for --disable-graphite insteadTor Lillqvist
(Not that I know if there is any good reason to keep it optional.) Change-Id: I92c52ad201661755e2d6eb023be7e268249b75a2
2015-08-04configure: MSVC 2015 finally supports C++11 thread-safe staticsMichael Stahl
Change-Id: If0e644298c655487cf97609a66ee37c5b4bd70ae
2015-07-29chmod -xTor Lillqvist
Change-Id: Iad82493025bfb3863a3e073938e25f24cbd7a41f
2015-07-29Fix -showIncludes generation on MSVC 14.0David Ostrovsky
Change-Id: I486b2fc9b4d538ac59d4ced41f2c1726d1ad0dfa Reviewed-on: https://gerrit.libreoffice.org/17358 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-07-27Mention that --enable-lto is broken for MSVCTor Lillqvist
I don't have the inspiration to fix it. I get unresolved symbols "__declspec(dllimport) public: virtual class com::sun::star::uno::Any __cdecl cppu::WeakImplHelper<class com::sun::star::container::XEnumeration>:: queryInterface(class com::sun::star::uno::Type const &)" etc when linking the fwk library in framework. Also, surely we require GCC to be >= 4.6 now, no need to mention that. Change-Id: I6502a4acc200f4d94c8c6e0577eee4282375db0d
2015-07-27configure: make --enable-selective-debuginfo less errorproneMichael Stahl
Change-Id: I6b7379323a86242b42a8a5137807c535bf1d7c46
2015-07-22configure: try not to break with MSVC 2013 ExpressMichael Stahl
The devenv.exe /Upgrade is apparently not supported by Express, but that is currently only needed for the 2015 version, so try to keep 2013 Express working. Change-Id: I40bb8a5c9583381e89ede2e014e6e095016bbe11 Reviewed-on: https://gerrit.libreoffice.org/17275 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Vasily Melenchuk <vasily.melenchuk@cib.de> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-07-16update to liblangtag-0.5.7Eike Rathke
Change-Id: I46bf74efb52435313eb17e0db8b1cf103a329004 Reviewed-on: https://gerrit.libreoffice.org/17078 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2015-07-14With --enable-gtk3 we need GLib >= 2.38Tor Lillqvist
The G_ADD_PRIVATE used in libreofficekit/source/gtk/lokdocview.cxx is from 2.38. Change-Id: I2058932f8252d2715f970f020160f4f960987125
2015-07-10configure: Add support for mips64.Heiher
Change-Id: If52e44a028b9cfd9ead4f16186810dde98a67ef1 Reviewed-on: https://gerrit.libreoffice.org/16912 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-07-09Expose devenv make file variableDavid Ostrovsky
Change-Id: I502ce280276b6430053f0fbcf9cc3248b6c9b11b Reviewed-on: https://gerrit.libreoffice.org/16801 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-07-08configmgr: support reading from a dconf layer (WIP)Stephan Bergmann
Work in progress to allow integration of LO with <https://wiki.gnome.org/Projects/FleetCommander>. During configuration, dconf support is implicitly enabled when available on the host (which is presumably only available on Linux). It is explicitly disabled for TDF Linux builds for now, though, to avoid accidental dependencies of the distributed installation sets on system dconf libraries. A dconf layer is represented in the CONFIGURATION_LAYERS bootstrap variable with type "dconf" and an empty URL. See the comment at the top of configmgr/source/readdconflayer.cxx for the encoding of component-data in dconf. All of this is still subject to change. Change-Id: I2d08d81c8ea43ba4a99040a8882ae75b91bcfdb9 Reviewed-on: https://gerrit.libreoffice.org/16848 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2015-07-06configure: require libexttextcat 3.4.1Michael Stahl
... following commit cc96b2738b608782edffb4cc368d45255f31377b Change-Id: I152875b6f72ff972d004f6df11325ce89f43ad9d
2015-07-03online update: Add the bzip2 external.Nathan Yee
Change-Id: Id7547390c49c0bcf672eb1a9863fc236518bfa49
2015-07-03Fix typosAndrea Gelmini
Change-Id: Ideb5688a8c9e7cf10038f2e9d00991e8653b1875 Reviewed-on: https://gerrit.libreoffice.org/16706 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2015-07-01d->eCaolán McNamara
Change-Id: I76ced60151bcc160eb4a4c12cc86f01edec076fc
2015-07-01f22 openjdk for ppc64le has both these dirs, but jawt is only on oneCaolán McNamara
Change-Id: Ie770ecceb8c8f5a6fa882a9f5d5a26806b029589
2015-06-29online update: Configure switch --enable-online-update=marJan Holesovsky
This will enable the mar-based online update instead of the 'traditional' one. At the moment, this does not build, as libbz2 was not packaged as an external library yet. Change-Id: I1ad7d9adf7a12a427786682ad932597eb2319256
2015-06-23Revert "Typo: iff->if"Julien Nabet
This reverts commit cf92da3d6e1de14756efe3f1ee79f393a2f3787d. iff can mean "if and only if" so not a typo
2015-06-23Typo: iff->ifJulien Nabet
Change-Id: I3fc60856b5a56e71d70b55c89323be074bdec3b3
2015-06-19Fix check for broken standard libraryStephan Bergmann
The compiler's __GNUC__ etc. need not match the libstdc++ version used (esp. when using Clang as compiler), and libstdc++'s __GLIBCXX__ macro doesn't inrease monotonically with version numbers, so resort to a configure check. Change-Id: I06de6b68324169863f6f5c31ae5d855e8b04cd6b
2015-06-18continue to support glew 1.10David Tardon
Change-Id: I951c04e7d0039f1e38e3bcb2ea7e0f7c33293b9b
2015-06-17Improve instructions printed at endTor Lillqvist
Using "issue" instead of "run", but not consistently, is silly. There is no instdir/program/soffice on OS X. Change-Id: Ic94a969b268981981842101ed9c530a8f4211a15
2015-06-16Look for SDKs 9.0 and 8.4, tooTor Lillqvist
Change-Id: I9cfb2f2a456ab64ffd12c2a4a2a0bfe65507a05e
2015-06-15Add libjpeg detection message, so we do not just show external without contextTomáš Chvátal
Change-Id: Iee8e233ec7505eb397efb5a5a8d243ff4a0e6341 Reviewed-on: https://gerrit.libreoffice.org/16256 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-06-12Add --disable-gtk3 to the options used for the BUILD platformTor Lillqvist
Change-Id: I849f079bf914fc2feea6379544f0634b5296d162
2015-06-11Enable gtk3 by defaultMiklos Vajna
This just builds the gtk3 VCL plugin, it's still disabled by default at runtime (see unx/generic/plugadapt/salplug.cxx). Change-Id: I852e499cf1fbd1b218114f1091c4ba8a9a91a29d Reviewed-on: https://gerrit.libreoffice.org/16229 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2015-06-11harden build enviroment on mac with LODENorbert Thiebaud
mac build really does not like finding extra stuff in the PATH or in /usr/local/bin as this is prone to happen with macport/fink/etc.. or somethings just due to some other 'ported to mac' pre-canned binaries.. for instance one has found a python3 in /usr/local/bin which confused configure to believe it was ok to use 'system python', which break on mac. This patch sanitize PATH during ./autogen.sh, when running in a LODE environment. it leave only LODE_HOME/opt/bin:/usr/bin:/bin:/usr/sbin:/sbin and optionally the path where git is located if that is not /usr/bin (it is quite common depending on how one installed git, to haev it in /usr/local/git/bin for instance) This is strictly a 'nanny' patch.. but it should not impact anyone that is not ( on Mac and using LODE ). Change-Id: I865047cfeb102ecb22777a1f7fb7cbdd374448aa Reviewed-on: https://gerrit.libreoffice.org/16222 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-06-10Add very initial support for Visual Studio 2015Jesús Corrius
The new compiler is not detected automatically yet. You have to use --with-visual-studio=2015 to enable it. Change-Id: I0ef8cda7b2d99389b39fd7f8c2e142453ced99ed Reviewed-on: https://gerrit.libreoffice.org/15644 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
2015-06-10syntax errors, stillStephan Bergmann
(i.e., parentheses do need to be quoted in BERs, but do not forget to escape brakets in configure.ac m4) Change-Id: Ifabb68ede318e5c95a54c420cd06e238fefbd82f
2015-06-10syntax errors, stillStephan Bergmann
Change-Id: I8ed4b4d221040ddf5f51d7e01134c855fc85a641
2015-06-10configure: make the error message for pkg-config on Mac more actionableMichael Stahl
Change-Id: Ia7f99123625df28cd5459ee6d488e02b20d386f0
2015-06-10Android: add ownCloud library to the build.Jacobo Aragunde Pérez
Library code from https://github.com/jaragunde/owncloud-android-library This patch downloads, builds and installs the library from a tarball uploaded to http://dev-www.libreoffice.org/src/. Change-Id: I28afaea4dabe2dab869b53b1881f4d5a6522943f Reviewed-on: https://gerrit.libreoffice.org/16190 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
2015-06-09syntax errorsStephan Bergmann
Change-Id: Id5f0a606c0bb0b322b09998101f5731e9b28b68d
2015-06-09Accept also OS X 10.11Tor Lillqvist
Change-Id: Ieedf4810f1e726bf11f0d0b1a203e560a0b16550
2015-06-05Bin superfluous assignmentsTor Lillqvist
The variable is assigned an empty value already a few lines above. Change-Id: I52d2b650d908209421368384e44d95bfe18d93ae
2015-06-04update to liborcus 0.9.1David Tardon
Includes switching to dynamic libs. Change-Id: I959c4e9430f8cf95f50d48e1b01d8323dba4af81
2015-06-04Fix using /opt/lo/bin/nasm on windows/cygwinAndrzej Hunt
Change-Id: Ib3755598bfccffc2efd67816ae5fa5dc8903553e Reviewed-on: https://gerrit.libreoffice.org/16083 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-06-03Build time option --disable-extension-updateKatarina Behrens
to disable the possibility to update installed extensions Change-Id: Ifdee0f3b13ee3e2bcb288c8ded98cb9805a6e55a
2015-05-26Answer "Why is this necessary" commentStephan Bergmann
Change-Id: I3d6e8e9b78c0a56190ba217ec714a8ddce124103
2015-05-21on windows/VC build, force enable-pch and force disable-ccacheNorbert Thiebaud
Change-Id: I0ccd9c51766ba9d079449dda62e49c42d0f47875 Reviewed-on: https://gerrit.libreoffice.org/15847 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>