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