diff options
author | Dylan Noblesmith <[email protected]> | 2012-04-13 20:36:39 +0000 |
---|---|---|
committer | Dylan Noblesmith <[email protected]> | 2012-04-29 11:17:47 +0000 |
commit | e4c97f1e607f857fb7f397f9e00f37c00ffff295 (patch) | |
tree | e744ae390a63e4cef76d0184aa30b376a87bb613 /configure.ac | |
parent | e372aa69494469d6c43c315b5c39355dece65dcf (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.ac | 2 |
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. |