repo.or.cz
/
shim.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Dont fail in url_tokenize if input contains just a path.
[shim.git]
/
autogen.sh
blob
49d1bfc3ea1510c13ef6da386cd169cacd2faa27
1
#!/bin/sh
2
3
#Hi, this is copied from Tor.
4
5
set -e
6
7
# Run this to generate all the initial makefiles, etc.
8
aclocal
&&
\
9
autoheader
&&
\
10
autoconf
&&
\
11
automake
--add-missing --copy