summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)AuthorFilesLines
2012-11-23fdo#55435 orcus needs Boost.System with recent BoostDavid Tardon1-0/+120
Change-Id: I2df230e0ca6293131ceaf9211fb301165981ab86
2012-11-05cleanup README files.Michael Meeks1-1/+2
Convert DOS -> unix newlines. Cleanup and clarify several files.
2012-11-05add a README filesAlia Almusaireae1-0/+2
Change-Id: I4bd9a7d00df220e2a3deae3cc1b7b0f4a1098e24 Reviewed-on: https://gerrit.libreoffice.org/989 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2012-06-13better test for system boost date_time libDavid Tardon2-0/+379
This reverts commit 4c2e9fc655b6480ffc7f0feb5d07b8106b6b8e22. Change-Id: Iea84991ee689240fe6e6ddbc47f44b444f582dde
2012-06-06Revert "add configure check for date_time lib"Jan Holesovsky2-371/+0
This commit breaks MinGW builds; the m4 macros probably need some improvements there. This reverts commit 5ed17233908c7f87b08b0964b55e4504d964ed71.
2012-06-05add configure check for date_time libDavid Tardon2-0/+371
Change-Id: Ie04e4860363dd3db7c363408c6c8c9e80d9315c0
2012-05-01fdo#47584 add yet another MinGW dll filename patternAndras Timar1-0/+4
2012-03-18mingw: avoid hardcoded dll versions and depsDavid Tardon1-74/+96
The idea is to use libo_MINGW_CHECK_DLL for libs that must be available (typically that would be the "main" library, e.g., libxml2 or libcurl) and libo_MINGW_TRY_DLL for possible dependencies (that may not be the same on different systems). All further references to the dlls are exclusively through the configured variables or defines set from these variables (e.g., instead of hardcoding libxml2-2.dll, use $(MINGW_LIBXML2_DLL)). The macros are documented in m4/mingw.m4 . Files that must be changed when adding a new dll: * configure.in * config_host.mk.in * external/mingw-dlls/makefile.mk * scp2/source/ooo/makefile.mk * scp2/source/ooo/mingw_dlls.scp
2012-02-21allow to pass default dll listDavid Tardon1-34/+56
2012-02-20expect sed has already been detectedDavid Tardon1-4/+3
Reportedly AC_PROG_SED does not exist on XCode 2.5 .
2012-02-17add macro for extracting mingw dll names from libtool filesDavid Tardon1-0/+61
Hardcoding dll names from SuSE Linux in configure.in is not good, because they might be slightly different on other systems (notably Fedora :-), or the libraries might be compiled with different dependencies.
2010-11-30building rawbuild on mac should not depend on pkg-config being installedNorbert Thiebaud1-0/+154