summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Lindh <mats@lindh.no>2014-02-09 21:17:26 +0200
committerLior Kaplan <kaplanlior@gmail.com>2014-02-09 21:17:26 +0200
commit6188674f1e10c8d72e0a27623ce9536f4706fe35 (patch)
tree6c4d5dadafeaabd9cc4454b281930e6c2dd7dacf
parente41059c63313178f14b085c150cfc70896ba91df (diff)
downloadphp-git-6188674f1e10c8d72e0a27623ce9536f4706fe35.tar.gz
Replace old SVN references to Git
-rwxr-xr-xbuild/buildcheck.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/buildcheck.sh b/build/buildcheck.sh
index 8754e3a292..8ff3531825 100755
--- a/build/buildcheck.sh
+++ b/build/buildcheck.sh
@@ -33,14 +33,14 @@ ac_version=`$PHP_AUTOCONF --version 2>/dev/null|head -n 1|sed -e 's/^[^0-9]*//'
if test -z "$ac_version"; then
echo "buildconf: autoconf not found."
echo " You need autoconf version 2.59 or newer installed"
-echo " to build PHP from SVN."
+echo " to build PHP from Git."
exit 1
fi
IFS=.; set $ac_version; IFS=' '
if test "$1" = "2" -a "$2" -lt "59" || test "$1" -lt "2"; then
echo "buildconf: autoconf version $ac_version found."
echo " You need autoconf version 2.59 or newer installed"
-echo " to build PHP from SVN."
+echo " to build PHP from Git."
exit 1
else
echo "buildconf: autoconf version $ac_version (ok)"