summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* m4: sync autoconf-archive (ax_*) macros with upstreamSam James2022-11-037-396/+571
| | | | | | | | - Update the various ax_* macros (which originate from autoconf-archive) - Switch from acx_pthread.m4 -> ax_pthread.m4 Fixes: https://github.com/mm2/Little-CMS/issues/339 Signed-off-by: Sam James <sam@gentoo.org>
* Recreate autotools filesmm22021-11-061-5/+11
| | | | fix a typo in pointer casts
* Revert autotools filesmm22021-06-275-0/+9071
|
* Remove all autotools filesmm22021-06-245-8610/+0
|
* Only check for visibility attributes that we are using.Thomas Weber2017-10-211-2/+0
| | | | Clang on OSX does not support visibility "protected".
* Revert "revert "-fvisibility=hidden""Thomas Weber2017-10-215-0/+472
| | | | | | | This reverts commit 4ce2fee79c35465b9f182a2e55b7b703a5e60594. Further work on the ax_gcc_func_attribute.m4 will allow this to work on OSX.
* revert "-fvisibility=hidden"Marti Maria2017-10-065-472/+0
| | | | It does not work on OSX
* Add "-fvisibility=hidden" to CFLAGS, if supported by compilerThomas Weber2017-02-024-0/+249
|
* Check availibility of 'visibility' function attribute in compilerThomas Weber2017-02-021-0/+223
| | | | Supported by at least GCC and Clang
* spelling fixesklemens2017-01-221-1/+1
|
* Merge from private branch in preparation of 2.7 rc1Marti Maria2014-12-175-0/+8610
|
* Added pthread dependency, and multithreading supportMarti Maria2014-02-161-0/+305