]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
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 a1c7f42e3a43a40f3d3b55e95277a7f9de450dce..d96ae96068802f182d8cffe031c3c0f0bd58aebe 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