From 8b54a077245d753da47413ffe7c96409184b1724 Mon Sep 17 00:00:00 2001 Message-Id: <8b54a077245d753da47413ffe7c96409184b1724.1718950957.git.mdw@distorted.org.uk> From: Mark Wooding Date: Wed, 28 Jul 1999 09:31:32 +0000 Subject: [PATCH 1/1] Do autoconf before automake. Organization: Straylight/Edgeware From: mdw --- setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup b/setup index d2fc7bc..3913a83 100755 --- a/setup +++ b/setup @@ -2,9 +2,9 @@ set -e mklinks -mkaclocal ln -s ../mLib . +mkaclocal autoheader -automake autoconf +automake mkdir build -- [mdw]