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.1.0~4 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/quine/commitdiff_plain/64e2855c91e51d8df77bb57f6e4775d45f4fd651 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