[Patch] updated configure.in required to enable insight to build on OSX

Paul Schlie schlie@comcast.net
Tue Feb 22 09:11:00 GMT 2005


Might the following patch please be considered for inclusion into CVS
as soon as possible to enable Insight to build for OSX, Thank you:

--- old/src/configure.in       Fri Jan 28 23:24:22 2005
+++ new/src/configure.in       Sun Feb 20 14:49:03 2005
@@ -309,7 +309,7 @@ case "${host}" in
     noconfigdirs="$noconfigdirs tk itcl libgui gdb dejagnu readline"
     ;;
   *-*-darwin*)
-    noconfigdirs="$noconfigdirs tk itcl libgui"
+    noconfigdirs="$noconfigdirs"
     ;;
 esac

(and seems to execute correctly when invoked within the X11 terminal shell)

Thanks, -paul-

> From: Keith Seitz <keiths@redhat.com>
> Date: Mon, 21 Feb 2005 13:35:29 -0800
> To: Paul Schlie <schlie@comcast.net>
> Cc: <insight@sources.redhat.com>
> Subject: Re: Updated configure.in required to enable insight to build on OSX
>
> Hey, if it works, I don't have a problem. However, according to
> src/MAINTAINERS:
> 
> Makefile.*; configure; configure.in; src-release
>         Please notify the following of any committed patches.
>                 binutils@sources.redhat.com
>                 gdb-patches@sources.redhat.com
> 
> So you would need to send a patch to the binutils and gdb-patches mailing
> lists.
> 
> Keith
> 




More information about the Binutils mailing list