summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-07-27 13:09:23 +0000
committerStig Bakken <ssb@php.net>1999-07-27 13:09:23 +0000
commit9bee15a08010e62b8b87e97f2c9c9d35402ba948 (patch)
tree911de0c47648823aa7f58228ddb0fd944e3aa636 /buildconf
parent3bea592273fa92c1019d7710a31365be1905ff6b (diff)
downloadphp-git-9bee15a08010e62b8b87e97f2c9c9d35402ba948.tar.gz
spoonfeed
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf12
1 files changed, 10 insertions, 2 deletions
diff --git a/buildconf b/buildconf
index 1fad4f7fea..d4c60eb2d5 100755
--- a/buildconf
+++ b/buildconf
@@ -77,7 +77,11 @@ if test ! -d libzend; then
ln -s ../libzend .
else
echo "buildconf: can not find libzend"
- echo " libzend should be installed in . or .."
+ echo " libzend should be installed in . or .., how to fetch:"
+ echo ""
+ echo " cvs -d :pserver:cvsread@cvs.zend.com:/repository login"
+ echo " cvs -d :pserver:cvsread@cvs.zend.com:/repository co libzend"
+ echo ""
exit 1
fi
fi
@@ -87,7 +91,11 @@ if test ! -d TSRM; then
ln -s ../TSRM .
else
echo "buildconf: can not find TSRM"
- echo " TSRM should be installed in . or .."
+ echo " TSRM should be installed in . or .., how to fetch:"
+ echo ""
+ echo " cvs -d :pserver:cvsread@cvs.zend.com:/repository login"
+ echo " cvs -d :pserver:cvsread@cvs.zend.com:/repository co TSRM"
+ echo ""
exit 1
fi
fi