From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: configure.in/darwin: remove fink dependency? Date: Thu, 10 Feb 2005 23:20:46 -0500 Message-ID: <87is4zu3zp.fsf-monnier+emacs@gnu.org> References: <3e1a81be655c454f2e830db588446f90@rfc.se> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108096726 31199 80.91.229.6 (11 Feb 2005 04:38:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 Feb 2005 04:38:46 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 11 05:38:40 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CzSZj-0000jG-00 for ; Fri, 11 Feb 2005 05:38:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzSob-0000up-Bz for ged-emacs-devel@m.gmane.org; Thu, 10 Feb 2005 23:54:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CzSoT-0000uP-Ki for emacs-devel@gnu.org; Thu, 10 Feb 2005 23:53:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CzSnE-0000lY-2r for emacs-devel@gnu.org; Thu, 10 Feb 2005 23:52:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzSnD-0000W1-IF for emacs-devel@gnu.org; Thu, 10 Feb 2005 23:52:35 -0500 Original-Received: from [209.226.175.93] (helo=tomts36-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CzSIR-00029f-NI for emacs-devel@gnu.org; Thu, 10 Feb 2005 23:20:47 -0500 Original-Received: from alfajor ([65.92.240.235]) by tomts36-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050211042047.EYA1694.tomts36-srv.bellnexxia.net@alfajor>; Thu, 10 Feb 2005 23:20:47 -0500 Original-Received: by alfajor (Postfix, from userid 1000) id E580FD73CC; Thu, 10 Feb 2005 23:20:46 -0500 (EST) Original-To: Martin Fredriksson In-Reply-To: <3e1a81be655c454f2e830db588446f90@rfc.se> (Martin Fredriksson's message of "Fri, 11 Feb 2005 01:31:05 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:33240 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33240 > In configure.in, for powerpc-apple-darwin, I believe that "using fink > packages if available" should be removed. There is no use for that (as far > as I know?) since the needed packages (I think it's only ncurses) are part > of the normal development environment. [...] > Note the question mark in the subject. Anyone think this should be > kept there? Well, I added this code specifically to find some extra libs, not for ncurses. I can't remember exactly which libs I cared about but IIRC there was Xaw3d (used for the scrollbar) as well some image libs. There could also be gtk libs there for people who want to build with gtk. AFAIK the reasons I added the code are still valid. Maybe this only makes sense for the X11 build and not for the Carbon build, I wouldn't know (I only build it for X11). Stefan