summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2018-05-02 18:53:42 -0700
committerVito Caputo <vcaputo@pengaru.com>2018-05-02 18:53:42 -0700
commit9ca50bebfa45165af50fa166888b593db67d8e21 (patch)
treeee3053d6929450021c71e38d90f338e3f6da2d73 /bootstrap
parent7fd168d9bf3775380044ea4b71d693f195e8033c (diff)
build: add rudimentary automake build system
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap5
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000..99f6f06
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+aclocal \
+&& automake --gnu --add-missing \
+&& autoconf
© All Rights Reserved