summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
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>
2015-05-21lokdocview: adapt Android pathMiklos Vajna
Change-Id: I786fd580b3d08fa076eeb2bf90bd23b09c9f8182
2015-05-20enable Apple Pages importDavid Tardon
Change-Id: I1ae1a09de43a2743d6bf9eba0c9a389b99bdfc67
2015-05-20bump product version to 5.1.0.0.alpha1+Christian Lohmaier
Change-Id: Ib77d7879b0d845bdccc523467f654b836704cdcf
2015-05-20Make ZLIB_LIBS self-contained so that external modules can use itStephan Bergmann
...as e.g. external/libetonyek/ExternalProject_libetonyek.mk internally does in its configure script (but where workdir/LinkTarget/StaticLibrary is not on the lib search path during linking) Change-Id: I636d3de5c831eb8ced002ec61806ccaf75cf4c91
2015-05-19move setting of GLM_CFLAGS to configureDavid Tardon
Change-Id: Ic9f6165626a8ffc303260c0439010fe7e2ce634b
2015-05-19require libwps 0.4David Tardon
Change-Id: I4ffbd3ae7d59a0cd17302f0380dc225f7f7f2905
2015-05-17enable new formats supported by libmwawDavid Tardon
Change-Id: I228b5f0a317c05ae845a9fded0ef19f87b648cde
2015-05-16unused MACOSX_HIGH_RESOLUTION_VALUEAndras Timar
Change-Id: I881d2bb00e5f89f269063fd6af9c99692820a264
2015-05-13First cut at reporting missing GStreamer pluginsStephan Bergmann
Change-Id: Ia3cd8a2f0979f2312a70b8ee169fe9d6eef85c81
2015-05-12java dir for powepc64 and powepc64le can differDavid Tardon
E.g., RHEL >= 7.1 uses ppc64le for reasons listed in https://bugs.openjdk.java.net/browse/JDK-8073139 . This is a follow-up to commit 7a66dbe982623be620ad6ac426fe689a434e5f51. Change-Id: I685f76d51e9775788a7fb225c6a5e2309a45ceb7
2015-05-12java dir for powepc64 and powepc64le can differDavid Tardon
E.g., RHEL >= 7.1 uses ppc64le for reasons listed in https://bugs.openjdk.java.net/browse/JDK-8073139 . Change-Id: I982e65cdf99999e8a5ed23cf444ccb2aee764c4c
2015-04-28Fix --disable-pdfimport buildTor Lillqvist
Change-Id: I932f584ef3c054abe738d59e9957c3a40be1d2c9
2015-04-22Bin confusing --enable-mergelibs=all optionMatúš Kukan
It was most probably not working anyway and is something different to libmerged, which intends to merge only core set of libraries. To build everything into one library, approach similar to what we do for Android could be better idea. Change-Id: Id5b8c2fa2b26e8faaaeb022ea55eb2e39909e875
2015-04-21Make cpp/poppler-version.h header optionalTomáš Chvátal
Older popler (SLE11) does not have this header yet. With the code simply if the header not found define version to oldest possible working candidate and also raise the .pc check to the same. Change-Id: I039c879879188fe2eb90cd119b80a1d6354a6a9c Reviewed-on: https://gerrit.libreoffice.org/15339 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-20Use OFFICEOTRON/ODFVALIDATOR determined by configureStephan Bergmann
Change-Id: I456669f15a659e144fc6ecad053cd0b929859424
2015-04-19bump product version to 5.0.0.0.alpha1+Christian Lohmaier
Change-Id: Ia9302fd2ab0012365850295ef960a91af223c022
2015-04-16bump version to 5.0.0.0.alpha0+ - but keep profile at 4Christian Lohmaier
Change-Id: I30536ecd8a03a19a647d247e7c6ece3d6f1695c1
2015-04-16Do not clobber configure output with gnutlsTomáš Chvátal
Avoids this mess: checking whether to use gnutls... checking which redland to use... internal Change-Id: I1950755fb5331b6158b99a2741b15d34a32dcd38 Reviewed-on: https://gerrit.libreoffice.org/15333 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-04-13tdf#82695 allow to build with system collada2gltfDavid Tardon
Change-Id: I1179e20fd5fbdecd198633d5440621ed08a0465b
2015-04-10Look also for the iOS 8.3 SDKTor Lillqvist
Change-Id: I4472eb296de3fcf4832750229c67acb0d846cbb6
2015-04-07Add missing '<'Jesús Corrius
Change-Id: I86a01f0a066a915b9f87768fc73d24ab2fcdb4f6 Reviewed-on: https://gerrit.libreoffice.org/15182 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-02Make configure actually find LODE nasmThorsten Behrens
Change-Id: I7650a56375d98814e89fc21894c92a200832bb29
2015-04-01configure: check for validators if --with-export-validation is usedMiklos Vajna
Change-Id: I535669e46f2535f0a0c0b106b964bfbc3a2e2d7e
2015-03-29WaE: macro "LT_HAVE_INLINE" is not usedDavid Tardon
Change-Id: I375449ac3068927f525881b0022721130c9c63d6
2015-03-29make --enable-pch the default on windowsNorbert Thiebaud
Using precompiled header have significant performance benefit on windows, and seems to be quite stable let's seclect it by default. Change-Id: Ia3d0ea53007e3550e819acdd7943bed945887bd0 Reviewed-on: https://gerrit.libreoffice.org/15045 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-03-25gbuild: allow to react on change in configured langsDavid Tardon
Change-Id: I15492fcc687a21b740dc2d97a47485e2e760055f
2015-03-23move cairo helpers to vcl and make per-plugCaolán McNamara
Change-Id: I4de4d5c3a191784598e93a8cf70e45a3f59ae857 Reviewed-on: https://gerrit.libreoffice.org/14907 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-03-23android: add a check for the installed memory in the machineMiklos Vajna
... and just error out with < 16G and all symbols. Should help newcomers who have e.g. 8GB of memory, build with dbgutil, but then unable to complete the build as the linker never finishes. Change-Id: I9f3ad5c6d76a18d6aa5b0b2d61aa115ed441b8e3
2015-03-20Remove library urelibs. It was more just a temporary hack and is not used.Matúš Kukan
Change-Id: I7566dcf21aae6b800adb58d8c94e350bb0da720c
2015-03-20gdk-pixbuf-xlib-2.0->gdk-pixbuf-2.0Caolán McNamara
Change-Id: Ib58578fd9e093d912294d861094e19151a097534
2015-03-16Adapt configure.ac check to new Clang -fno-sanitize-recover=... syntaxStephan Bergmann
...in Clang trunk towards 3.7 (ugly to come up with a standards-conforming sed BRE, though) Change-Id: I82196433ad153ae29b92ab15e58d6806ec4ccf26
2015-03-11support fast MM printing in non-single-file mode only for CUPSLuboš Luňák
As said in the comment, the non-single-file mode could create way too many print jobs, so enable this only for the CUPS backend, which has been modified to send them as a single batch. Conflicts: configure.ac include/vcl/printerinfomanager.hxx sw/source/uibase/dbui/dbmgr.cxx vcl/inc/cupsmgr.hxx vcl/unx/generic/printer/cupsmgr.cxx vcl/unx/generic/printer/printerinfomanager.cxx Change-Id: I4c02ca0e8b91323b1d02f004c7b4813433064a11
2015-03-09spellingNoel Grandin
Change-Id: I04def21b684d0c95bc3a26250fc8af42bc1b1fa6