Skip to content

Commit

Permalink
Changed references from PHP/CVS to debugclient/GIT in buildcheck script.
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Feb 13, 2015
1 parent 1bab44b commit accce13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debugclient/build/buildcheck.sh
Expand Up @@ -57,14 +57,14 @@ am_version_clean=`echo $am_version|sed -e 's/-p[0-9]*$//'`
if test "$am_version" = ""; then
echo "buildconf: automake not found."
echo " You need automake version 1.4 or newer installed"
echo " to build PHP from CVS."
echo " to build debugclient from GIT."
exit 1
fi
IFS=.; set $am_version_clean; IFS=' '
if test "$1" = "1" -a "$2" -lt "4" || test "$1" -lt "1"; then
echo "buildconf: automake version $am_version found."
echo " You need automake version 1.4 or newer installed"
echo " to build PHP from CVS."
echo " to build debugclient from GIT."
exit 1
else
echo "buildconf: automake version $am_version (ok)"
Expand All @@ -78,7 +78,7 @@ lt_pversion=`$libtool --version 2>/dev/null | head -n 1 | awk '{print $4}'`
if test "$lt_pversion" = ""; then
echo "buildconf: libtool not found."
echo " You need libtool version 1.4 or newer installed"
echo " to build PHP from CVS."
echo " to build debugclient from GIT."
exit 1
fi
lt_version=`echo $lt_pversion|sed -e 's/\([a-z]*\)$/.\1/'`
Expand Down

0 comments on commit accce13

Please sign in to comment.