projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dcc1b3
)
Temporarily disable config.guess related checks
author
Yang Tse
<yangsita@gmail.com>
Mon, 1 Jun 2009 18:22:03 +0000
(18:22 +0000)
committer
Yang Tse
<yangsita@gmail.com>
Mon, 1 Jun 2009 18:22:03 +0000
(18:22 +0000)
buildconf
patch
|
blob
|
history
diff --git
a/buildconf
b/buildconf
index
70d5939
..
d40157a
100755
(executable)
--- 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