aboutsummaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)AuthorFilesLines
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-10-03Don't add -framework OS X option to CPPFLAGS1.6.0Boris Kolpackov1-4/+0
It is only necessary in LDFLAGS and adding it to CPPFLAGS causes warnings.
2011-04-27Use QtCore prefix when including Qt headers1.4.0Boris Kolpackov1-4/+37
This appears to be more portable. For example, on Mac OS X with -framework QtCore option include <QString> does not work while including <QtCore/QString> does.
2011-04-24Improve autoconf test for QtBoris Kolpackov1-5/+61
2011-03-23Autotools build system setupBoris Kolpackov11-7983/+448
2011-03-22Add dist build filesConstantin Michael7-0/+8127