rasmus          Mon, 13 Jul 2009 17:36:49 +0000

ViewVC URL: http://svn.php.net/viewvc?view=revision&revision=284021

Changed paths:
        U   php/php-src/branches/PHP_5_3/build/buildcheck.sh

Log:
svn propdel svn:mime-type build/buildcheck.sh
cvs->svn


Modified: php/php-src/branches/PHP_5_3/build/buildcheck.sh
===================================================================
--- php/php-src/branches/PHP_5_3/build/buildcheck.sh    2009-07-13 17:17:19 UTC 
(rev 284020)
+++ php/php-src/branches/PHP_5_3/build/buildcheck.sh    2009-07-13 17:36:49 UTC 
(rev 284021)
@@ -33,14 +33,14 @@
 if test -z "$ac_version"; then
 echo "buildconf: autoconf not found."
 echo "           You need autoconf version 2.13 or newer installed"
-echo "           to build PHP from CVS."
+echo "           to build PHP from SVN."
 exit 1
 fi
 IFS=.; set $ac_version; IFS=' '
 if test "$1" = "2" -a "$2" -lt "13" || test "$1" -lt "2"; then
 echo "buildconf: autoconf version $ac_version found."
 echo "           You need autoconf version 2.13 or newer installed"
-echo "           to build PHP from CVS."
+echo "           to build PHP from SVN."
 exit 1
 else
 echo "buildconf: autoconf version $ac_version (ok)"
@@ -48,9 +48,9 @@

 if test "$1" = "2" && test "$2" -ge "50"; then
   echo "buildconf: Your version of autoconf likely contains buggy cache code."
-  echo "           Running cvsclean for you."
+  echo "           Running svnclean for you."
   echo "           To avoid this, install autoconf-2.13."
-  ./cvsclean
+  ./svnclean
   stamp=
 fi



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to