summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-11-07 12:40:07 -0800
committerVito Caputo <vcaputo@pengaru.com>2020-11-07 12:42:59 -0800
commitc7d7e01bf5da362c4a8065efedc6dc7836471f61 (patch)
treec80eddf7d22565ca1e6ec402362497e5de590ea9 /bootstrap
parent2753df9cffba6805355ec37145280fd5607c7492 (diff)
autotools: setup rudimentary build system
This is arguably overkill for such a small .a, but it's convenient for embedding in other autotools projects.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 3 insertions, 0 deletions
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
© All Rights Reserved