Cmake_C_Project/lib/libusb/bootstrap.sh

11 lines
99 B
Bash
Raw Normal View History

2025-02-19 16:17:08 +01:00
#!/bin/sh
set -e
cd "$(dirname "$0")"
if [ ! -d m4 ]; then
mkdir m4
fi
exec autoreconf -ivf