Sign in
flutter
/
third_party
/
libusb
/
a524555c987fec2c16417d2f58c8713efcbe11a9
/
.
/
autogen.sh
blob: 2ffb10e09bfeb68058a34b964d8a64fa68a4c326 [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
e
srcdir
=
"$(dirname "
$0
")"
"$srcdir"
/
bootstrap
.
sh
if
[
-
z
"$NOCONFIGURE"
];
then
exec
"$srcdir"
/
configure
--
enable
-
examples
-
build
--
enable
-
tests
-
build
"$@"
fi