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
r14589@catbus: nickm | 2007-08-16 12:16:06 -0400
[tor.git]
/
autogen.sh
blob
24d48ea373786315a42d5ccdd0dbe7a5e2643fe3
1
#!/bin/sh
2
# Run this to generate all the initial makefiles, etc.
3
aclocal
&&
\
4
autoheader
&&
\
5
autoconf
&&
\
6
automake
--add-missing --copy
&&
\
7
if
test
x
$NOCONF
=
x
;
then
.
/
configure
;
fi