aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-27 12:16:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-27 12:16:24 +0000
commit5d947e973e770241ca9a5f685d0ca42a2ae4668b (patch)
treeee7fa50924c5bb95b1c5af54f1f3c046997fb844
parent2465ff991fb9c4291c30cb8a3dd61c14fd90d7c5 (diff)
display OK if it runs OK
-rwxr-xr-xbuildconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildconf b/buildconf
index a1c7f42e3..d96ae9606 100755
--- a/buildconf
+++ b/buildconf
@@ -143,4 +143,6 @@ fi
echo "buildconf: running automake"
${AUTOMAKE:-automake} -a || die "The command '${AUTOMAKE:-automake} -a' failed"
+
+echo "buildconf: OK"
exit 0