This is the mail archive of the insight@sources.redhat.com mailing list for the Insight 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]

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


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
> 



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