summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* python3: fix the MacOSX build here tooMichael Stahl2013-09-131-0/+2
| | | | | | | /usr/bin/install -s will invoke "xcrun strip", and there are a few hardocded install_name_tool left. Change-Id: I839af379320b4886c45a12c9a1d4fa88d2ef0059
* For fun, handle --enable-64-bit for iOS, tooTor Lillqvist2013-09-131-3/+18
| | | | Change-Id: I745d51c5b8f4296c00ae1b652b42a311d89a0ed9
* Use consistent indentationTor Lillqvist2013-09-131-93/+93
| | | | Change-Id: I2989e2aea344a7079a6da158ca318c3496c813ff
* configure: also cure nm's malformed object diseaseMichael Stahl2013-09-131-0/+2
| | | | Change-Id: Idedefb7bdd37ba2039112707510afc030718e281
* configure: ensure that install_name_tool matches the toolchain...Michael Stahl2013-09-131-4/+4
| | | | | | | ... used to build, since otherwise it'll break with "malformed object" errors. Alo replace now unused XCRUN variable. Change-Id: I58a20c34f903b7a7acb46597d94243389e6b3842
* argh /me stupidMichael Stahl2013-09-131-6/+6
| | | | Change-Id: If77e1165efec7e8ef008beaeb4e6d17997ee416c
* configure: find MacOSX SDKs in /Applications/Xcode.app/Contents/DeveloperMichael Stahl2013-09-131-3/+23
| | | | | | | | ... and also export DEVELOPER_DIR so that xcrun returns CC and CXX values that match each other and the found SDK too, which was not previously the case on oddly set up machines with multiple SDKs. Change-Id: Iaed362b369b558b706926f1d15d170db580a4724
* Revert "Visibility doesn't seem to work as we want in Apple's Clang"Stephan Bergmann2013-09-111-8/+0
| | | | | | | | | | | | This reverts commit e5143062887093037cab8f936288af8408576ea8; not sure what problems exactly it was supposed to work around, but at least a "make check" against Apple's Clang "Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)" on Mac OS X 10.8 works flawlessly. Conflicts: configure.in Change-Id: Ib7c80dd29e9e7a92b90be3919cd097b7e64883a1
* Towards a working instdir for Mac OS X: some LIBO_URE_BIN_FOLDER fixesStephan Bergmann2013-09-111-0/+1
| | | | Change-Id: I0583136acd5d92101ad1a23392735ed76581c0b8
* configure: PRODUCTNAME changes on --enable-release-build,Michael Stahl2013-09-101-1/+1
| | | | | | | | | | | ... not on --enable-dbgutil as erroneously assumed in 2c1f814d36d7d61b28cca2740d916cfb841095c7. Apparently the other (non-naming) changes of omitting --enable-release-build are "DEVELOPMENTPRODUCT 1" which causes "WRITE_REGISTRY" to be set to 0 and "LOCALUSERDIR $ORIGIN/..". Change-Id: Ib3ea3b7f21523773490836853d155985b68719ee
* gbuild: fix Jar layers for WNTMichael Stahl2013-09-091-0/+1
| | | | Change-Id: I516abd165f947c155f3e969e27f51fb093bfa8fc
* properly generate rc filesMatúš Kukan2013-09-091-0/+1
| | | | Change-Id: I1152270fe9579bc1f5eeab0d1a1d4b9673f6a7ad
* change PRODUCTNAME for --enable-dbgutil buildMichael Stahl2013-09-091-1/+5
| | | | | | | The previous commit changed several nodes in main.xcd from LibreOfficeDev to LibreOffice; revert that. Change-Id: Ib1c114a0716a6a930c52c9c9a9144154fcb3934d
* jvmfwk: install also into instdirMatúš Kukan2013-09-091-0/+1
| | | | Change-Id: I4004361a85af4e6aed9dd0951d1154a2d99f97e7
* install images with filelistsMatúš Kukan2013-09-091-1/+0
| | | | Change-Id: I3946b44838c659cad12d288c8a1ed5137c3e554e
* Check for FT_Face_GetCharVariantIndex at build timeKhaled Hosny2013-09-061-0/+8
| | | | | | | | | | | | | | | No more dlsym() hacks. The downside is that LibreOffice built on systems with old FreeType will not be able to use FT_Face_GetCharVariantIndex() on newer systems, but most Linux users use their distribution builds anyway. This only affects the use of Unicode Variation Selectors which is an exotic feature that wasn't even supported on Linux before 4.1. Change-Id: I674822ef5bc8d7940a821a01cc85ae7a6d39a80e Reviewed-on: https://gerrit.libreoffice.org/5844 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Revert "fdo#68552: Don't (attempt to) do run-time expansion of build-time ↵Michael Stahl2013-09-051-19/+1
| | | | | | | | parameters" This reverts commit ac4e19f9085dbd0103c7336a5318aa1e55b3e3e0. Unfortunately does not work if BUILDDIR is different from SRCDIR.
* fdo#68552: Don't (attempt to) do run-time expansion of build-time parametersTor Lillqvist2013-09-051-1/+19
| | | | | | | | | | | The $(share_subdir_name) things in the filter fragment .xcu files didn't actually work it seems. But anyway, it's a bit silly to do expansion at run-time of $(foo) things known at build-time anyway. Thanks to sberg for pointing this out. So just use the normal configury .in mechanism for these. Simpler. Change-Id: I14b3e5cc5169b34df8a1d7ff07cc28452c67bcc8
* Remove unneeded configure.ac firebird parts.Andrzej J.R. Hunt2013-09-041-14/+0
| | | | | | | Change-Id: I2a6997d62d4e12d67261fbfe07e71fbd816cde04 Reviewed-on: https://gerrit.libreoffice.org/5807 Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
* Require FreeType >= 2.2.0Khaled Hosny2013-09-041-3/+2
| | | | | | | | | | That should be older than what RHEL-5 have, so closer to our real baseline. Cleanup checks for older FreeType as a side effect. Change-Id: I10dc6a3064b6be88cd7bdc72c501d50df4a2613b Reviewed-on: https://gerrit.libreoffice.org/5804 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Switched to use libcmis' future 0.4.0 codeCédric Bosdonnat2013-09-021-1/+1
| | | | | | | | This means that building with internal libcmis won't work. Make install libcmis master code and use --with-system-libcmis to build after this commit Change-Id: I3df31b299cfc462436681bb36a62c626b3ce3dfe
* misc unnecessary FALSE: Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud2013-08-301-5/+5
| | | | Change-Id: I96cadd25f1c26fd620701a377ca20702ea969460
* ENABLE_LOCKDOWN Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud2013-08-301-3/+3
| | | | Change-Id: I47b2d7a59bbf1f5a96523d451c8b6f4fa12c8e90
* ENABLE_PACKAGEKIT Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud2013-08-301-2/+2
| | | | Change-Id: I966f70b17ce9be2c0db015db88dd09ed01dd6387
* ENABLE_MACOSX_MACLIKE* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud2013-08-301-1/+1
| | | | Change-Id: I0c51975c1c13dbd100bbd8e6103835ce8a8c3691
* ENABLE_MARIADBC Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud2013-08-301-3/+3
| | | | Change-Id: Icd6f385a8c9fcb67d2e448580e66ab97f63a99a6
* ENABLE_MACOSX_SANDBOX Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud2013-08-301-2/+2
| | | | | | | Change-Id: Ice05796a9887c4ff311b78fcddd9820e0f06e7f1 Reviewed-on: https://gerrit.libreoffice.org/5708 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* ENABLE_MINIMIZER Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud2013-08-301-3/+3
| | | | | | | Change-Id: I10c52844c6e83f6b88cf736c03d93e710a69432a Reviewed-on: https://gerrit.libreoffice.org/5705 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* ENABLE_MEDIAWIKI Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud2013-08-301-7/+7
| | | | | | | Change-Id: I4561c2cd3b937cbd0085d1e94930d5f458281d11 Reviewed-on: https://gerrit.libreoffice.org/5704 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* ENABLE_RELEASE_BUILD Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud2013-08-301-6/+6
| | | | | | | Change-Id: I7387ff3d3adf9a4e7c15466076e9d84d4892bb3e Reviewed-on: https://gerrit.libreoffice.org/5703 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* ENABLE_SCRIPTING_* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud2013-08-301-4/+4
| | | | | | | Change-Id: I937967889da75062c792cf377ce4e13c67526162 Reviewed-on: https://gerrit.libreoffice.org/5702 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* ENABLE_BLUETOOTH* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud2013-08-301-6/+6
| | | | | | | Change-Id: Ia27882faa9c85c439bc1f77987d766f65f1d8cef Reviewed-on: https://gerrit.libreoffice.org/5699 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Fix inconsistant use of value for DISABLE_ACTIVEXNorbert Thiebaud2013-08-301-1/+1
| | | | Change-Id: I9b917fb557c0582ad9235562e882ae2de4d4246f
* allow building with older libjpeg againCaolán McNamara2013-08-301-11/+0
| | | | | | | we don't really care what the error number is, so long as its an error of some kind so just sed JERR_BAD_CROP_SPEC to JERR_CONVERSION_NOTIMPL Change-Id: Iae41de7b720ce2e60c7092d15983aa1c4ba14c89
* Decouple setting -std=gnu++11/c++11 from setting -stdlib=libc++Stephan Bergmann2013-08-301-23/+16
| | | | | | | | Forcing -stdlib=c++11 into CXX upon --enable-libc++ instead of only into CXXFLAGS_CXX11 as done normally caused external projects to unexpectedly pick it up, causing build failures in firebird. Change-Id: I588d75ccbde6b9fd4f38e10a0c67c2f6086f8977
* Find also a 64-bit JDK on WindowsTor Lillqvist2013-08-301-18/+27
| | | | Change-Id: I2364d4e4e2b2d032bdf03316ee9523cb085112c8
* ENABLE_NPAPI_* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud2013-08-301-6/+6
| | | | | | | Change-Id: Ia7575f0f51bc3ba355ec01d937bd155adb287572 Reviewed-on: https://gerrit.libreoffice.org/5684 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* ENABLE_CORETEXT: Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud2013-08-301-2/+2
| | | | | | | Change-Id: I39153ee042b171f7cd1ffa6b50c490d2c9fa33cb Reviewed-on: https://gerrit.libreoffice.org/5685 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* liblangtag: harmonize ENABLE_* variable to use TRUE/<nothing>Norbert Thiebaud2013-08-301-2/+1
| | | | | | | Change-Id: I6e231516476f3b9512e239ccf678048c87d25aa5 Reviewed-on: https://gerrit.libreoffice.org/5682 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* UntabifyTor Lillqvist2013-08-301-9/+9
| | | | Change-Id: Ib03ac597e920c3d09b56a78f41f10ea0e19e311e
* Surely we want only a 1.7 or 1.6 JDKTor Lillqvist2013-08-301-1/+1
| | | | Change-Id: I3fa71d19789d9cbdc44db172e0a63f5e5ed85f43
* Fix weird indentationTor Lillqvist2013-08-301-7/+7
| | | | Change-Id: I291856b9f37ea967c1f8d44cce05f53b52ed8b75
* check for boost >= 1.47 and SHA512_CTX (openssl >= 0.9.8) in configureRene Engelhard2013-08-291-1/+7
| | | | Change-Id: If070d0bcafb208bb8d4104e48540cc1b2bf23db6
* VLC is not related to gstreamerTor Lillqvist2013-08-291-9/+7
| | | | Change-Id: I3b88c1e12a254766f4d8c1de27d0cc9bd2ccbacf
* Allow to set EXTRA_BUILDID also via environment variable (fdo#58034)Petr Mladek2013-08-291-1/+3
| | | | | | This is much easier with tinderboxed that work with static autogen.input Change-Id: Ifb0b7884bbad14a286023b3dbd7d1d2a12f36787
* make the tinderbox information more reliable in the about dialog (fdo#58034)Petr Mladek2013-08-291-1/+2
| | | | | | | Pass the information via config_host/config_buildid.h. Then cui/source/dialogs/about.cxx will get rebuilt also in the incremental build. Change-Id: I058cbe162e7015cbea6c71253c20db097477708f
* Do not silently ignore --enable-libc++Stephan Bergmann2013-08-291-1/+7
| | | | Change-Id: Ifbabb338739ae452bee6cac73e4b2046356a4d17
* add --with-help=common parameter to the configure optionPetr Mladek2013-08-281-4/+20
| | | | | | | | | It allows to build only the common parts of the help, e.g. bundle the helpcontent-related icons. It is useful when the build content is built separately. For example, it is used to speed up the build of the main package in openSUSE Build Service.
* avmedia: vlc - with the wrapper we no longer need cflags / libs.Michael Meeks2013-08-211-4/+0
| | | | Change-Id: I824aa1e7908acefe898b7f24b323426f1cce250c
* We don't seem to actually need glibc getoptTor Lillqvist2013-08-211-5/+2
| | | | | | | Change-Id: I1f221533f5ea684d113bdc45c04bf84405140f9f Reviewed-on: https://gerrit.libreoffice.org/5539 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>