aboutsummaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)AuthorFilesLines
2020-02-13Drop copyright notice from source codeKaren Arutyunov7-7/+0
2019-01-16Update copyright yearKaren Arutyunov7-7/+7
2018-05-24Update copyright yearKaren Arutyunov7-7/+7
2017-01-03Update copyright yearBoris Kolpackov7-7/+7
2015-02-06Update copyrightBoris Kolpackov7-7/+7
2013-02-11Detect POSIX threads on MinGW-W64Boris Kolpackov1-1/+10
2013-02-09Update copyright yearBoris Kolpackov7-7/+7
2013-02-06Fix incorrect AC_LANG_SOURCE quotingBoris Kolpackov3-15/+15
Thanks to Hugo Mildenberger <Hugo.Mildenberger@web.de> for the patch.
2012-06-18Search for libmysqlclient in additional directoriesBoris Kolpackov1-1/+23
Fedora hides them in /usr/lib[64]/mysql for some reason.
2012-06-15Add support for building against libmysqlclient that lacks THR_KEY_mysysBoris Kolpackov1-0/+22
In certain distributions (specifically Fedora 15 and later), maintainers limit the number of visible symbols. If THR_KEY_mysys is hidden, then we try to create the TLS keys in such an order that it results in the correct behavior. And then hope for the best.
2012-05-04Add -D_REENTRANT when building on Linux to emulate -pthreadBoris Kolpackov1-1/+3
2012-01-29Update copyright yearBoris Kolpackov7-7/+7
2012-01-29Remove author field from file headerBoris Kolpackov7-7/+0
Too much effort to maintain.
2011-01-04Copyright updateBoris Kolpackov7-7/+7
2010-09-28Use libtool only to linkBoris Kolpackov1-5/+21
2010-09-27More fixes to pthread testBoris Kolpackov1-4/+0
2010-09-25Improve pthread testBoris Kolpackov1-1/+8
2010-09-14Update testBoris Kolpackov1-0/+20
2010-09-03Add support for MinGW buildBoris Kolpackov2-1/+53
2010-09-02Rename a fileBoris Kolpackov1-0/+0
2010-08-30Support for automake and VC++ buildsBoris Kolpackov7-0/+501