Sign in
fuchsia
/
third_party
/
etnaviv_gpu_tests
/
bf414fcd39aeb5c95c32c78b0b6cf18a47bd3358
/
.
/
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