projects
/
platform
/
upstream
/
libusb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
core: Add debug statements to help trace transfers
[platform/upstream/libusb.git]
/
autogen.sh
1
#!/bin/sh
2
3
set -e
4
5
./bootstrap.sh
6
if test -z "$NOCONFIGURE"; then
7
exec ./configure --enable-maintainer-mode --enable-examples-build --enable-tests-build "$@"
8
fi