summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2014-01-16Export CROSS_COMPILING=YES, if set, while running the configure scriptTor Lillqvist1-1/+1
It can thus be used in a pkg-config replacement wrapper that makes pkg-config look in an appropriate place, which typically is needed when not using a proper cross-compilation toolchain. (Such would come with an own copy of pkg-config.) Change-Id: I4c746206cc67ed7a428833f03b9d3aad250d31e1
2014-01-16Move fontconfig baseline to 2.4.1 (RHEL 5 version)Chris Sherlock1-1/+1
Change-Id: Ie79f534e7f5aa8fc9a87996c68e1251260403f66 Reviewed-on: https://gerrit.libreoffice.org/7460 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-15Let's always use libc++ when building for iOS against a current SDKTor Lillqvist1-5/+7
I have been using it for a while and it seems to work fine. No need to default to libstdc++. Change-Id: Ifa6999921b1333317c112f57fa402188f787d27d
2014-01-13AbiWord Import filterFridrich Štrba1-0/+5
Change-Id: I90dc115044e5f81fa3a2b105d30d7d39e438b086 Reviewed-on: https://gerrit.libreoffice.org/7411 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2014-01-13Filter out GCC-ism for ClangStephan Bergmann1-0/+3
At least mariadb-5.5.34-2.fc20.x86_64 "mysql_config --cflags" somewhat unhelpfully includes GCC-specific -fstack-protector-strong which at least Clang trunk towards 3.5 does not understand. Change-Id: Ic38104323b6d9275384effdf21d1885c0720edb0
2014-01-11Add -fdata-sections for Android.Matúš Kukan1-1/+1
Change-Id: Id76fa23c0203028c52fb63f5cbc80ac12c4e20f2
2014-01-10configure: check for ICE and SM libraries tooMichael Stahl1-0/+8
Change-Id: Id86b09c9f2fe8770da8cc6b13672e2bf37201962
2014-01-10configure: we need both cups header and libraryMichael Stahl1-1/+1
Change-Id: Ie27a67b7d1086fbbce5eb40a56b4d154afb3faf8
2014-01-10configure: ENABLE_NPAPI_FROM_BROWSER requires Xt libraryMichael Stahl1-0/+4
Change-Id: I023927897787ae046baf2751d0e56bfca3fb688f
2014-01-10configure: no Xinerama on DarwinMichael Stahl1-5/+1
Change-Id: Iad86269939cd75f9158f86e6da04952f85868e5a
2014-01-10compilerplugins: strip out -m32/-m64 from CXXMichael Stahl1-0/+5
These are not part of LO and need to be built with native bitness of the compiler. Change-Id: I41fdec130a63e0c0d07f1df228031014cd2351c2
2014-01-08Update mdds to 0.10.1, set it as the required baseline.Kohei Yoshida1-1/+1
This update will obsolete two patches that were previously applied. Change-Id: I521e939905e473ca5d440dea3b03faeb9af4c0fb
2014-01-06fdo#73087: python3: upgrade to version 3.3.3Michael Stahl1-1/+1
- drop obsolete/upstreamed patches: python-3.3.0-ffi-clang.patch.1 python-3.3.0-15833.patch.1 one hunk of python-3.3.0-aix.patch.1 in fficonfig.py.in Change-Id: I12f0f78a172067986b63455847015ea2430a084c Reviewed-on: https://gerrit.libreoffice.org/7278 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-01-06$MSM_PATH($msmdir) needs a path separator at the end of the line.Tomofumi Yagi1-2/+2
A error occurs in Visual Studio Express and Windows 7/8/8.1 environment, if a path separator at the end of the line is missing. The registry entry for Merge Module directory has a path separator as suffix. Change-Id: Ic1c51716631980e89f5bfa11a1d76b45c35e920e Reviewed-on: https://gerrit.libreoffice.org/7272 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2013-12-31Print more specific error message.Matúš Kukan1-1/+1
Change-Id: Idf309ab4ae4f9539327e94dbd8dd465822300c81
2013-12-26Accept also the iOS 7.1 SDKTor Lillqvist1-1/+1
Change-Id: I1e93d23be2f7738062f419680872b94d2ccdcc8c
2013-12-26When using --with-macosx-sdk=10.8 or 9, use xcode-select -print-pathTor Lillqvist1-7/+3
I want to be able to use of a separate Xcode installation (like a developer preview) instead of the /Applications/Xcode.app one. Change-Id: I1faa84d028a8df6b4fc61b321fd2a6cde9a0ab0f
2013-12-21build fixAndras Timar1-3/+3
Change-Id: I6a2e8e69106584b6b7c9af35d4e0e79bf6ef5342
2013-12-20typo fixesAndras Timar1-1/+1
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-12-19Use embedded DWARF in the iOS apps except for in release buildTor Lillqvist1-0/+7
Running dsymutil takes much too long to be bearable during development. But when building for actual release we do want a separate dSYM of course. (Of course none of the current iOS apps in the source are intended to be actually "released". But add this logic just for completeness.) Change-Id: Ibb5037d6926e969a891269d6c9d86232bc01cb3c
2013-12-19Don't enable OpenCL on OS X 10.5Douglas Mencken1-5/+7
Change-Id: I5b74d9a043c793ff5176b10786c09041207509a6 Reviewed-on: https://gerrit.libreoffice.org/7138 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-12-17gbuild: remove obsolete SOLARLIBMatúš Kukan1-6/+0
Change-Id: I6fcf5ff3a8f543079c3c8d37a728eb0ba6e0587e
2013-12-17touch -h requires the file to exist, funnily enoughTor Lillqvist1-0/+1
Change-Id: I38639236f9e7cc2ec8f4e4f9adc708822bc2f73d
2013-12-17Touch a plain file and not /dev/null to avoid problem on Cygwin at leastTor Lillqvist1-1/+1
Touch the "warn" file that we use to save warnings detected during configury. Change-Id: I44ad9a878f7768af6046337c0465e00061306dda
2013-12-17Pass also Xcode's ARCHS, OTHER_CFLAGS and OTHER_CPLUSPLUSFLAGS in lo.xcconfigTor Lillqvist1-6/+7
ARCHS tells Xcode to build the architecture for which the LO code has been built. The CFLAGS properties make sure the same -D flags are used as for the LO code. Change-Id: I3c8af0ff9fba7d0b4eddbc0af9aad44fb385314c
2013-12-17Bump curl version check to 7.19.4 in configure.acDouglas Mencken1-2/+2
Constants CURLPROTO_HTTP, CURLPROTO_HTTPS, ... have been introduced in curl 7.19.4. With current requirement (>= 7.13.1), we would get build errors like "cmis/src/libcmis/base-session.cxx:841: error: CURLOPT_PROTOCOLS was not declared in this scope" in cases of using curl < 7.19.4. Change-Id: Ifa6c56fc71715cceb19d30bb2d6f48f0b1dbd7da Reviewed-on: https://gerrit.libreoffice.org/7050 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-12-17Add check for touch -h to configure.acDouglas Mencken1-0/+9
Change-Id: I53c452dac9cef64fce9a3e7e28956efe95fc4c24 Reviewed-on: https://gerrit.libreoffice.org/7046 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-12-15Add OS X 10.5 support to configure.acDouglas Mencken1-11/+76
Change-Id: I16ea9850ae2dab0500940cec0a1873e6c5ccfdae Reviewed-on: https://gerrit.libreoffice.org/7030 Reviewed-by: Douglas Mencken <dougmencken@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-12-05fdo#39956 Delete JABDavid Ostrovsky1-20/+0
JAB has been discontinued in favor of the native IA2 bridge. Change-Id: I88461f73c620507d3e97b077ea2abdd2229322e1 Reviewed-on: https://gerrit.libreoffice.org/6819 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-12-05We need an ENABLE_CURL, tooTor Lillqvist1-0/+4
It is not enough to just have CURL in BUILD_TYPE or not. At least the ftp UCP requires libcurl unconditionally, so it can't be built if we don't have either a system or bundled libcurl. Change-Id: I38e9939acb160d581e9a070a6cd7a0c89ddb5266
2013-12-05Let's try to manage without building libcmis for iOSTor Lillqvist1-1/+8
libcmis needs curl and sice 618052e201318bcfba8a0fcdd29cf88eaa4a143e we don't build that for iOS. Change-Id: I78b5faa1a997a3e304cdbd80e254eab370caf552
2013-12-05Some TABs had crept in againTor Lillqvist1-5/+5
Change-Id: If48a84fc7ccb1fc1ca37a6e9fe2e29473f1f32a6
2013-12-04Bin ATSUI codeTor Lillqvist1-21/+0
TDF has been shipping a CoreText-using LO since 4.1 and the sky hasn't fallen. Getting rid of the ATSUI code will make other needed refactoring easier. Change-Id: I494096c3988ea26fa2b336621857d32b64b040f0
2013-12-04Those AFM files are not used anymoreKhaled Hosny1-21/+0
They were used to build metrics for printer built in fonts, which was dropped in the previous commit. Change-Id: Id9fb3108facec61eb6de0a2d16546f1187465e50 Reviewed-on: https://gerrit.libreoffice.org/6861 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-03Kill --with-check-jobs as it is ignored anyway.Matúš Kukan1-6/+0
since 4eebd65858655eef3f39e40ecbe74c505f6b4688 Change-Id: Ia754906e0de06690e43f2b1063f315659e50da3e
2013-12-01upload libeot-0.01David Tardon1-17/+1
Change-Id: I877cab5e13ebb52911b2e238a0f4ebb87cda73e9
2013-11-22Be more realisticTor Lillqvist1-2/+3
Change-Id: Id83205bfe65d2880bef4741b2c65049e4221d7c6
2013-11-21Let's try to manage without building curl for iOS for nowTor Lillqvist1-0/+3
There was some minor problem in building curl for iOS and I was feeling lazy and didn't want to bother fixing that. The experimental LibreOffice app linked fine without curl. Change-Id: I9ed1fb814bf8b6c4e2a01a58812face68ae2fb68
2013-11-21--enable-ia2 no longer disables Java access bridgeMichael Stahl1-1/+0
Just install both; 448727e598ca0c35ee9cd6f2c25a847c8147943b already made IA2 an experimental feature with fallback to Java access bridge if experimental mode is disabled. Change-Id: I4ca64adbc586bd87b4d28087709f5c2e02bf7990
2013-11-21Save downloaded tarballs under external/tarballs/Norbert Thiebaud1-1/+5
The choice of src/ as a place to save those tarballs was unfortunate, since it is used everywhere else for own source code. After moving all external modules to external/, it makes sense to put the tarballs there too and, while at it, use a more appropriate name. If src exist as a directory, we move it to external/tarballs and leave a link behind for backward compat for people switching from after to before the change in the git repo. Change-Id: I045c4470945f5fadf7760855833ef58e6594ec80 Reviewed-on: https://gerrit.libreoffice.org/6597 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-11-21bump version to 4.3.0.0.alpha0+Christian Lohmaier1-1/+1
Change-Id: If4b45ae0455806b6eee57e49d308127ab1207b98
2013-11-21--enable-ia2 disables building java-bridge, so disable packaging it tooMichael Stahl1-0/+1
Change-Id: I7e3b2d47af9a9b91b22df43fc56cdfd3522de6d8
2013-11-20More garbageStephan Bergmann1-3/+2
Change-Id: I6e3f98b932f020bc7b1e8e9ba28503dd60d3fb9d
2013-11-20Presumably a typoStephan Bergmann1-1/+1
Change-Id: If9a0db76cd7ce21edddc57346e71da1bdf995b25
2013-11-20Separate Impress Remote from Android build.Andrzej J.R. Hunt1-10/+30
Previously the Impress Remote app could only be built within gbuild when building the entirety of LO for Android, it can now be enabled separately to be built within any LO build. (Note that the app could still be built separately without doing a full Android build of LO by using the android build tools and/or IDE.) Conflicts: config_host.mk.in Change-Id: I21d4389082a1492a3c9029d630f3fff97d9ba99a Reviewed-on: https://gerrit.libreoffice.org/6146 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-11-20Revert "fdo#67060 do not package RPM-only install script to DEB packs"Michael Stahl1-0/+1
Put back the definition of WITH_RPM: otherwise a build --with-pkgformat=archive fails since the scripts/install is not built. Leave in the change to installer that should fix the original DEB bug. This reverts commit 4f995b395ea347469ca9c7681d2f01f63e966d96. Change-Id: I0cf4ba003237c66dfb7a0677d6a32a69f8203c6b
2013-11-20fdo#67060 do not package RPM-only install script to DEB packsAndras Timar1-1/+0
This reverts commit 5003ab57eee903d072fc7fac8cb5c69a34fb9d5c. It did not work, when both RPM and DEB were selected as targets. Change-Id: I90c74f0d00804b80daeca2c69d1f12e094243a81
2013-11-19fix Makefile.inBjoern Michaelsen1-11/+0
- unify ~all gbuild targets to one gbuild call - kill CHECK_PARALLELISM as we dont respect it consistently anyway - ${MODULE}.subsequentcheck needs no specialcasing now anymore too - should fix e.g. "make unitcheck slowcheck subsequentcheck" calls Change-Id: I4238d7de599cb9fbaf09f60539d6655b85b87c29 Reviewed-on: https://gerrit.libreoffice.org/6722 Reviewed-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-11-19Add data for Alfresco Cloud CMIS connectionCédric Bosdonnat1-4/+44
Change-Id: Ie5374f2e81e1429294805f05ae432fba86cc50df
2013-11-19Add --enable-ia2 configuration optionDavid Ostrovsky1-0/+20
Change-Id: I950c47bd95d5bb4aacf9e584c8e2eeef461af71f