repo.or.cz
/
got-portable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use RB_TREE instead of STAILQ to manage packindex bloom filters; much faster
[got-portable.git]
/
autogen.sh
blob
af198ec9988098a35e267d1372afaf35b2c0c9aa
1
#!/bin/sh
2
3
die
()
4
{
5
echo
"
$1
"
>&
2
6
exit
$2
7
}
8
9
autoreconf
-f -i -v
|| die
"autoreconf failed"
$?