build: add autotools bootstrap skeleton with C23 flags

This commit is contained in:
2026-08-28 19:42:33 -04:00
parent ea9ca79d48
commit 238db8b484
9 changed files with 145 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Top-level Makefile.am: recursion into src/ plus the test harness.
# `make check` runs tests/run.sh through automake's parallel test harness
# (genuinely executed - the harness propagates the script's exit code).
SUBDIRS = src
TESTS = tests/run.sh
EXTRA_DIST = tests/run.sh