Sign in
fuchsia
/
third_party
/
etnaviv_gpu_tests
/
a280c6a547b09c6d01c2f0bb4a0d42429b5b1b15
/
.
/
autogen.sh
blob: ff5f95633df46ddb79a0e62ae7968a748042fdb9 [
file
] [
log
] [
blame
]
#! /bin/sh
srcdir
=
`dirname "$0"`
test
-
z
"$srcdir"
&&
srcdir
=.
ORIGDIR
=
`pwd`
cd
"$srcdir"
autoreconf
--
force
--
verbose
--
install
||
exit
1
cd
"$ORIGDIR"
||
exit $
?
#if test -z "$NOCONFIGURE"; then
# "$srcdir"/configure "$@"
#fi