From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Mac OS X, 22.0.91, configure without --enable-carbon-app Date: Mon, 27 Nov 2006 12:31:33 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <86ac3cqbna.fsf@rakim.cfhp.org> <20061101.090235.63826615.kazu@iij.ad.jp> <86fyd2knb3.fsf@blue.stonehenge.com> <86wt6cnya2.fsf@blue.stonehenge.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1164598316 27123 80.91.229.2 (27 Nov 2006 03:31:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Nov 2006 03:31:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 27 04:31:53 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GoXDj-0008A1-DY for ged-emacs-devel@m.gmane.org; Mon, 27 Nov 2006 04:31:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GoXDi-0006Uc-S2 for ged-emacs-devel@m.gmane.org; Sun, 26 Nov 2006 22:31:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GoXDY-0006UX-92 for emacs-devel@gnu.org; Sun, 26 Nov 2006 22:31:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GoXDV-0006UL-Uq for emacs-devel@gnu.org; Sun, 26 Nov 2006 22:31:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GoXDV-0006UG-Qn for emacs-devel@gnu.org; Sun, 26 Nov 2006 22:31:37 -0500 Original-Received: from [133.82.132.2] (helo=mathmail.math.s.chiba-u.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GoXDV-0002dF-HH for emacs-devel@gnu.org; Sun, 26 Nov 2006 22:31:38 -0500 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 074122CDF; Mon, 27 Nov 2006 12:31:33 +0900 (JST) Original-To: Benjamin Riefenstahl In-Reply-To: User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.91 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) 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: news.gmane.org gmane.emacs.devel:62830 Archived-At: >>>>> On Sun, 26 Nov 2006 19:46:16 +0100, Benjamin Riefenstahl said: > Let me give my expectations in order of priority: > a) When I compile Emacs on Mac OS X using the defaults, I expect to > get an Emacs according to the customs of that OS. That means I > expect that "make install" puts an Emacs.app into /Applications. I > would think this also is the expectation of other users, especially > those that do not have prior experience in Unix. This breaks the following message shown by ./configure --help. By default, `make install' will install all the files in `/usr/local/bin', `/usr/local/lib' etc. You can specify an installation prefix other than `/usr/local' using `--prefix', for instance `--prefix=$HOME'. This originally comes from /usr/share/autoconf/autoconf/general.m4. Anyway, according to ChangeLog, --enable-carbon-app was added by Steven Tamm. He is also the current maintainer of the Mac Carbon port and the author of mac/make-package. So I think he is the best person to ask. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp