Aesthetic change: move autoheader before autoconf.
authormdw <mdw>
Tue, 27 Jul 1999 20:29:50 +0000 (20:29 +0000)
committermdw <mdw>
Tue, 27 Jul 1999 20:29:50 +0000 (20:29 +0000)
setup

diff --git a/setup b/setup
index 048c599..3913a83 100755 (executable)
--- a/setup
+++ b/setup
@@ -4,7 +4,7 @@ set -e
 mklinks
 ln -s ../mLib .
 mkaclocal
-autoconf
 autoheader
+autoconf
 automake
 mkdir build