mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48: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
|
rm -rf autom4te.cache
|
||||||
|
|
||||||
# generate the build files
|
# 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
|
fi
|
||||||
|
|
||||||
if [ -f configure ]; then
|
if [ -f configure ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user