Autotools: Use "set -e" to exit on the first error
[platform/upstream/libusb.git] / autogen.sh
1 #!/bin/sh
2
3 set -e
4
5 ./bootstrap.sh
6 ./configure --enable-maintainer-mode --enable-examples-build $*