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.2.6~16 X-Git-Url: https://git.distorted.org.uk/~mdw/xtoys/commitdiff_plain/a249451e51b6015a0e3912bda3a6672353207f82 Script to transform CVS sources into buildable source tree. --- diff --git a/setup b/setup new file mode 100755 index 0000000..af09017 --- /dev/null +++ b/setup @@ -0,0 +1,9 @@ +#! /bin/sh + +set -e +mklinks +ln -s ../mLib ../mgLib . +mkaclocal +automake +autoconf +mkdir build