try to get travis building with multiple macOS versions
[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