From: mdw Date: Wed, 28 Jul 1999 09:31:32 +0000 (+0000) Subject: Do autoconf before automake. X-Git-Tag: 1.0.2~23 X-Git-Url: https://git.distorted.org.uk/~mdw/sw-tools/commitdiff_plain/8b54a077245d753da47413ffe7c96409184b1724 Do autoconf before automake. --- 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