fixed aclocal / autoheader order; some cosmetics
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@100 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
42ab18bbac
commit
16da45eea5
@ -1,6 +1,12 @@
|
|||||||
set -x &&
|
#!/bin/sh
|
||||||
autoheader &&
|
#
|
||||||
aclocal &&
|
echo "Generating build information using aclocal, automake and autoconf"
|
||||||
libtoolize --copy --force &&
|
echo "This may take a while ..."
|
||||||
automake --add-missing &&
|
|
||||||
|
aclocal
|
||||||
|
autoheader
|
||||||
|
libtoolize --copy --force
|
||||||
|
automake --add-missing
|
||||||
autoconf
|
autoconf
|
||||||
|
|
||||||
|
echo "Now you are ready to run ./configure"
|
||||||
|
Reference in New Issue
Block a user