summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)AuthorFilesLines
2015-01-20Add pkg.m4 to gitAkira TAGOH1-0/+214
2013-12-02Simplify to validate the availability of posix_fadviseAkira TAGOH1-0/+48
2013-10-21Fix the dynamic loading issue on NetBSDAkira TAGOH1-0/+5
On NetBSD, it is not supported to load a library linked against libpthread into a program that wasn't (since the C library provides stubs for some pthread-functions, which might have already been called before libpthread is loaded, leading to problems). Patch from Matthias Drochner
2013-10-21Update ax_pthread.m4 to the latest versionAkira TAGOH1-24/+47
2013-01-02Really fix cross-compiling and building of tools this timeBehdad Esfahbod1-0/+77
2013-01-02Add build stuff for threadsafety primitivesBehdad Esfahbod1-0/+309
Copied over from HarfBuzz.
2012-11-27Fix a potability issue about stdint.hAkira TAGOH1-0/+695
2012-10-30Bug 56531 - autogen.sh fails due to missing 'm4' directoryAkira TAGOH1-0/+0
Keep m4 directory in git.