From: Rasmus Lerdorf Date: Mon, 13 Jul 2009 17:17:19 +0000 (+0000) Subject: cvs->svn X-Git-Tag: php-5.2.11RC1~186 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ec070bb567f7356552627466262664ec16d2918;p=php cvs->svn --- diff --git a/build/buildcheck.sh b/build/buildcheck.sh index 9af2984f53..e72dab4994 100755 --- a/build/buildcheck.sh +++ b/build/buildcheck.sh @@ -48,9 +48,9 @@ fi 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