Home | History | Annotate | Download | only in libusb
      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
      9