From f74a1b63f116f0eadc33cd9c065417165edc1960 Mon Sep 17 00:00:00 2001 From: mdw Date: Wed, 5 May 1999 18:54:13 +0000 Subject: [PATCH] Script to transform CVS sources into buildable source tree. --- setup | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 setup diff --git a/setup b/setup new file mode 100755 index 0000000..c669e77 --- /dev/null +++ b/setup @@ -0,0 +1,8 @@ +#! /bin/sh + +set -e +mklinks +mkaclocal +automake +autoconf +mkdir build -- 2.11.0