Correctly added libusb

This commit is contained in:
2019-11-08 19:12:56 -05:00
parent a65945db09
commit 3e5974b9b5
192 changed files with 59000 additions and 17 deletions

6
libusb/bootstrap.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
if ! test -d m4 ; then
mkdir m4
fi
autoreconf -ivf || exit 1