Use -Wall for automake to catch some buglets, deprecated stuff, etc.

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@686 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
spanne 2005-09-07 11:47:20 +00:00
parent c3abbc2013
commit c529daadc7
2 changed files with 5 additions and 2 deletions

View File

@ -1142,3 +1142,6 @@ necessary to temporarily use the X11 flags found by AC_PATH_XTRA.
**************************************************************************
(297) Silenced autogen.sh. *nix commands are silent by default.
(298) Use -Wall for automake to catch some buglets, deprecated
stuff, etc.

View File

@ -3,5 +3,5 @@ set -e
aclocal
autoheader
libtoolize --copy --force
automake --add-missing
automake --add-missing -Wall
autoconf