chiark / gitweb /
Script to transform CVS sources into buildable source tree.
[quine] / setup
diff --git a/setup b/setup
new file mode 100755 (executable)
index 0000000..c669e77
--- /dev/null
+++ b/setup
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+set -e
+mklinks
+mkaclocal
+automake
+autoconf
+mkdir build