X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=autogen.sh;h=e095474de249b3f7d1a79973fd6226f0d0840ebb;hb=ce2e5aba172eb85cda2b4f047bdcf9f54d019fd7;hp=a5f48afd6ad09b90050c4cd208525704097d07af;hpb=6427ae2c762c0932f278a4ac3e1501c9061ac0d6;p=freeglut diff --git a/autogen.sh b/autogen.sh index a5f48af..e095474 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,7 @@ -set -x && -autoheader && -aclocal && -libtoolize --copy --force && -automake --add-missing && +#! /bin/sh +set -e +aclocal +autoheader +libtoolize --copy --force +automake --add-missing -Wall autoconf