From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1656 invoked by alias); 10 Oct 2007 01:56:16 -0000 Received: (qmail 1643 invoked by uid 22791); 10 Oct 2007 01:56:15 -0000 X-Spam-Check-By: sourceware.org Received: from 216-129-118-140.cust.layer42.net (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 10 Oct 2007 01:56:12 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id 35D223B872; Tue, 9 Oct 2007 18:45:42 -0700 (PDT) Subject: Re: [RFA] top level configure and makeinfo/texinfo From: Michael Snyder To: DJ Delorie Cc: gdb-patches@sourceware.org, rsandifo@nildram.co.uk, schwab@suse.de, bkoz@redhat.com In-Reply-To: <200710100111.l9A1BJuj006627@greed.delorie.com> References: <1191977857.4409.0.camel@localhost.localdomain> <200710100111.l9A1BJuj006627@greed.delorie.com> Content-Type: text/plain Date: Wed, 10 Oct 2007 05:13:00 -0000 Message-Id: <1191981278.4409.3.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-4.fc7) Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00224.txt.bz2 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.