X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=autogen.sh;h=e095474de249b3f7d1a79973fd6226f0d0840ebb;hb=ce2e5aba172eb85cda2b4f047bdcf9f54d019fd7;hp=d0d1d98ef267a34394cefb0da0d46a5dd2209cd6;hpb=483d56a3c581501c5e618cef3d6f6629e22f046f;p=freeglut diff --git a/autogen.sh b/autogen.sh index d0d1d98..e095474 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,12 +1,7 @@ -#!/bin/sh -# -echo "Generating build information using aclocal, automake and autoconf" -echo "This may take a while ..." - +#! /bin/sh +set -e aclocal autoheader -libtoolize --copy --force -automake --add-missing +libtoolize --copy --force +automake --add-missing -Wall autoconf - -echo "Now you are ready to run ./configure"