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:
parent
c3abbc2013
commit
c529daadc7
@ -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.
|
||||
|
@ -3,5 +3,5 @@ set -e
|
||||
aclocal
|
||||
autoheader
|
||||
libtoolize --copy --force
|
||||
automake --add-missing
|
||||
automake --add-missing -Wall
|
||||
autoconf
|
||||
|
Reference in New Issue
Block a user