]> granicus.if.org Git - php/commitdiff
libtool 1.3 -> 1.4 in first check
authorDavid Croft <david@php.net>
Wed, 20 Jun 2001 18:21:03 +0000 (18:21 +0000)
committerDavid Croft <david@php.net>
Wed, 20 Jun 2001 18:21:03 +0000 (18:21 +0000)
build/buildcheck.sh

index 2f6f969bfb555875d0cde476e1cc5e859fecb32a..63145deaa16ac22a2ae5c17d16720e6f7312f064 100755 (executable)
@@ -16,7 +16,7 @@
 #  |          Sascha Schumann <sascha@schumann.cx>                        |
 #  +----------------------------------------------------------------------+
 #
-# $Id: buildcheck.sh,v 1.11 2001-05-24 12:36:09 sas Exp $ 
+# $Id: buildcheck.sh,v 1.12 2001-06-20 18:21:03 david Exp $ 
 #
 
 echo "buildconf: checking installation..."
@@ -58,13 +58,13 @@ else
 echo "buildconf: automake version $am_version (ok)"
 fi
 
-# libtool 1.3.3 or newer
+# libtool 1.4 or newer
 libtool=`which libtool`
 if test ! -f "$libtool"; then libtool=`which glibtool`; fi
 lt_pversion=`$libtool --version 2>/dev/null|sed -e 's/^[^0-9]*//' -e 's/[- ].*//'`
 if test "$lt_pversion" = ""; then
 echo "buildconf: libtool not found."
-echo "           You need libtool version 1.3 or newer installed"
+echo "           You need libtool version 1.4 or newer installed"
 echo "           to build PHP from CVS."
 exit 1
 fi