Sign in
android
/
platform
/
external
/
valgrind
/
refs/heads/o-mr1-iot-preview-6
/
.
/
autogen.sh
blob: 117462c7ffdc340972417c6793a9c1a17d65edee [
file
] [
log
] [
blame
] [
edit
]
#!/bin/sh
run
()
{
echo
"running: $*"
eval
$
*
if
test $
?
!=
0
;
then
echo
"error: while running '$*'"
exit
1
fi
}
run aclocal
run autoheader
run automake
-
a
run autoconf