]> Dogcows Code - chaz/homebank/blobdiff - bootstrap
add bootstrap script
[chaz/homebank] / bootstrap
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.016451 seconds and 4 git commands to generate.