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
@ -1141,4 +1141,7 @@ necessary to temporarily use the X11 flags found by AC_PATH_XTRA.
|
|||||||
* Changes on September 4, 2005.
|
* Changes on September 4, 2005.
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
|
|
||||||
(297) Silenced autogen.sh. *nix commands are silent by default.
|
(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
|
aclocal
|
||||||
autoheader
|
autoheader
|
||||||
libtoolize --copy --force
|
libtoolize --copy --force
|
||||||
automake --add-missing
|
automake --add-missing -Wall
|
||||||
autoconf
|
autoconf
|
||||||
|
Reference in New Issue
Block a user