Re: [PATCH] ax_prog_flex: avoid use of grep empty string escape extension
Jonathan Gray <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.archive-maintainers |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Mar 14, 2014 at 11:41:34AM +0100, Peter Simons wrote: > Hi Jonathan, > > I pushed your patch in 98e799a. Thank you very much for the submission! > > Take care, > Peter Thanks, though it occurs to me that neither the old or the modified version cover the case of the OpenBSD flex port which has a binary called 'gflex' as there is a different version of flex in the base system. So perhaps a simpler test still is in order? The base version seems to include the full path as well. $ flex --version flex version 2.5.4 $ gflex --version gflex 2.5.35 $ /usr/bin/flex --version /usr/bin/flex version 2.5.4 $ /usr/local/bin/gflex --version gflex 2.5.35