Windows: Fix a cast warning when compiling for x64 in VS
[libusbx.git] / autogen.sh
blobab87fb311c57a680b9ab9cfcd7aa417996b031e1
1 #!/bin/sh
3 set -e
5 ./bootstrap.sh
6 if test -z "$NOCONFIGURE"; then
7 exec ./configure --enable-maintainer-mode --enable-examples-build --enable-tests-build "$@"
8 fi