From 0f52ac05e8a3e8118c6f176a82fa56e905d5ab36 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Wed, 12 Nov 2025 21:53:32 +0100 Subject: Add bootstrap script --- bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..e26f141 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,3 @@ +#!/bin/sh +mkdir -p m4 +autoreconf -i -- cgit v1.2.3