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