summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2018-04-15 14:58:02 -0700
committerVito Caputo <vcaputo@pengaru.com>2018-04-15 14:58:02 -0700
commitfb037d58553452bf50a462bc83382be8f86b3a21 (patch)
treeb92514754ca54e7900a8fab77b8853817db26285
parent2ac1b03d49beeed83cca26d6d16948cb73ac3eeb (diff)
build: add bootstrap script
oops, missed this in initial commit.
-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