summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDylan Noblesmith <[email protected]>2012-04-13 20:36:39 +0000
committerDylan Noblesmith <[email protected]>2012-04-29 11:17:47 +0000
commite4c97f1e607f857fb7f397f9e00f37c00ffff295 (patch)
treee744ae390a63e4cef76d0184aa30b376a87bb613 /configure.ac
parente372aa69494469d6c43c315b5c39355dece65dcf (diff)
autoconf: pass -Wall to automake
And fix these warning that appear at autoreconf time: "`:='-style assignments are not portable" v2: Fix the recently-converted-to-automake r600.
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 6776886fef1..3bc59ca3e78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ AC_INIT([Mesa],[mesa_version],
[https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa])
AC_CONFIG_AUX_DIR([bin])
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE([foreign])
+AM_INIT_AUTOMAKE([foreign -Wall])
dnl http://people.gnome.org/~walters/docs/build-api.txt
dnl We don't support srcdir != builddir.