summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@gnugeneration.com>2017-01-10 08:35:57 -0800
committerVito Caputo <vcaputo@gnugeneration.com>2017-01-10 08:35:57 -0800
commit1a807cc5363f9e86153f8f1b40dc0efa0a069280 (patch)
tree6c136fb5fcf2e614edcd48fe5940c0f7c3d66078
parentb2a146120d1634120cc42dc88424cac6a01f3a8c (diff)
build: add bootstrap script
Not everyone knows about `autoreconf --install`
-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