summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2017-05-27 00:04:14 -0700
committerVito Caputo <vcaputo@pengaru.com>2017-05-27 00:13:12 -0700
commit098f704d2134e446fa6b27ce902c5fc2646d3ab4 (patch)
treeae1f5c14ed4f5d3220a9fd50912e5d86e131f8e7
parentfc5d2adb3a0b4cae904563ccb6e24c8c8ac45614 (diff)
build: add autotools bootstrap script
-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