From: mdw Date: Wed, 5 May 1999 18:54:13 +0000 (+0000) Subject: Script to transform CVS sources into buildable source tree. X-Git-Tag: 1.0.1~9 X-Git-Url: https://git.distorted.org.uk/~mdw/checkpath/commitdiff_plain/f74a1b63f116f0eadc33cd9c065417165edc1960 Script to transform CVS sources into buildable source tree. --- 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