Mesa (master): automake: Don't warn on gmake portability issues.

Eric Anholt anholt at kemper.freedesktop.org
Thu Jun 21 17:20:39 UTC 2012


Module: Mesa
Branch: master
Commit: a4ff3342d295c0e58a5138fe50ac79488bec8bf9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4ff3342d295c0e58a5138fe50ac79488bec8bf9

Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jun 11 12:59:48 2012 -0700

automake: Don't warn on gmake portability issues.

Even pre-automake, we rely on gmake features for pattern
substitutions, and replacing those with reams more make code is not
interesting.  This will let us turn the old Makefiles using pattern
substitutions into automake without spewing warnings.

Reviewed-by: Dan Nicholson <dbn.lists at gmail.com>

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index d5f8cd7..4925651 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_INIT([Mesa], [8.1.0],
     [https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa])
 AC_CONFIG_AUX_DIR([bin])
 AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE([foreign -Wall])
+AM_INIT_AUTOMAKE([foreign])
 
 dnl http://people.gnome.org/~walters/docs/build-api.txt
 dnl We don't support srcdir != builddir.




More information about the mesa-commit mailing list