[PHP-DEV] CVS update: php3 From: zeev (php-dev <email protected>)
Date: 04/30/98

Date: Thursday April 30, 1998 @ 7:02
Author: zeev

Update of /repository/php3
In directory asf:/tmp/cvs-serv27656

Modified Files:
        configure.in
Log Message:
Rephrase bison warnings

Index: php3/configure.in
diff -c php3/configure.in:1.195 php3/configure.in:1.196
*** php3/configure.in:1.195 Wed Apr 29 21:48:00 1998
--- php3/configure.in Thu Apr 30 07:02:12 1998
***************
*** 1,4 ****
! dnl $Id: configure.in,v 1.195 1998/04/30 01:48:00 zeev Exp $
  dnl Process this file with autoconf to produce a configure script.
  
  AC_INIT(main.c)
--- 1,4 ----
! dnl $Id: configure.in,v 1.196 1998/04/30 11:02:12 zeev Exp $
  dnl Process this file with autoconf to produce a configure script.
  
  AC_INIT(main.c)
***************
*** 16,27 ****
  dnl Checks for programs.
  AC_PROG_YACC
  if test "$YACC" != "bison -y"; then
! AC_MSG_WARN(You need bison to compile PHP 3.0.)
  else
      AC_MSG_CHECKING(bison version)
      set `bison --version| sed -e 's/^GNU Bison version //' -e 's/\./ /'`
      if test "$1" = "1" -a "$2" -lt "25"; then
! AC_MSG_WARN(PHP 3.0 requires bison 1.25 or later (found $1.$2).)
      fi
      AC_MSG_RESULT($1.$2 (ok))
  fi
--- 16,27 ----
  dnl Checks for programs.
  AC_PROG_YACC
  if test "$YACC" != "bison -y"; then
! AC_MSG_WARN(You will need bison if you'd want to regenerate the PHP 3.0 parsers.)
  else
      AC_MSG_CHECKING(bison version)
      set `bison --version| sed -e 's/^GNU Bison version //' -e 's/\./ /'`
      if test "$1" = "1" -a "$2" -lt "25"; then
! AC_MSG_WARN(You will need bison 1.25 if you'd want to regenerate the PHP 3.0 parsers (found $1.$2).)
      fi
      AC_MSG_RESULT($1.$2 (ok))
  fi