> Since PHP distributions are shipped with bison and flex files pre-built, isn't
> it more logical to put the chek in ./buildconf?

    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

    - Sascha


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

Reply via email to