Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-01-07 | configure.ac: use AC_LANG_SOURCE | Max Kellermann | 1 | -2/+2 | |
Fixes autotools warnings. | |||||
2009-02-25 | configure.ac: declare AM_CFLAGS | Max Kellermann | 1 | -1/+1 | |
Moved generic compiler options to AM_CFLAGS. MPD_CFLAGS/MPD_LIBS will hopefully fade away one day, in favor of more fine-grained variables. | |||||
2008-08-25 | quote "=" in the CFLAGS check | Max Kellermann | 1 | -1/+1 | |
Previously, it was not possible to check for e.g. "-std=c99". | |||||
2008-04-12 | configure: better CFLAGS checking | Eric Wong | 1 | -0/+18 | |
needed for compatibility with older gcc. Also, threw in some warnings for things I find offensive (declaration-after-statement, shadow) git-svn-id: https://svn.musicpd.org/mpd/trunk@7299 09075e82-0dd4-0310-85a5-a0d7c8717e4f |