yuzu/externals/libusb/libusb/bootstrap.sh
2020-12-28 15:15:37 +00:00

7 lines
76 B
Bash
Executable File

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