Script to transform CVS sources into buildable source tree.
authormdw <mdw>
Wed, 5 May 1999 18:54:13 +0000 (18:54 +0000)
committermdw <mdw>
Wed, 5 May 1999 18:54:13 +0000 (18:54 +0000)
setup [new file with mode: 0755]

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