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