]> granicus.if.org Git - php/commit
Fixed flex version check. Some lex scanners like Sun's SGU do not appear
authorIlia Alshanetsky <iliaa@php.net>
Mon, 2 Dec 2002 07:03:00 +0000 (07:03 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 2 Dec 2002 07:03:00 +0000 (07:03 +0000)
commit467a5f44eceeb4579653645d33d4bb8c332de9db
tree20503698a55971ff349fcd25b759e72890e720d3
parent057e87e6e55e2e6d5604254d9b02e22d0852b40d
Fixed flex version check. Some lex scanners like Sun's SGU do not appear
to support -V flag, so by passing them data on stdin we prevent them from
sitting idle waiting for stdin data. I've also added some common version
retrieval flags, that may be supported by various lex scanners.
configure.in