display OK if it runs OK
authorDaniel Stenberg <daniel@haxx.se>
Tue, 27 Jan 2004 12:16:24 +0000 (12:16 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 27 Jan 2004 12:16:24 +0000 (12:16 +0000)
buildconf

index a1c7f42..d96ae96 100755 (executable)
--- 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