Stripped out tabs and end-of-line whitespace
[freeglut] / autogen.sh
1 #!/bin/sh
2 #
3 echo "Generating build information using aclocal, automake and autoconf"
4 echo "This may take a while ..."
5
6 aclocal
7 autoheader
8 libtoolize  --copy  --force
9 automake  --add-missing
10 autoconf
11
12 echo "Now you are ready to run ./configure"