core: Fix unlocked access to timeout_flags
[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