summaryrefslogtreecommitdiffstats
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* better test for system boost date_time libDavid Tardon2012-06-132-0/+379
| | | | | | This reverts commit 4c2e9fc655b6480ffc7f0feb5d07b8106b6b8e22. Change-Id: Iea84991ee689240fe6e6ddbc47f44b444f582dde
* Revert "add configure check for date_time lib"Jan Holesovsky2012-06-062-371/+0
| | | | | | | This commit breaks MinGW builds; the m4 macros probably need some improvements there. This reverts commit 5ed17233908c7f87b08b0964b55e4504d964ed71.
* add configure check for date_time libDavid Tardon2012-06-052-0/+371
| | | | Change-Id: Ie04e4860363dd3db7c363408c6c8c9e80d9315c0
* fdo#47584 add yet another MinGW dll filename patternAndras Timar2012-05-011-0/+4
|
* mingw: avoid hardcoded dll versions and depsDavid Tardon2012-03-181-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
* allow to pass default dll listDavid Tardon2012-02-211-34/+56
|
* expect sed has already been detectedDavid Tardon2012-02-201-4/+3
| | | | Reportedly AC_PROG_SED does not exist on XCode 2.5 .
* add macro for extracting mingw dll names from libtool filesDavid Tardon2012-02-171-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.
* building rawbuild on mac should not depend on pkg-config being installedNorbert Thiebaud2010-11-301-0/+154