From: Daniel Stenberg Date: Thu, 29 Jan 2004 07:29:28 +0000 (+0000) Subject: verify that buildconf ran fine to allow it to continue X-Git-Tag: cares-1_1_0~436 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99b96d5446a0bcf51022ff192a9fb985ceec10f2;p=curl verify that buildconf ran fine to allow it to continue --- diff --git a/testcurl.sh b/testcurl.sh index ca8118ea3..a72ca4409 100755 --- a/testcurl.sh +++ b/testcurl.sh @@ -184,7 +184,15 @@ if [ $CVS -eq 1 ]; then rm -rf autom4te.cache # generate the build files - ./buildconf 2>&1 + ./buildconf 2>&1 | tee build.log + + if { grep "^buildconf: OK" build.log; } then + echo "testcurl: buildconf was successful" + else + echo "testcurl: buildconf was NOT successful" + die + fi + fi if [ -f configure ]; then