summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@gnugeneration.com>2017-02-02 20:21:44 -0800
committerVito Caputo <vcaputo@gnugeneration.com>2017-02-02 20:21:44 -0800
commit245d31f35e88809719307c7da65deed6f86f6a49 (patch)
treedb48a85777403f1f8cd939cd3259fe05c9cf802d
parentb9d80971b05bfdd27e25f2390a3f052b80499815 (diff)
build: add autotools bootstrap script
-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