cvs: php4 /build/ buildcheck.sh

[email protected] ("Sascha Schumann")
Newsgroups php.version4
Message-ID <cvssas959261990@cvsserver>
sas		Thu May 25 15:39:50 2000 EDT

  Modified files:
    /php4/build	buildcheck.sh 
  Log:
  Accept CVS version of libtool (1.3c)
  
  
Index: php4/build/buildcheck.sh
diff -u php4/build/buildcheck.sh:1.1 php4/build/buildcheck.sh:1.2
--- php4/build/buildcheck.sh:1.1	Thu Dec 30 03:58:32 1999
+++ php4/build/buildcheck.sh	Thu May 25 15:39:50 2000
@@ -48,7 +48,7 @@
 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" -a "$3" -ge "3"
+if test "$1" -gt "1" || test "$2" -gt "3" || test "$2" = "3" && (test "$3" = "c" || test "$3" -ge "3")
 then
 echo "buildconf: libtool version $lt_pversion (ok)"
 else
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.