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
be willing to bootstrap from all three of our directory guards
[tor.git]
/
autogen.sh
blob
8c43a9798a54f8769f4db2158a642f66b0b92b19
1
#!/bin/sh
2
3
if
[
-x
"`which autoreconf 2>/dev/null`"
] ;
then
4
opt
=
"-if"
5
6
for
i
in
$@
;
do
7
case
"
$i
"
in
8
-v
)
9
opt
=
$opt
"v"
10
;;
11
esac
12
done
13
14
exec
autoreconf
$opt
15
fi
16
17
set -e
18
19
# Run this to generate all the initial makefiles, etc.
20
aclocal
-I
m4
&&
\
21
autoheader
&&
\
22
autoconf
&&
\
23
automake
--add-missing --copy