AC_TYPE_PID_T
AC_TYPE_SIZE_T
-dnl Basic CFLAGS values
-CFLAGS="${CFLAGS} -Wall"
+dnl Basic warning CFLAGS values
+WARNINGCFLAGS="-Wall -Wextra -Wformat -Wformat-security"
dnl Trying to locate the X window system's includes and libraries, and sets the
dnl variables x_includes and x_libraries to their locations. Also adds the
AC_CHECK_LIB(m, sin, LIBS="${LIBS} -lm",dnl
echo "Can't find math library" ; exit 1, "${X_LIBS}")
+AC_SUBST(WARNINGCFLAGS)
AC_SUBST(CFLAGS)
AC_SUBST(LIBS)
AC_SUBST(ac_aux_dir)