Re: flex version

2015-11-27 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Andrei, could you please commit this patch? On 15.11.2015 07:26, Andrei Borzenkov wrote: > 14.11.2015 19:22, Peter Cheung пишет: >> hi >> my flex in mac is installed using macports. >> >> $flex --version >> flex 2.5.35 Apple(flex-31) >> >> And the line in configure fail >> >> version=`$LEX --ve

RE: flex version

2015-11-16 Thread Peter Cheung
One side question, only mac need this patch. If we do it this way: flex --version | egrep -o '[0-9]+\.[0-9]+\.[0-9]+' Then linux flex also works fine. thanksfrom Peter > Subject: Re: flex version > To: mcheun...@hotmail.com; grub-devel@gnu.org; help-g...@gnu.org > From: arvidj.

RE: flex version

2015-11-16 Thread Peter Cheung
Thanks, it works > Subject: Re: flex version > To: mcheun...@hotmail.com; grub-devel@gnu.org; help-g...@gnu.org > From: arvidj...@gmail.com > Date: Sun, 15 Nov 2015 09:26:11 +0300 > > 14.11.2015 19:22, Peter Cheung пишет: > > hi > > my flex in mac is installed

Re: flex version

2015-11-15 Thread Andrei Borzenkov
14.11.2015 19:22, Peter Cheung пишет: hi my flex in mac is installed using macports. $flex --version flex 2.5.35 Apple(flex-31) And the line in configure fail version=`$LEX --version | $AWK '{ split($NF,x,"."); print x[1]*1+x[2]*100+x[3]; }’` Better to change it to: version=`$LEX --