display OK if it runs OK

This commit is contained in:
Daniel Stenberg 2004-01-27 12:16:24 +00:00
parent 2465ff991f
commit 5d947e973e
1 changed files with 2 additions and 0 deletions

View File

@ -143,4 +143,6 @@ fi
echo "buildconf: running automake"
${AUTOMAKE:-automake} -a || die "The command '${AUTOMAKE:-automake} -a' failed"
echo "buildconf: OK"
exit 0