chiark / gitweb /
Do autoconf before automake.
authormdw <mdw>
Wed, 28 Jul 1999 09:31:32 +0000 (09:31 +0000)
committermdw <mdw>
Wed, 28 Jul 1999 09:31:32 +0000 (09:31 +0000)
setup

diff --git a/setup b/setup
index d2fc7bc9f2c1bf37cc8638106c98d027044bb79a..3913a838b34ba92334fef5cf6354553479656cf4 100755 (executable)
--- a/setup
+++ b/setup
@@ -2,9 +2,9 @@
 
 set -e
 mklinks
-mkaclocal
 ln -s ../mLib .
+mkaclocal
 autoheader
-automake
 autoconf
+automake
 mkdir build