Files
huntedbytheirs c4d4f0b713 first: setup
setting up repo.
2026-08-29 13:48:15 -04:00

7 lines
128 B
Bash
Executable File

#!/usr/bin/env sh
# Generate the autotools build system and configure an in-tree build.
set -e
autoreconf -fi
./configure "$@"