From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/16045 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: Dave Love's --prefix patch Date: 14 Aug 1998 11:03:33 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035154979 25513 80.91.224.250 (20 Oct 2002 23:02:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:02:59 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.9.1/8.9.1) with ESMTP id CAA02615 for ; Fri, 14 Aug 1998 02:12:29 -0700 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id FAA15450 for ; Fri, 14 Aug 1998 05:06:19 -0400 Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id DAT12756; Fri, 14 Aug 1998 03:37:16 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 14 Aug 1998 04:04:22 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id EAA27816 for ; Fri, 14 Aug 1998 04:04:10 -0500 (CDT) Original-Received: from viffer.oslo.metis.no (viffer.oslo.metis.no [195.0.254.249]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id FAA02834 for ; Fri, 14 Aug 1998 05:04:05 -0400 (EDT) Original-Received: (from sb@localhost) by viffer.oslo.metis.no (8.8.7/8.8.7) id LAA05730; Fri, 14 Aug 1998 11:03:33 +0200 Original-To: ding@gnus.org In-Reply-To: Steinar Bang's message of "14 Aug 1998 10:43:51 +0200" Original-Lines: 27 X-Mailer: Gnus v5.6.34/XEmacs 20.4 - "Emerald" Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:16045 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:16045 >>>>> Steinar Bang : > [1 ] > Here's Dave Love's patch to Makefile.in to make the install target > work with the --prefix argument to configure. > Eg. > ./configure --prefix=~/apps Er... when I look at it, this patch looks a bit, umm... superflous... maybe I should have tried installing 5.6.34 before applying the patches...? > [2 love-prefix.patch ] > *** Makefile.in.distrib Fri Aug 14 10:32:54 1998 > --- Makefile.in Fri Aug 14 10:34:25 1998 > *************** > *** 1,5 **** > --- 1,7 ---- > prefix = @prefix@ > datadir = @datadir@ > + prefix = @prefix@ > + datadir = @datadir@ > lispdir = @lispdir@ > srcdir = @srcdir@