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