diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-12-18 01:00:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-12-18 01:00:24 +0000 |
commit | 33237b4502f5c994e95c1788844a87d66db6ee10 (patch) | |
tree | 8f4dcc3072b6f2a2bffab5aa64672028d5b1b710 /buildconf | |
parent | af6c394785d9ca41ec34ab26a9308b8a4d2a1260 (diff) | |
download | curl-33237b4502f5c994e95c1788844a87d66db6ee10.tar.gz |
run automake last
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |