summaryrefslogtreecommitdiff
path: root/config_host.mk.in
AgeCommit message (Collapse)Author
2013-09-13configure: ensure that install_name_tool matches the toolchain...Michael Stahl
... used to build, since otherwise it'll break with "malformed object" errors. Alo replace now unused XCRUN variable. Change-Id: I58a20c34f903b7a7acb46597d94243389e6b3842
2013-09-11Towards a working instdir for Mac OS X: some LIBO_URE_BIN_FOLDER fixesStephan Bergmann
Change-Id: I0583136acd5d92101ad1a23392735ed76581c0b8
2013-09-09gbuild: fix Jar layers for WNTMichael Stahl
Change-Id: I516abd165f947c155f3e969e27f51fb093bfa8fc
2013-09-09properly generate rc filesMatúš Kukan
Change-Id: I1152270fe9579bc1f5eeab0d1a1d4b9673f6a7ad
2013-09-09replace variables in main.xcd already in gbuildMatúš Kukan
In main.xcd we have some variables which used to be defined mostly in instsetoo_native/util/openoffice.lst and replaced in installer. Process the file in custom target, so we can copy correct main.xcd directly with gbuild. Change-Id: Ie2b1b6da1adb161394f69c345bbe8671cfafb7c4
2013-09-09jvmfwk: install also into instdirMatúš Kukan
Change-Id: I4004361a85af4e6aed9dd0951d1154a2d99f97e7
2013-08-29make the tinderbox information more reliable in the about dialog (fdo#58034)Petr Mladek
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
2013-08-28add --with-help=common parameter to the configure optionPetr Mladek
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.
2013-08-21avmedia: vlc - with the wrapper we no longer need cflags / libs.Michael Meeks
Change-Id: I824aa1e7908acefe898b7f24b323426f1cce250c
2013-08-21We don't seem to actually need glibc getoptTor Lillqvist
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>
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist
Lots of stuff still either ended up in the wrong place, or was looked up from the wrong place, or both. Fix most cases. Change-Id: I06ebbce207c219f3cd82b4387dd9b3fdb83420d4
2013-08-18AC_DEFINE an ENABLE_MACOSX_MACLIKE_APP_STRUCTURETor Lillqvist
Change-Id: I6aab77fd253baf1fbbfa82d82bd4e83ddd9e3299
2013-08-10Start of enabling use of a more proper "Mac-like" install tree structureTor Lillqvist
First cut was at https://gerrit.libreoffice.org/#/c/2310/ but was abandoned by myself. Now getting back to the idea, but this time I will make it optional on OS X, and introduce it in smaller steps. Change-Id: Id88517fee8d49056b8bbecb0921206dc6b29580b
2013-08-09try to ensure not testing GCC version when using ClangLuboš Luňák
Clang reports itself as GCC 4.2.1 when asked the GCC way, which is about as good an answer as any, since there's no good mapping between them. So when testing GCC version, Clang would be usually considered too old, and therefore the proper way is to do a configure check if possible. GCC version should be only used for GCC-specific things such as avoiding a bug in a specific GCC version, and such testing should first check the compiler is not Clang. Rename GCCVER to GCC_VERSION and use it throughout the build system where needed. As it's empty for anything that's not GCC, this should lead to errors when used incorrectly. Change-Id: Iea96bbaf5d8ceabefa25be88576eeb4115384937
2013-08-05do not base feature checks on gcc versionLuboš Luňák
Clang reports itself to be gcc4.2, so there fail there, instead use configure checks. Change-Id: Idb44a5c875b24a15546a6495de02a1b4af898443
2013-07-26Move the (unimplemented) READONLY_INSTALLSET flag into config_features.hTor Lillqvist
Change-Id: Icce89cc2a3c8089aa248a176ab92b545c36b1091
2013-07-26initial configure pieces for VLC detection.Michael Meeks
Change-Id: I1001d7f87c3e3194c04ea9d1ef97a87898f891ea
2013-07-25Move the Avahi entries into sorted locationTor Lillqvist
Change-Id: I35e638ffa0766fe39cdfef2123f1db31d9558438
2013-07-25avahi patchSiqi
Change-Id: I782389f00f486158313fd87bd36c0726f56f6ab6 Signed-off-by: Siqi LIU <me@siqi.fr>
2013-07-19gbuild: add support for auto-creationa nd reuse of binary package.Norbert Thiebaud
many so-called 'external' libraries are built using the UnpackedTarball/ExternalProject pattern, and their build is quite stable... they can go month without any changes. Yet some buildbot, that need to do full build, build them over and over again. This patch introduce the infrastructure to shortcut these build by using a binary package of the build result Change-Id: Ib0daf2a9d1a1f76802273c093bae7df8da4a90f8 Reviewed-on: https://gerrit.libreoffice.org/4764 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-07-16Build firebird 2.5 internally. Also adds libatomic_ops.Andrzej J.R. Hunt
Change-Id: I44a45e781dfb3624cdebf4530ae44870bf39a82a
2013-07-16Firebird: initial implementation of the skeleton driver.Javier Fernandez
Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd
2013-07-11we do not support any platform with bison < 2.0 anymoreNorbert Thiebaud
Change-Id: Ia2c1c6ed43c6a42fa1a65a22f4c8d68de216706c Reviewed-on: https://gerrit.libreoffice.org/4822 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-07-08Duplicate lineStephan Bergmann
Change-Id: I02799a057d33826ec716ef19326ca2fb0880cd1f
2013-06-28stop copying MSVC debug runtime DLLsMichael Stahl
This is apparently not necessary with MSVC 2012; builds and all tests run here without those DLLs in the solver. Change-Id: If352fb3702d7dae57deb19959eab8eb0fedea318 Reviewed-on: https://gerrit.libreoffice.org/4414 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-06-26Need to use the right libtool on OS XTor Lillqvist
Change-Id: I37b2a892143892740674ce9882ed61ea88eda894
2013-06-21Reintroduce --with-linked-git optionLionel Elie Mamane
With slightly different semantics: Instead of pointing at a previous checkout, point at base directory of all repos. Change-Id: I254ecc33071be53067c44610b030f737cf75a7ee
2013-06-20remove last uses of config 'GUI' variableMatúš Kukan
Change-Id: I97188235f0b72b5b54423e05deeaf17c5c681048 Reviewed-on: https://gerrit.libreoffice.org/4188 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-06-18Let WINDOWS_SDK_WILANGID override the location of WiLangId.vbsStephan Bergmann
...see new TODO comment in configure.ac Change-Id: Id3ffd45357a3f539f3d3f068528019334d929654
2013-06-17initial opencl configure pieces.Michael Meeks
Change-Id: I5592fdab8f6029e371b3d70f3334b737a6262eac
2013-06-13rename HAVE_CXX0X->HAVE_CXX11 and clean up to #define in a config headerLuboš Luňák
Change-Id: Id13e77fe890301a8510952994a91853568a7aea6
2013-06-04MPLv2 subset improvements.Michael Meeks
2013-05-31Bin more VS2008 bitsTor Lillqvist
Change-Id: Ia52fdae1e386ea92f11185ce7cdac65baed10495
2013-05-28Enable optionally using libc++ on OS X (when targeting 10.7 or later)Tor Lillqvist
Experimental work in progress. Change-Id: I92663e07c7322037182141603f72c6d442da6ee9
2013-05-24stop delivering freetype headersDavid Tardon
Change-Id: I8e14cc411520272969cfd24048e403b9fd53cde4
2013-05-24stop delivering fontconfig headersDavid Tardon
Change-Id: Idb11e26ddf19c5424b838586dbd1d8d34a93cf23
2013-05-16move copy/pasted ICU_CFLAGS/ICU_LIBS to configureMichael Stahl
Change-Id: I078cccd57331d40118bcc40fb4eb66b113848caf
2013-05-15gallery: allow disabling the from-source build in configureStephan Bergmann
Change-Id: Ic390ceeb9f52953d5dea6999b194956e90eb4629
2013-05-15Don't export a variable called PATH_SEPARATORTor Lillqvist
It used to be mis-spelled PATH_SEPERATOR. Now, after correcting the spelling, it breaks the build of 3rd-party libraries using autoconfigury on Windows. The value of PATH_SEPARATOR is ";" on Windows, and the configure scripts of those libs run in Cygwin and assume that a PATH_SEPARATOR environment variable should be correct for Cygwin. Which ";" isn't. Rename the variable to LIBO_PATH_SEPARATOR. Change-Id: Iff0eb93bf11d9f844a28be7ea4456e4c0ae10844
2013-05-15drop now unused DEFAULT_TO_ENGLISH_FOR_PACKINGDavid Tardon
See http://lists.freedesktop.org/archives/libreoffice/2013-May/051706.html for explanation. Change-Id: Ieb7480f9f7a64a026abc985edde3ed932c1e8f56 Reviewed-on: https://gerrit.libreoffice.org/3908 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-15UNIXWRAPPERNAME is unusedTor Lillqvist
Change-Id: Ic25acc8413960c2268b5fffc287e8e4f3165a767
2013-05-15What is PSPRINT, seems unusedTor Lillqvist
Change-Id: Ib194156122c91a8911b748004e658835986ffc67
2013-05-15MKDEPENDSOLVER seems unusedTor Lillqvist
Change-Id: I35c5ec82a59e28c887ece8dc3ad10de764a3e66e
2013-05-15MINGW_PYTHON_EXE is unusedTor Lillqvist
Change-Id: I4fb439a3605fc031b0f2e5ca4c91b6413e188181
2013-05-15MFC_LIB is unusedTor Lillqvist
Change-Id: I43fb5190f3dff8b2ab1d4ca043a8c852cc353ba8
2013-05-15MFC_INCLUDE is unusedTor Lillqvist
Change-Id: I8aa68985734aa3a2931727415b5bd412af6e6cd0
2013-05-15LIBO_THIS_YEAR is used only as an AC_DEFINEd variableTor Lillqvist
Change-Id: I0c9676fcffbb1080a7d8dd26c80f9a9af08aa04c
2013-05-15LIBMGR_X64_BINARY is unusedTor Lillqvist
Change-Id: Ic3ea17a66d8cc045088ce2a625a79569c8fec431