repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
VEX/priv/ir_opt.c
[valgrind.git]
/
autogen.sh
blob
117462c7ffdc340972417c6793a9c1a17d65edee
1
#!/bin/sh
2
3
run
()
4
{
5
echo
"running: $*"
6
eval
$
*
7
8
if
test
$?
!=
0
;
then
9
echo
"error: while running '$*'"
10
exit
1
11
fi
12
}
13
14
run aclocal
15
run autoheader
16
run automake
-a
17
run autoconf