From 4870b9b45dac48f2095a89f437be8621c0c5ffaf Mon Sep 17 00:00:00 2001 From: Sven Panne Date: Wed, 7 Sep 2005 11:47:20 +0000 Subject: [PATCH] Use -Wall for automake to catch some buglets, deprecated stuff, etc. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@686 7f0cb862-5218-0410-a997-914c9d46530a --- ChangeLog | 5 ++++- autogen.sh | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 97fbca8..db3c3c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1141,4 +1141,7 @@ necessary to temporarily use the X11 flags found by AC_PATH_XTRA. * Changes on September 4, 2005. ************************************************************************** -(297) Silenced autogen.sh. *nix commands are silent by default. \ No newline at end of file +(297) Silenced autogen.sh. *nix commands are silent by default. + +(298) Use -Wall for automake to catch some buglets, deprecated +stuff, etc. diff --git a/autogen.sh b/autogen.sh index 59d76ae..e095474 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,5 +3,5 @@ set -e aclocal autoheader libtoolize --copy --force -automake --add-missing +automake --add-missing -Wall autoconf -- 1.7.10.4