This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Insight-6.4 debugger configure script on fedora core 5


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 <aoliva@redhat.com>

        * 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]