Skip to content

Commit fe8bed8

Browse files
committed
svn propdel svn:mime-type build/buildcheck.sh
cvs->svn
1 parent 06033b5 commit fe8bed8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build/buildcheck.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,24 @@ ac_version=`$PHP_AUTOCONF --version 2>/dev/null|head -n 1|sed -e 's/^[^0-9]*//'
3333
if test -z "$ac_version"; then
3434
echo "buildconf: autoconf not found."
3535
echo " You need autoconf version 2.13 or newer installed"
36-
echo " to build PHP from CVS."
36+
echo " to build PHP from SVN."
3737
exit 1
3838
fi
3939
IFS=.; set $ac_version; IFS=' '
4040
if test "$1" = "2" -a "$2" -lt "13" || test "$1" -lt "2"; then
4141
echo "buildconf: autoconf version $ac_version found."
4242
echo " You need autoconf version 2.13 or newer installed"
43-
echo " to build PHP from CVS."
43+
echo " to build PHP from SVN."
4444
exit 1
4545
else
4646
echo "buildconf: autoconf version $ac_version (ok)"
4747
fi
4848

4949
if 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=
5555
fi
5656

0 commit comments

Comments
 (0)