From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20039 invoked by alias); 25 Mar 2006 13:05:55 -0000 Received: (qmail 20022 invoked by uid 22791); 25 Mar 2006 13:05:54 -0000 X-Spam-Check-By: sourceware.org Received: from imf24aec.mail.bellsouth.net (HELO imf24aec.mail.bellsouth.net) (205.152.59.72) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 25 Mar 2006 13:05:53 +0000 Received: from ibm70aec.bellsouth.net ([68.18.178.184]) by imf24aec.mail.bellsouth.net with ESMTP id <20060325130551.EUFW8742.imf24aec.mail.bellsouth.net@ibm70aec.bellsouth.net>; Sat, 25 Mar 2006 08:05:51 -0500 Received: from [192.168.1.50] (really [68.18.178.184]) by ibm70aec.bellsouth.net with ESMTP id <20060325130551.SLLZ5353.ibm70aec.bellsouth.net@[192.168.1.50]>; Sat, 25 Mar 2006 08:05:51 -0500 From: R Smith To: binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Insight-6.4 debugger configure script on fedora core 5 Date: Sun, 26 Mar 2006 07:55:00 -0000 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603250808.04255.rsmit8@bellsouth.net> 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/msg00295.txt.bz2 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'`