aboutsummaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-06-01 18:22:03 +0000
committerYang Tse <yangsita@gmail.com>2009-06-01 18:22:03 +0000
commit3c38eafd7543109f11bfc4f43bb67fb774c1d53e (patch)
treed02caa1dfe6985f8e124666bbfa21bd1d7b6cee4 /buildconf
parent9dcc1b33704f467b99630bac7d240161059b378c (diff)
Temporarily disable config.guess related checks
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildconf b/buildconf
index 70d593950..d40157a21 100755
--- a/buildconf
+++ b/buildconf
@@ -294,6 +294,8 @@ done
echo "buildconf: running libtoolize"
$libtoolize --copy --automake --force || die "The libtoolize command failed"
+if test "1" = "0"; then
+
if test ! -f ./config.guess; then
echo "buildconf: config.guess not found"
exit 1
@@ -342,6 +344,8 @@ if test ! -z "$need_lt_check"; then
fi
fi
+fi
+
if test ! -f m4/curl-functions.m4; then
echo "buildconf: cURL m4 macros not found"
exit 1