[RFA] top level configure and makeinfo/texinfo

Michael Snyder msnyder@specifix.com
Wed Oct 10 05:13:00 GMT 2007


On Tue, 2007-10-09 at 21:11 -0400, DJ Delorie wrote:
> > -       | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
> > +       | egrep 'texinfo[^0-9]*(4\.([6-9]|4\.[1-9][0-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
> 
> Um, the first matches:
> 	4.[6-9]
> 	4.[1-9][0-9]
> 	[5-9].*
> 	[1-9][0-9].*
> 
> Yours matches:
> 	4.[6-9]
> 	4.4.[1-9][0-9]
> 	4.[1-9][0-9]
> 	[5-9].*
> 	[1-9][0-9].*
> 
> I don't think this is what you want.

Oops, sorry, looks like I applied my change on top of one
that was committed by Alan Modra about 3 weeks ago.

Never mind, patch withdrawn.  You guys are way ahead of me.






More information about the Gdb-patches mailing list