From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 510 invoked by alias); 21 Feb 2005 21:35:40 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 489 invoked from network); 21 Feb 2005 21:35:36 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 21 Feb 2005 21:35:36 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j1LLZaOi031786 for ; Mon, 21 Feb 2005 16:35:36 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j1LLZVK24680; Mon, 21 Feb 2005 16:35:31 -0500 Received: from localhost.localdomain (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j1LLZUDF002489; Mon, 21 Feb 2005 16:35:30 -0500 Subject: Re: Updated configure.in required to enable insight to build on OSX From: Keith Seitz To: Paul Schlie Cc: insight@sources.redhat.com In-Reply-To: References: Content-Type: text/plain Date: Mon, 21 Feb 2005 21:35:00 -0000 Message-Id: <1109021730.5123.2.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-q1/txt/msg00044.txt.bz2 On Sun, 2005-02-20 at 22:35 -0500, Paul Schlie wrote: > ;; > *-*-darwin*) > - noconfigdirs="$noconfigdirs tk itcl libgui" > + noconfigdirs="$noconfigdirs" > 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