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 --version | $AWK '{ split($NF,x,"."); print >> x[1]*10000+x[2]*100+x[3]; }’` >> >> Better to change it to: >> >> version=`$LEX --version | sed 's/flex //'|sed 's/ .*//'| $AWK '{ >> split($NF,x,"."); print x[1]*10000+x[2]*100+x[3]; }’` >> > > Does attached patch help? > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel >
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel