darwin: work around devices with buggy endpoint descriptors
[platform/upstream/libusb.git] / bootstrap.sh
1 #!/bin/sh
2
3 if ! test -d m4 ; then
4     mkdir m4
5 fi
6 autoreconf -ivf || exit 1