summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2018-12-11 12:12:37 -0800
committerVito Caputo <vcaputo@pengaru.com>2018-12-11 12:17:21 -0800
commitcb3d1318f05ef8b1451aa9d0fbd0a6f1308e82b6 (patch)
tree6155fb1759cd35e2a5290ba3bac7ec1aeec0a8b4 /bootstrap
parentf51e6fbbc43cce135e1991f498b4b8b1e7e31129 (diff)
build: add minimal autotools setup
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