Cmake_C_Project/lib/libusb/bootstrap.sh
2025-02-19 16:17:08 +01:00

11 lines
99 B
Bash
Executable File

#!/bin/sh
set -e
cd "$(dirname "$0")"
if [ ! -d m4 ]; then
mkdir m4
fi
exec autoreconf -ivf