repo.or.cz
/
libusb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Enable linux netlink event monitoring for Android OS platform services
[libusb.git]
/
autogen.sh
blob
2ffb10e09bfeb68058a34b964d8a64fa68a4c326
1
#!/bin/sh
2
3
set -e
4
5
srcdir
=
"$(dirname "
$0
")"
6
7
"
$srcdir
"
/
bootstrap.sh
8
if
[
-z
"
$NOCONFIGURE
"
];
then
9
exec
"
$srcdir
"
/
configure
--enable-examples-build --enable-tests-build
"$@"
10
fi