summaryrefslogtreecommitdiff
path: root/config_host.mk.in
AgeCommit message (Collapse)AuthorFilesLines
2013-05-16move copy/pasted ICU_CFLAGS/ICU_LIBS to configureMichael Stahl1-0/+2
Change-Id: I078cccd57331d40118bcc40fb4eb66b113848caf
2013-05-15gallery: allow disabling the from-source build in configureStephan Bergmann1-0/+1
Change-Id: Ic390ceeb9f52953d5dea6999b194956e90eb4629
2013-05-15Don't export a variable called PATH_SEPARATORTor Lillqvist1-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
2013-05-15drop now unused DEFAULT_TO_ENGLISH_FOR_PACKINGDavid Tardon1-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>
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-05-15UNIXWRAPPERNAME is unusedTor Lillqvist1-1/+0
Change-Id: Ic25acc8413960c2268b5fffc287e8e4f3165a767
2013-05-15What is PSPRINT, seems unusedTor Lillqvist1-1/+0
Change-Id: Ib194156122c91a8911b748004e658835986ffc67
2013-05-15MKDEPENDSOLVER seems unusedTor Lillqvist1-1/+0
Change-Id: I35c5ec82a59e28c887ece8dc3ad10de764a3e66e
2013-05-15MINGW_PYTHON_EXE is unusedTor Lillqvist1-1/+0
Change-Id: I4fb439a3605fc031b0f2e5ca4c91b6413e188181
2013-05-15MFC_LIB is unusedTor Lillqvist1-1/+0
Change-Id: I43fb5190f3dff8b2ab1d4ca043a8c852cc353ba8
2013-05-15MFC_INCLUDE is unusedTor Lillqvist1-1/+0
Change-Id: I8aa68985734aa3a2931727415b5bd412af6e6cd0
2013-05-15LIBO_THIS_YEAR is used only as an AC_DEFINEd variableTor Lillqvist1-1/+0
Change-Id: I0c9676fcffbb1080a7d8dd26c80f9a9af08aa04c
2013-05-15LIBMGR_X64_BINARY is unusedTor Lillqvist1-1/+0
Change-Id: Ic3ea17a66d8cc045088ce2a625a79569c8fec431
2013-05-15JAVACISKAFFE is unusedTor Lillqvist1-1/+0
Change-Id: Id3bc14b65e761dc230491dd8cf4c3785a0eaa37e
2013-05-15DYNAMIC_CRT is unusedTor Lillqvist1-1/+0
Change-Id: Iabeec6542d18f773a0ae5781214ec7d4ce02b3ab
2013-05-15DIRECTXSDK_LIB is not used outside configure.acTor Lillqvist1-1/+0
Change-Id: I2cdd158528197630ec54873bd164077a8765542e
2013-05-15CC_FOR_BUILD is not used outside configure.acTor Lillqvist1-1/+0
Change-Id: I6031f20452183449b2087ce6904c83d8bdbeddfd
2013-05-15CXX_FOR_BUILD is not used outside configure.acTor Lillqvist1-1/+0
Change-Id: I02c55ccd0a137a0d7a3a131dd0576a8a85afe24a
2013-05-15COMP_ENV is unusedTor Lillqvist1-1/+0
Change-Id: Ic1cb9f1c855bd93ba1b0625e5c0d0565a0eb4567
2013-05-15ANDROID_NDK_TOOLCHAIN_VERSION_SUBDIR is not used outside configure.acTor Lillqvist1-1/+0
Change-Id: Ic55f27516a6d34c20593eba07808d371901a1d67
2013-05-15ANDROID_NDK_HOME is not used outside configure.acTor Lillqvist1-1/+0
Change-Id: I67b4ffa9c6cfe5558a9340495baad924aa16e11a
2013-05-15FRAMEWORKSHOME is not used outside configure.acTor Lillqvist1-1/+0
Change-Id: Ic8eae6d7e9590ad75c414568877aa093c92ce536
2013-05-14config_host.mk: remove DMAKE variablesMichael Stahl1-2/+0
Change-Id: I2e768f92ea6f4302ebede403e84d7bc70b4f3107
2013-05-11USE_FT_EMBOLDEN has never been usedKhaled Hosny1-1/+0
Change-Id: Idd30f6fcf9d1e4d2af5f49caffa91d6ce30bb196
2013-05-10don't override TMPDIR with /tmp on cygwin, cleanup TMPDIR/TMP handlingChristian Lohmaier1-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>
2013-05-08configure: substantially de-bong libpng handlingMichael Stahl1-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
2013-05-02Splitting writerperfect into serializer and libodfgenFridrich Štrba1-6/+9
Change-Id: I69f12fb097dbc977e63463b6b764a3553bcf9271
2013-04-30install branding images using filelistsDavid Tardon1-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
2013-04-24Add license filtering to configure.Michael Meeks1-0/+2
Change-Id: Icd53c6ccfcca25d828d79ad62d1e075869998850
2013-04-23Add HarfBuzz support to the build systemKhaled Hosny1-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>
2013-04-16Revert "do not merge public ure libraries"Matúš Kukan1-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.
2013-04-16do not merge public ure librariesMatúš Kukan1-1/+0
No more need for URELIBS, depend only on MERGELIBS. Change-Id: I5a93031116c26bbbe375e9c467e7b427487ec18b
2013-04-15configure: find the MSVC debug runtime librariesMichael Stahl1-0/+3
... and copy them to solver bin in "external" Change-Id: I6850495d1abb848a3f6b17de6518d05890b13c32
2013-04-13neon: honor --disable-openssl and use GNUTLSAndres Gomez1-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>
2013-04-13build: new --disable-openssl flagAndres Gomez1-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>
2013-04-10add new urelibs library merging some libraries from ure/lib/Matúš Kukan1-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
2013-04-10one variable to rule them allDavid Tardon1-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
2013-04-10Allow selecting the tls backend to use in oox from configureMiguel Gomez1-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>
2013-04-07Supress warnings about unset classpathPeter Foley1-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
2013-04-05allow Package to install to other dir than $OUTDIRDavid Tardon1-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>
2013-04-04remove HAVE_SFINAE_ANONYMOUS_BROKENLuboš Luňák1-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
2013-04-01Revert "use -isystem instead of -I for 3rd party headers"Michael Stahl1-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
2013-03-30upgrade icu to 51.1Peter Foley1-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>
2013-03-27Use <config_features.h> instead of -DDISABLE_EXTENSIONSTor Lillqvist1-1/+0
Change-Id: I4fe5cd27b77d44b9b33af0ae3c3754e3b85c2ca3
2013-03-27config_host.mk: L10N_MODULE is not usedMatúš Kukan1-1/+0
Change-Id: Iab125e0e0dfac70d630d15301aba511150692f39
2013-03-26Clean up OOO_SHELLStephan Bergmann1-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
2013-03-26don't build postgresql just to parse the makefilesPeter Foley1-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
2013-03-20use -isystem instead of -I for 3rd party headersLuboš Luňák1-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
2013-03-13Creating a libmwaw module for library parsing various old Mac file-formatsFridrich Štrba1-0/+3
Change-Id: I367dfa309a30a5b55de1d59e632d0dbcf5dc6dbb Reviewed-on: https://gerrit.libreoffice.org/2662 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-12configure: clean unused _FOR_BUILD variablesMatúš Kukan1-6/+0
Change-Id: Ie236bbe4122fa5686a8d4c6050b5e14f354a5bb3