chiark / gitweb /
Fix relative order of `automake' and `autoconf'.
authormdw <mdw>
Tue, 27 Jul 1999 18:59:13 +0000 (18:59 +0000)
committermdw <mdw>
Tue, 27 Jul 1999 18:59:13 +0000 (18:59 +0000)
setup

diff --git a/setup b/setup
index 38fa3128a02a17c39bfb1d432a6b5df49f21cd99..89b6db8042573a9a6494cb3f68c70967ef9291f1 100755 (executable)
--- a/setup
+++ b/setup
@@ -4,6 +4,6 @@ set -e
 mklinks
 (cd man && ./mksofiles * && m4 Makefile.m4 >Makefile.am)
 mkaclocal
-automake
 autoconf
+automake
 mkdir build