libusb/bootstrap.sh
Nathan Hjelm 64d583f4dc bootstrap: use autoreconf
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
2016-02-26 21:30:00 -07:00

7 lines
76 B
Bash
Executable File

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