From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Steven Tamm Newsgroups: gmane.emacs.devel Subject: Re: MacOSX installation suggestions. Date: Mon, 6 Jan 2003 21:52:05 -0800 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <26664618-2204-11D7-91D4-00039390AB82@mac.com> References: <1089BE0E-2167-11D7-A5BA-00039363E640@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v551) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1041984511 21524 80.91.224.249 (8 Jan 2003 00:08:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 8 Jan 2003 00:08:31 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18W3lk-0005ac-00 for ; Wed, 08 Jan 2003 01:08:28 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18W3qX-0005EG-00 for ; Wed, 08 Jan 2003 01:13:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18VykQ-0000jw-03 for emacs-devel@quimby.gnus.org; Tue, 07 Jan 2003 13:46:46 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18VmfO-00087n-00 for emacs-devel@gnu.org; Tue, 07 Jan 2003 00:52:46 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18Vmep-0007GH-00 for emacs-devel@gnu.org; Tue, 07 Jan 2003 00:52:42 -0500 Original-Received: from smtpout.mac.com ([17.250.248.85]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Vmeo-0007CT-00 for emacs-devel@gnu.org; Tue, 07 Jan 2003 00:52:10 -0500 Original-Received: from asmtp01.mac.com (asmtp01-qfe3 [10.13.10.65]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h075q6bD002136 for ; Mon, 6 Jan 2003 21:52:06 -0800 (PST) Original-Received: from mac.com ([12.236.43.16]) by asmtp01.mac.com (Netscape Messaging Server 4.15) with ESMTP id H8BXMT00.5G2; Mon, 6 Jan 2003 21:52:05 -0800 Original-To: "Jan D." In-Reply-To: <1089BE0E-2167-11D7-A5BA-00039363E640@swipnet.se> X-Mailer: Apple Mail (2.551) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10543 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10543 On Monday, January 6, 2003, at 03:07 AM, Jan D. wrote: > I would like to suggest a separate configure option, that defaults to > /Application (--appdir?). If doing a build and install as a regular > user, one probably don't wan't it in /Application. I just checked it in. The option is --enable-carbon-app with the default directory as /Application. It takes an optional argument as the directory, so you could ./configure --enable-carbon-app=$HOME/Applications -Steven