mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
verify that buildconf ran fine to allow it to continue
This commit is contained in:
parent
cf7817eb38
commit
99b96d5446
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…
Reference in New Issue
Block a user