mirror of
https://github.com/curl/curl.git
synced 2026-06-02 04:24:15 +03:00
verify that buildconf ran fine to allow it to continue
This commit is contained in:
parent
cf7817eb38
commit
99b96d5446
1 changed files with 9 additions and 1 deletions
10
testcurl.sh
10
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue