]> err.no Git - util-linux/commit
build-sys: move the optimization flags to AM_CFLAGS
authorStepan Kasal <skasal@redhat.com>
Tue, 15 May 2007 18:46:01 +0000 (20:46 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 16 May 2007 09:43:29 +0000 (11:43 +0200)
commit8671065ce5d13d97fb3f42b6736985f591f53981
tree7f296f12b3f6008cea3d3ff0d68856447d2bcb21
parent8c453685a69aad1221420e710cf4d5c201ffce17
build-sys: move the optimization flags to AM_CFLAGS

The optimization flags are not preprocessor flags.
Moreover, CPPFLAGS and CFLAGS shall be overridable at make time, the
configure script shall not touch them.
Setting AM_CFLAGS in config/include-Makefile.am seems to be TRW.

Signed-off-by: Stepan Kasal <skasal@redhat.com>
config/include-Makefile.am
configure.ac