New file: simplifies the job of getting a newly checked-out source tree
[become] / setup
diff --git a/setup b/setup
new file mode 100755 (executable)
index 0000000..d957872
--- /dev/null
+++ b/setup
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+set -e
+mklinks
+mkaclocal
+autoheader
+automake
+autoconf
+mkdir build