Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: DJ Delorie <dj@redhat.com>
To: msnyder@specifix.com
Cc: gdb-patches@sourceware.org, rsandifo@nildram.co.uk,
	schwab@suse.de,         bkoz@redhat.com
Subject: Re: [RFA] top level configure and makeinfo/texinfo
Date: Wed, 10 Oct 2007 01:56:00 -0000	[thread overview]
Message-ID: <200710100111.l9A1BJuj006627@greed.delorie.com> (raw)
In-Reply-To: <1191977857.4409.0.camel@localhost.localdomain> (message from 	Michael Snyder on Tue, 09 Oct 2007 17:57:37 -0700)


> -       | 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.


  reply	other threads:[~2007-10-10  1:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-10  1:11 Michael Snyder
2007-10-10  1:56 ` DJ Delorie [this message]
2007-10-10  5:13   ` Michael Snyder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200710100111.l9A1BJuj006627@greed.delorie.com \
    --to=dj@redhat.com \
    --cc=bkoz@redhat.com \
    --cc=gdb-patches@sourceware.org \
    --cc=msnyder@specifix.com \
    --cc=rsandifo@nildram.co.uk \
    --cc=schwab@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox