[configure.ac] Opt for more automake warnings and checks

This commit is contained in:
Behdad Esfahbod 2008-09-08 15:10:06 -04:00
parent a374b349bf
commit f84e7b6e65
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ PACKAGE=cairo
LIBTOOLIZE_FLAGS="--copy --force"
AUTOHEADER=${AUTOHEADER-autoheader}
AUTOMAKE_FLAGS="--add-missing --foreign"
AUTOMAKE_FLAGS="--add-missing --gnu -Wall"
AUTOCONF=${AUTOCONF-autoconf}
CONFIGURE_AC=

View file

@ -6,7 +6,7 @@ AC_INIT([cairo],
AC_CONFIG_SRCDIR(src/cairo.h)
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build)
AM_INIT_AUTOMAKE([1.8 foreign no-define])
AM_INIT_AUTOMAKE([1.8 gnu -Wall no-define])
dnl ===========================================================================
dnl