From c7d7e01bf5da362c4a8065efedc6dc7836471f61 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sat, 7 Nov 2020 12:40:07 -0800 Subject: autotools: setup rudimentary build system This is arguably overkill for such a small .a, but it's convenient for embedding in other autotools projects. --- bootstrap | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bootstrap (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..c5a7472 --- /dev/null +++ b/bootstrap @@ -0,0 +1,3 @@ +#!/bin/sh + +autoreconf --install -- cgit v1.2.3