From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Installing mew (editing Makefile.in) Date: Wed, 13 Sep 2006 22:15:54 +0200 Message-ID: References: <1156912134.588551.151490@m73g2000cwd.googlegroups.com> <1157510143.072670.35310@m79g2000cwm.googlegroups.com> <1158176051.025364.132680@m73g2000cwd.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1158178626 4370 80.91.229.2 (13 Sep 2006 20:17:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Sep 2006 20:17:06 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 13 22:17:01 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GNbA6-00060v-9G for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Sep 2006 22:16:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GNbA5-0005Qo-LC for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Sep 2006 16:16:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GNb9M-0004gx-LY for help-gnu-emacs@gnu.org; Wed, 13 Sep 2006 16:16:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GNb9K-0004ec-Lp for help-gnu-emacs@gnu.org; Wed, 13 Sep 2006 16:16:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GNb9K-0004eO-Fy for help-gnu-emacs@gnu.org; Wed, 13 Sep 2006 16:15:58 -0400 Original-Received: from [217.72.192.234] (helo=fmmailgate03.web.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GNbB7-00058O-CT for help-gnu-emacs@gnu.org; Wed, 13 Sep 2006 16:17:49 -0400 Original-Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate03.web.de (Postfix) with ESMTP id 4055C1EB06C6 for ; Wed, 13 Sep 2006 22:15:57 +0200 (CEST) Original-Received: from [84.245.180.231] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.107 #114) id 1GNb9I-0000U2-00 for help-gnu-emacs@gnu.org; Wed, 13 Sep 2006 22:15:57 +0200 In-Reply-To: <1158176051.025364.132680@m73g2000cwd.googlegroups.com> X-Image-Url: http://homepage.mac.com/sparifankal/.cv/thumbs/me.thumbnail X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37345 Archived-At: Am 13.09.2006 um 21:34 schrieb Ryo: >> prefix=@prefix@ >> exec_prefix=@exec_prefix@ >> libdir=@libdir@ >> datadir=@datadir@ >> infodir=@infodir@ Usually configure finds the right values. This set is used in my *Makefile* for GNU Emacs 22.0.50: prefix=/usr/local exec_prefix=${prefix} datadir=${prefix}/share infodir=${prefix}/info archlibdir=${libexecdir}/emacs/${version}/${configuration} Substitute /usr/local with the parent directory in which the share and info directories were created. -- Greetings Pete The day Microsoft makes something that doesn't suck is the day they start selling vacuum cleaners. Ernest Jan Plugge