On Friday 08 November 2002 13:47, Sascha Schumann wrote:
>     Again:
>
>     buildconf does not run bison.
>
>     There is no point to put a bison check into buildconf.
>
>     The bison version number should be checked before bison is
>     actually run.  That would be
>
>         configure
>         genfiles

Again: bison is not run at all when compiling a regular PHP version. The files 
generated by bison and flex are bundled in the source tarball.

You need bison and flex only if you checkout CVS from the repository. 
buildconf is run on the same occassion. Therefore I still think that bison 
check should be in there. Why bother checking for bison version in configure 
when most users will not need it?

Edin

--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to