Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libusb
/
d8a2950f5409ee399c386b56301d49c61ee71fdf
/
.
/
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