From: Mark Wooding Date: Tue, 7 Feb 2006 19:29:56 +0000 (+0000) Subject: infra: Clean up project setup X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/50c46275b6a5100b020493adbd27bc361704ffda infra: Clean up project setup --- diff --git a/.links b/.links index 4bb9069..1c96de4 100644 --- a/.links +++ b/.links @@ -1,4 +1,3 @@ -COPYING COPYING.LIB getdate.y getdate.h diff --git a/setup b/setup deleted file mode 100755 index 571b48d..0000000 --- a/setup +++ /dev/null @@ -1,12 +0,0 @@ -#! /bin/sh - -set -e -mklinks -libtoolize -mkaclocal -m4 Makefile.m4 >Makefile.am -(cd tests && m4 Makefile.m4 >Makefile.am) -autoconf -autoheader -automake -a -mkdir -p build