Use -Wall for automake to catch some buglets, deprecated stuff, etc.
[freeglut] / autogen.sh
1 #! /bin/sh
2 set -e
3 aclocal
4 autoheader
5 libtoolize --copy --force
6 automake --add-missing -Wall
7 autoconf