Sign in
fuchsia
/
third_party
/
etnaviv_gpu_tests
/
refs/heads/main
/
.
/
autogen.sh
blob: ff5f95633df46ddb79a0e62ae7968a748042fdb9 [
file
] [
log
] [
blame
] [
edit
]
#! /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