projects
/
freeglut
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Change from John (I removed a couple of spaces from a couple of lines in
[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"