summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-05-06 18:51:21 +0000
committerSascha Schumann <sas@php.net>2001-05-06 18:51:21 +0000
commit0d29419769e93e333885b61b3ef263be2a128499 (patch)
treeaa27fd162d3b48aafdab15af108a07b648dc88e5 /build
parent23eb892bee94e2aabad5d5e1f11bafc0d2878e31 (diff)
downloadphp-git-0d29419769e93e333885b61b3ef263be2a128499.tar.gz
Up prerequisites to libtool 1.4
Diffstat (limited to 'build')
-rwxr-xr-xbuild/buildcheck.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/buildcheck.sh b/build/buildcheck.sh
index 4776755bac..3f5f6d40e7 100755
--- a/build/buildcheck.sh
+++ b/build/buildcheck.sh
@@ -16,7 +16,7 @@
# | Sascha Schumann <sascha@schumann.cx> |
# +----------------------------------------------------------------------+
#
-# $Id: buildcheck.sh,v 1.7 2001-05-05 15:33:49 sas Exp $
+# $Id: buildcheck.sh,v 1.8 2001-05-06 18:51:21 sas Exp $
#
echo "buildconf: checking installation..."
@@ -70,12 +70,12 @@ fi
lt_version=`echo $lt_pversion|sed -e 's/\([a-z]*\)$/.\1/'`
IFS=.; set $lt_version; IFS=' '
-if test "$1" -gt "1" || test "$2" -gt "3" || (test "$2" = "3" && (test "$3" = "c" || test "$3" -ge "3"))
+if test "$1" -gt "1" || test "$2" -ge "4";
then
echo "buildconf: libtool version $lt_pversion (ok)"
else
echo "buildconf: libtool version $lt_pversion found."
-echo " You need libtool version 1.3.3 or newer installed"
+echo " You need libtool version 1.4 or newer installed"
echo " to build PHP from CVS."
exit 1
fi