]> granicus.if.org Git - curl/commitdiff
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 2258fe27eb376c965bf1569c5f35efbffbd1b63c..86686b75a350db00072451f065bf1fa6230003c9 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"