File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,24 +33,24 @@ ac_version=`$PHP_AUTOCONF --version 2>/dev/null|head -n 1|sed -e 's/^[^0-9]*//'
3333if test -z " $ac_version " ; then
3434echo " buildconf: autoconf not found."
3535echo " You need autoconf version 2.13 or newer installed"
36- echo " to build PHP from CVS ."
36+ echo " to build PHP from SVN ."
3737exit 1
3838fi
3939IFS=.; set $ac_version ; IFS=' '
4040if test " $1 " = " 2" -a " $2 " -lt " 13" || test " $1 " -lt " 2" ; then
4141echo " buildconf: autoconf version $ac_version found."
4242echo " You need autoconf version 2.13 or newer installed"
43- echo " to build PHP from CVS ."
43+ echo " to build PHP from SVN ."
4444exit 1
4545else
4646echo " buildconf: autoconf version $ac_version (ok)"
4747fi
4848
4949if test " $1 " = " 2" && test " $2 " -ge " 50" ; then
5050 echo " buildconf: Your version of autoconf likely contains buggy cache code."
51- echo " Running cvsclean for you."
51+ echo " Running svnclean for you."
5252 echo " To avoid this, install autoconf-2.13."
53- ./cvsclean
53+ ./svnclean
5454 stamp=
5555fi
5656
You can’t perform that action at this time.
0 commit comments