summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-12-18 01:00:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-12-18 01:00:24 +0000
commit33237b4502f5c994e95c1788844a87d66db6ee10 (patch)
tree8f4dcc3072b6f2a2bffab5aa64672028d5b1b710
parentaf6c394785d9ca41ec34ab26a9308b8a4d2a1260 (diff)
downloadgnurl-33237b4502f5c994e95c1788844a87d66db6ee10.tar.gz
gnurl-33237b4502f5c994e95c1788844a87d66db6ee10.tar.bz2
gnurl-33237b4502f5c994e95c1788844a87d66db6ee10.zip
run automake last
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index 2258fe27e..86686b75a 100755
--- 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"