Files
checkm8_tool/libusb/bootstrap.sh
2019-11-08 19:12:56 -05:00

7 lines
76 B
Bash

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