diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-27 12:16:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-27 12:16:24 +0000 |
commit | 5d947e973e770241ca9a5f685d0ca42a2ae4668b (patch) | |
tree | ee7fa50924c5bb95b1c5af54f1f3c046997fb844 /buildconf | |
parent | 2465ff991fb9c4291c30cb8a3dd61c14fd90d7c5 (diff) | |
download | curl-5d947e973e770241ca9a5f685d0ca42a2ae4668b.tar.gz |
display OK if it runs OK
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -143,4 +143,6 @@ fi echo "buildconf: running automake" ${AUTOMAKE:-automake} -a || die "The command '${AUTOMAKE:-automake} -a' failed" + +echo "buildconf: OK" exit 0 |