From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/16046 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Dave Love's --prefix patch Date: 14 Aug 1998 10:43:51 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: multipart/mixed; boundary="Multipart_Fri_Aug_14_10:43:51_1998-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035154980 25514 80.91.224.250 (20 Oct 2002 23:03:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:03:00 +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 CAA02646 for ; Fri, 14 Aug 1998 02:14:53 -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 EAA15254 for ; Fri, 14 Aug 1998 04:47:15 -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 DAT12692; Fri, 14 Aug 1998 03:18:10 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 14 Aug 1998 03:44:36 -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 DAA27497 for ; Fri, 14 Aug 1998 03:44:27 -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 EAA02714 for ; Fri, 14 Aug 1998 04:44:23 -0400 (EDT) Original-Received: (from sb@localhost) by viffer.oslo.metis.no (8.8.7/8.8.7) id KAA05660; Fri, 14 Aug 1998 10:43:51 +0200 Original-To: ding@gnus.org Original-Lines: 29 X-Mailer: Gnus v5.6.9/XEmacs 20.4 - "Emerald" Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:16046 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:16046 --Multipart_Fri_Aug_14_10:43:51_1998-1 Content-Type: text/plain; charset=US-ASCII 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 --Multipart_Fri_Aug_14_10:43:51_1998-1 Content-Type: application/octet-stream; type=patch Content-Disposition: attachment; filename="love-prefix.patch" Content-Transfer-Encoding: 7bit *** 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@ --Multipart_Fri_Aug_14_10:43:51_1998-1--