]> granicus.if.org Git - php/commitdiff
MFB bison configure test fix
authorRasmus Lerdorf <rasmus@php.net>
Tue, 7 Oct 2003 22:39:54 +0000 (22:39 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Tue, 7 Oct 2003 22:39:54 +0000 (22:39 +0000)
Zend/Zend.m4

index 4445dd0e0e9a05b8cc7da88bdd09b36b5db8836e..83c764a0580140316c87377083e818c060153eb5 100644 (file)
@@ -10,7 +10,7 @@ if test "$YACC" != "bison -y"; then
     AC_MSG_WARN(You will need bison if you want to regenerate the Zend parser.)
 else
     AC_MSG_CHECKING(bison version)
-    set `bison --version| grep 'GNU Bison' | cut -d ' ' -f 4 | sed -e 's/\./ /'`
+    set `bison --version| grep 'GNU Bison' | cut -d ' ' -f 4 | sed -e 's/\./ /' | tr -d 'a-z'`
     if test "${1}" = "1" -a "${2}" -lt "28"; then
         AC_MSG_WARN(You will need bison 1.28 if you want to regenerate the Zend parser (found ${1}.${2}).)
     fi