chiark / gitweb /
build-sys: do not set CFLAGS directly
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 19 Mar 2012 16:20:42 +0000 (13:20 -0300)
committerLennart Poettering <lennart@poettering.net>
Mon, 26 Mar 2012 19:02:26 +0000 (21:02 +0200)
commiteb2e280f9c59b66965c9316eadc4c113a13ca744
treee9f1761d2187d64233cc51480e919ea2f55b8959
parent169c4f65131fbc7bcb51e7d5487a715cdcd0e0eb
build-sys: do not set CFLAGS directly

Set a separate variable for adding warning flags. Build systems are not
supposed to change CFLAGS and LDFLAGS, these are user variables.

Reference: http://www.gnu.org/software/automake/manual/html_node/Flag-Variables-Ordering.html
Makefile.am
configure.ac
m4/attributes.m4