allwinner_a64/android/external/libusb/bootstrap.sh
2018-08-08 16:14:42 +08:00

6 lines
76 B
Bash
Executable file

#!/bin/sh
if ! test -d m4 ; then
mkdir m4
fi
autoreconf -ivf || exit 1