]> Dogcows Code - chaz/homebank/commitdiff
add bootstrap script
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 28 Dec 2016 22:37:31 +0000 (15:37 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 28 Dec 2016 22:37:31 +0000 (15:37 -0700)
bootstrap [new file with mode: 0755]

diff --git a/bootstrap b/bootstrap
new file mode 100755 (executable)
index 0000000..83328e3
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+aclocal \
+&& autoheader \
+&& automake --gnu --add-missing \
+&& autoconf
+
This page took 0.019369 seconds and 4 git commands to generate.