From 5d947e973e770241ca9a5f685d0ca42a2ae4668b Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Tue, 27 Jan 2004 12:16:24 +0000
Subject: [PATCH] display OK if it runs OK

---
 buildconf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/buildconf b/buildconf
index a1c7f42e3a..d96ae96068 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
-- 
GitLab