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
fold in further changes files
[tor.git]
/
autogen.sh
blob
0592f16c2e3a21905362de59b8439896ceee1187
1
#!/bin/sh
2
3
if
[
-x
"`which autoreconf 2>/dev/null`"
] ;
then
4
exec
autoreconf
-ivf
5
fi
6
7
set -e
8
9
# Run this to generate all the initial makefiles, etc.
10
aclocal
&&
\
11
autoheader
&&
\
12
autoconf
&&
\
13
automake
--add-missing --copy