doc: Add since version tag to libusb_set_log_cb()
[platform/upstream/libusb.git] / autogen.sh
1 #!/bin/sh
2
3 set -e
4
5 ./bootstrap.sh
6 if [ -z "$NOCONFIGURE" ]; then
7     exec ./configure --enable-examples-build --enable-tests-build "$@"
8 fi