Fix relative order of `automake' and `autoconf'.
authormdw <mdw>
Tue, 27 Jul 1999 19:04:45 +0000 (19:04 +0000)
committermdw <mdw>
Tue, 27 Jul 1999 19:04:45 +0000 (19:04 +0000)
setup

diff --git a/setup b/setup
index c669e77..27dde72 100755 (executable)
--- a/setup
+++ b/setup
@@ -3,6 +3,6 @@
 set -e
 mklinks
 mkaclocal
 set -e
 mklinks
 mkaclocal
-automake
 autoconf
 autoconf
+automake
 mkdir build
 mkdir build