From 8b54a077245d753da47413ffe7c96409184b1724 Mon Sep 17 00:00:00 2001 From: mdw Date: Wed, 28 Jul 1999 09:31:32 +0000 Subject: [PATCH] Do autoconf before automake. --- 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 -- 2.11.0