summaryrefslogtreecommitdiffstats
path: root/config_host.mk.in
Commit message (Collapse)AuthorAgeFilesLines
* stop delivering freetype headersDavid Tardon2013-05-241-0/+1
| | | | Change-Id: I8e14cc411520272969cfd24048e403b9fd53cde4
* stop delivering fontconfig headersDavid Tardon2013-05-241-0/+1
| | | | Change-Id: Idb11e26ddf19c5424b838586dbd1d8d34a93cf23
* move copy/pasted ICU_CFLAGS/ICU_LIBS to configureMichael Stahl2013-05-161-0/+2
| | | | Change-Id: I078cccd57331d40118bcc40fb4eb66b113848caf
* gallery: allow disabling the from-source build in configureStephan Bergmann2013-05-151-0/+1
| | | | Change-Id: Ic390ceeb9f52953d5dea6999b194956e90eb4629
* Don't export a variable called PATH_SEPARATORTor Lillqvist2013-05-151-1/+1
| | | | | | | | | | | | 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
* drop now unused DEFAULT_TO_ENGLISH_FOR_PACKINGDavid Tardon2013-05-151-1/+0
| | | | | | | | | | | | 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>
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-151-1/+1
|
* UNIXWRAPPERNAME is unusedTor Lillqvist2013-05-151-1/+0
| | | | Change-Id: Ic25acc8413960c2268b5fffc287e8e4f3165a767
* What is PSPRINT, seems unusedTor Lillqvist2013-05-151-1/+0
| | | | Change-Id: Ib194156122c91a8911b748004e658835986ffc67
* MKDEPENDSOLVER seems unusedTor Lillqvist2013-05-151-1/+0
| | | | Change-Id: I35c5ec82a59e28c887ece8dc3ad10de764a3e66e
* MINGW_PYTHON_EXE is unusedTor Lillqvist2013-05-151-1/+0
| | | | Change-Id: I4fb439a3605fc031b0f2e5ca4c91b6413e188181
* MFC_LIB is unusedTor Lillqvist2013-05-151-1/+0
| | | | Change-Id: I43fb5190f3dff8b2ab1d4ca043a8c852cc353ba8
* MFC_INCLUDE is unusedTor Lillqvist2013-05-151-1/+0
| | | | Change-Id: I8aa68985734aa3a2931727415b5bd412af6e6cd0
* LIBO_THIS_YEAR is used only as an AC_DEFINEd variableTor Lillqvist2013-05-151-1/+0
| | | | Change-Id: I0c9676fcffbb1080a7d8dd26c80f9a9af08aa04c
* LIBMGR_X64_BINARY is unusedTor Lillqvist2013-05-151-1/+0
| | | | Change-Id: Ic3ea17a66d8cc045088ce2a625a79569c8fec431
* JAVACISKAFFE is unusedTor Lillqvist2013-05-151-1/+0
| | | | Change-Id: Id3bc14b65e761dc230491dd8cf4c3785a0eaa37e
* DYNAMIC_CRT is unusedTor Lillqvist2013-05-151-1/+0
| | | | Change-Id: Iabeec6542d18f773a0ae5781214ec7d4ce02b3ab
* DIRECTXSDK_LIB is not used outside configure.acTor Lillqvist2013-05-151-1/+0
| | | | Change-Id: I2cdd158528197630ec54873bd164077a8765542e
* CC_FOR_BUILD is not used outside configure.acTor Lillqvist2013-05-151-1/+0
| | | | Change-Id: I6031f20452183449b2087ce6904c83d8bdbeddfd
* CXX_FOR_BUILD is not used outside configure.acTor Lillqvist2013-05-151-1/+0
| | | | Change-Id: I02c55ccd0a137a0d7a3a131dd0576a8a85afe24a
* COMP_ENV is unusedTor Lillqvist2013-05-151-1/+0
| | | | Change-Id: Ic1cb9f1c855bd93ba1b0625e5c0d0565a0eb4567
* ANDROID_NDK_TOOLCHAIN_VERSION_SUBDIR is not used outside configure.acTor Lillqvist2013-05-151-1/+0
| | | | Change-Id: Ic55f27516a6d34c20593eba07808d371901a1d67
* ANDROID_NDK_HOME is not used outside configure.acTor Lillqvist2013-05-151-1/+0
| | | | Change-Id: I67b4ffa9c6cfe5558a9340495baad924aa16e11a
* FRAMEWORKSHOME is not used outside configure.acTor Lillqvist2013-05-151-1/+0
| | | | Change-Id: Ic8eae6d7e9590ad75c414568877aa093c92ce536
* config_host.mk: remove DMAKE variablesMichael Stahl2013-05-141-2/+0
| | | | Change-Id: I2e768f92ea6f4302ebede403e84d7bc70b4f3107
* USE_FT_EMBOLDEN has never been usedKhaled Hosny2013-05-111-1/+0
| | | | Change-Id: Idd30f6fcf9d1e4d2af5f49caffa91d6ce30bb196
* don't override TMPDIR with /tmp on cygwin, cleanup TMPDIR/TMP handlingChristian Lohmaier2013-05-101-1/+0
| | | | | | | | | | | | on cygwin, configure forced TMPDIR to /tmp, regardless whether it is set or not. And while it respects an existing value of TMP, TMP is only used in a few places. Changes the ones that explicitly check for TMP to prefer TMPDIR, and don't duplicate configure's check in other scripts. Change-Id: Ia8ac3f8d92e5f971c5237b85f66f7c0a58932930 Reviewed-on: https://gerrit.libreoffice.org/3701 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* configure: substantially de-bong libpng handlingMichael Stahl2013-05-081-1/+0
| | | | | | | | | | - remove --unix-qstart-libpng: the internal libpng is static lib so this option is pointless - clean up duplicative libpng checks - replace usage of ENABLE_QUICKSTART_LIBPNG with ENABLE_HEADLESS, which is the one case where it could still be disabled Change-Id: Ie2e2c7e4a2396572742fdf056bf23c4271f04811
* Splitting writerperfect into serializer and libodfgenFridrich Štrba2013-05-021-6/+9
| | | | Change-Id: I69f12fb097dbc977e63463b6b764a3553bcf9271
* install branding images using filelistsDavid Tardon2013-04-301-8/+4
| | | | | | | | This also reinstates the use of brand_dev/intro.png for non-release builds, lost with gbuildization of instsetoo_native (commit 1d84e9d1d363bd550129efcbeafe670c0a049dd0). Change-Id: I43477505c5c9a3d6ec961d640608e6e91379868e
* Add license filtering to configure.Michael Meeks2013-04-241-0/+2
| | | | Change-Id: Icd53c6ccfcca25d828d79ad62d1e075869998850
* Add HarfBuzz support to the build systemKhaled Hosny2013-04-231-0/+4
| | | | | | | | | To be used in the next commit. Change-Id: I6ee286d0c050a5ca650e7fb3692b0facccb5f0c0 Reviewed-on: https://gerrit.libreoffice.org/3517 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* Revert "do not merge public ure libraries"Matúš Kukan2013-04-161-0/+1
| | | | | | | | Does not work because cppuhelper depends on private libraries. So, either by setting URELIBS we break API or can't merge that much or need to think about it more and implement something clever. This reverts commit 75ece7acdc81d17ce26bab966e57fbca7406bf52.
* do not merge public ure librariesMatúš Kukan2013-04-161-1/+0
| | | | | | No more need for URELIBS, depend only on MERGELIBS. Change-Id: I5a93031116c26bbbe375e9c467e7b427487ec18b
* configure: find the MSVC debug runtime librariesMichael Stahl2013-04-151-0/+3
| | | | | | ... and copy them to solver bin in "external" Change-Id: I6850495d1abb848a3f6b17de6518d05890b13c32
* neon: honor --disable-openssl and use GNUTLSAndres Gomez2013-04-131-0/+4
| | | | | | | | | | | On --disable-openssl, the bundled neon library will link against GNUTLS + gcrypt instead of OpenSSL. Change-Id: I5b3f09cd1003aefde0478aaab026536c962212c4 Reviewed-on: https://gerrit.libreoffice.org/3330 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* build: new --disable-openssl flagAndres Gomez2013-04-131-0/+1
| | | | | | | | | | | Most of the components included in LibreOffice already support alternative TLS libraries (e.g. NSS, GnuTLS). Change-Id: If00c348046fdbc88156f3d89c25e874e7e9bd04c Reviewed-on: https://gerrit.libreoffice.org/3328 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* add new urelibs library merging some libraries from ure/lib/Matúš Kukan2013-04-101-0/+1
| | | | | | | | | | There is no configure switch for this, URELIBS must be set. This commit changes strategy to link also libraries being merged. We need them for build tools like idlc, cppumaker, .., so the tools can link against them now. This avoids circular dependencies. Change-Id: Ic49e18ecbeaff84d4f5a7fafe8b1fbf45ed18c9b
* one variable to rule them allDavid Tardon2013-04-101-48/+1
| | | | | | | | one variable to find them, one variable to deliver them all and into filelist put them, in $INSTDIR where the installer searches. Change-Id: I989f578f0ed6f9ef9167522249b36d95c15bfd1b
* Allow selecting the tls backend to use in oox from configureMiguel Gomez2013-04-101-0/+1
| | | | | | | Change-Id: Ie82afb1f22caa0b02ddac256e2a0c2a49f19bb15 Reviewed-on: https://gerrit.libreoffice.org/3173 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* Supress warnings about unset classpathPeter Foley2013-04-071-0/+1
| | | | | | | | | I get the below warning for every single jar file without this patch. warning: [options] bootstrap class path not set in conjunction with -source 1.5 1 warning Change-Id: I71c01aeea993640f1ec86fe1d8a977656861358d
* allow Package to install to other dir than $OUTDIRDavid Tardon2013-04-051-0/+1
| | | | | | | | | This is preparatory work for creating installation directly by gbuild. Change-Id: I1b11db37c76ff781731845650169f39cb78fe820 Reviewed-on: https://gerrit.libreoffice.org/3189 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* remove HAVE_SFINAE_ANONYMOUS_BROKENLuboš Luňák2013-04-041-1/+0
| | | | | | | Since we no longer support the old Apple SDK using gcc-4.0.1, we can remove the cruft to work around its problems. Woohoo. Change-Id: Idf275e76449443f1f0314e75dab993f213a77eb7
* Revert "use -isystem instead of -I for 3rd party headers"Michael Stahl2013-04-011-1/+0
| | | | | | | | | | | | | | | This reverts commit 151abb8b2b9d3a22229b98cec12e29484d12109b. Unfortunately has the side effect that it will prevent GCC from generating makefile dependencies for headers from bundled external libraries, which breaks incremental builds horribly. (Retain the uses in configure for real system headers). Conflicts: RepositoryExternal.mk configure.ac Change-Id: I149db1d402fa18bdc470f90dee846cfb5158237e
* upgrade icu to 51.1Peter Foley2013-03-301-1/+0
| | | | | | | Change-Id: I1c0d5ca4b2f88ca48225fcdbeb978f27fa91f7a6 Reviewed-on: https://gerrit.libreoffice.org/2953 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Peter Foley <pefoley2@verizon.net>
* Use <config_features.h> instead of -DDISABLE_EXTENSIONSTor Lillqvist2013-03-271-1/+0
| | | | Change-Id: I4fe5cd27b77d44b9b33af0ae3c3754e3b85c2ca3
* config_host.mk: L10N_MODULE is not usedMatúš Kukan2013-03-271-1/+0
| | | | Change-Id: Iab125e0e0dfac70d630d15301aba511150692f39
* Clean up OOO_SHELLStephan Bergmann2013-03-261-1/+0
| | | | | | | | | | | ...which is no longer used. Also, use the detected BASH value in Makefile.in instead of re-detecting there. (Though setting SHELL in Makefile.in is likely bogus anyway, cf. "this is overridden by solenv/gbuild/gubild.mk [...] i don't know what needs the 'SHELL=bash' in top-level makefile", <http://lists.freedesktop.org/archives/libreoffice/2013-March/048552.html> "Re: need help with shell / configure.") Change-Id: I09c8b5eb9fb1244321d1fb998bb78e458e8ebf37
* don't build postgresql just to parse the makefilesPeter Foley2013-03-261-0/+2
| | | | | | | | When running module-deps.pl postgresql gets built just so that libpq-flags.mk can be included. Since we already have all the necessary libraries, add them explicitly and avoid this. Change-Id: Icd94fc215ecb26c95f9ae3c14625bf819bf3c5c3
* use -isystem instead of -I for 3rd party headersLuboš Luňák2013-03-201-0/+1
| | | | | | | This should avoid gcc warnings in external code we don't care about, so there'll be no need to fix them for WaE. Change-Id: I629dc2672c075908294609249183f27ad2984325