New file: simplifies the job of getting a newly checked-out source tree
authormdw <mdw>
Tue, 4 May 1999 16:11:37 +0000 (16:11 +0000)
committermdw <mdw>
Tue, 4 May 1999 16:11:37 +0000 (16:11 +0000)
into a buildable state.

setup [new file with mode: 0755]

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