Insight-6.4 debugger configure script on fedora core 5

Keith Seitz keiths@redhat.com
Sat Mar 25 18:20:00 GMT 2006
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



More information about the Binutils mailing list