repo.or.cz
/
tor.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bump to 0.2.2.5-alpha
[tor.git]
/
autogen.sh
blob
eb9395c719d1f7a7a21eedfaca2ddb5d2ff13b57
1
#!/bin/sh
2
3
set -e
4
5
# Run this to generate all the initial makefiles, etc.
6
aclocal
&&
\
7
autoheader
&&
\
8
autoconf
&&
\
9
automake
--add-missing --copy