Sign in
flutter
/
third_party
/
libusb
/
dc97425bb415422423b8876af0e34111e566d56d
/
.
/
autogen.sh
blob: ab87fb311c57a680b9ab9cfcd7aa417996b031e1 [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
e
./
bootstrap
.
sh
if
test
-
z
"$NOCONFIGURE"
;
then
exec
./
configure
--
enable
-
maintainer
-
mode
--
enable
-
examples
-
build
--
enable
-
tests
-
build
"$@"
fi