run automake last
authorDaniel Stenberg <daniel@haxx.se>
Tue, 18 Dec 2001 01:00:24 +0000 (01:00 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 18 Dec 2001 01:00:24 +0000 (01:00 +0000)
buildconf

index 2258fe2..86686b7 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -5,7 +5,7 @@ die(){
        exit
 }
 
-automake          || die "The command 'automake $MAKEFILES' failed"
 aclocal           || die "The command 'aclocal' failed"
 autoheader        || die "The command 'autoheader' failed"
 autoconf          || die "The command 'autoconf' failed"
+automake          || die "The command 'automake $MAKEFILES' failed"