Windows: Fix false assertion failure message during enumeration
[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-examples-build --enable-tests-build "$@"
8 fi