first: setup

setting up repo.
This commit is contained in:
2026-08-29 13:48:15 -04:00
parent 5ffa549c89
commit c4d4f0b713
14 changed files with 1123 additions and 1 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env sh
# Generate the autotools build system and configure an in-tree build.
set -e
autoreconf -fi
./configure "$@"