Temporarily disable config.guess related checks
This commit is contained in:
parent
9dcc1b3370
commit
3c38eafd75
@ -294,6 +294,8 @@ done
|
|||||||
echo "buildconf: running libtoolize"
|
echo "buildconf: running libtoolize"
|
||||||
$libtoolize --copy --automake --force || die "The libtoolize command failed"
|
$libtoolize --copy --automake --force || die "The libtoolize command failed"
|
||||||
|
|
||||||
|
if test "1" = "0"; then
|
||||||
|
|
||||||
if test ! -f ./config.guess; then
|
if test ! -f ./config.guess; then
|
||||||
echo "buildconf: config.guess not found"
|
echo "buildconf: config.guess not found"
|
||||||
exit 1
|
exit 1
|
||||||
@ -342,6 +344,8 @@ if test ! -z "$need_lt_check"; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
if test ! -f m4/curl-functions.m4; then
|
if test ! -f m4/curl-functions.m4; then
|
||||||
echo "buildconf: cURL m4 macros not found"
|
echo "buildconf: cURL m4 macros not found"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user