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>
mandir = $(datadir)/man
AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include
+AM_CFLAGS = -fsigned-char -fomit-frame-pointer
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
AC_SUBST([SUID_CFLAGS])
-CPPFLAGS="-fsigned-char -fomit-frame-pointer $CPPFLAGS"
-
LIBS=""