projects
/
freeglut
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
En masse removal of most (I think) of the remaining hard TABs in files.
[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"