summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-08 15:10:06 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-08 15:10:06 -0400
commitf84e7b6e656678e105171be12ef265ae60e4b1f7 (patch)
tree58cdae89d3a152e72afd522a7cdcbf886ba5f4be /configure.ac
parenta374b349bfe5dc4afa23ceea8d808560c5d7ac84 (diff)
downloadcairo-f84e7b6e656678e105171be12ef265ae60e4b1f7.tar.gz
[configure.ac] Opt for more automake warnings and checks
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b15929397..b11f78cc2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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