From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4631 invoked by alias); 25 Mar 2006 17:46:07 -0000 Received: (qmail 4589 invoked by uid 22791); 25 Mar 2006 17:46:02 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 25 Mar 2006 17:46:00 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k2PHjwfp018704; Sat, 25 Mar 2006 12:45:58 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id k2PHjwS3003798; Sat, 25 Mar 2006 12:45:58 -0500 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id k2PHjuMm021118; Sat, 25 Mar 2006 12:45:57 -0500 Message-ID: <442581D3.4050001@redhat.com> Date: Sun, 26 Mar 2006 08:20:00 -0000 From: Keith Seitz User-Agent: Thunderbird 1.5 (X11/20060112) MIME-Version: 1.0 To: R Smith CC: binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: Insight-6.4 debugger configure script on fedora core 5 References: <200603250808.04255.rsmit8@bellsouth.net> In-Reply-To: <200603250808.04255.rsmit8@bellsouth.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00297.txt.bz2 R Smith wrote: > Thanks to colorful highlighting in kwrite... > > [rks@fc5 src]$ diff insight-6.4/tcl/unix/configure ~/tcl-configure-orig > 5508c5508 > < system=MP-RAS-`awk '{print }' /etc/.relid` > --- >> system=MP-RAS-`awk '{print }' /etc/.relid'` > 7048c7048 > < system=MP-RAS-`awk '{print }' /etc/.relid` > --- >> system=MP-RAS-`awk '{print }' /etc/.relid'` > [rks@fc5 src]$ diff insight-6.4/tk/unix/configure ~/tk-configure-orig > 1952c1952 > < system=MP-RAS-`awk '{print }' /etc/.relid` > --- >> system=MP-RAS-`awk '{print }' /etc/.relid'` Patches for these have been already committed: 2006-02-08 Alexandre Oliva * unix/tcl.m4 (SC_CONFIG_CFLAGS, SC_BLOCKING_STYLE): Remove unmatched single quote inside backticks. * unix/configure: Rebuild. For tcl, tk, and I committed a similar patch for itcl (although the problematic functions were not being used by configure there). There was also a bug about it, insight/290 (which I didn't update until last week). Keith