repo.or.cz
/
libusbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Windows: Fix a cast warning when compiling for x64 in VS
[libusbx.git]
/
autogen.sh
blob
ab87fb311c57a680b9ab9cfcd7aa417996b031e1
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