projects
/
freeglut
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Silenced autogen.sh
[freeglut]
/
autogen.sh
1
#! /bin/sh
2
set -e
3
aclocal
4
autoheader
5
libtoolize --copy --force
6
automake --add-missing
7
autoconf