aosp12/external/libusb/bootstrap.sh

9 lines
77 B
Bash
Raw Permalink Normal View History

2023-01-09 17:11:35 +08:00
#!/bin/sh
set -e
if [ ! -d m4 ]; then
mkdir m4
fi
exec autoreconf -ivf