Gnus development mailing list
 help / color / mirror / Atom feed
* Dave Love's --prefix patch
@ 1998-08-14  8:43 Steinar Bang
  1998-08-14  9:03 ` Steinar Bang
  0 siblings, 1 reply; 2+ messages in thread
From: Steinar Bang @ 1998-08-14  8:43 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 149 bytes --]

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


[-- Attachment #2: love-prefix.patch --]
[-- Type: application/octet-stream, Size: 261 bytes --]

*** 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@
  

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Dave Love's --prefix patch
  1998-08-14  8:43 Dave Love's --prefix patch Steinar Bang
@ 1998-08-14  9:03 ` Steinar Bang
  0 siblings, 0 replies; 2+ messages in thread
From: Steinar Bang @ 1998-08-14  9:03 UTC (permalink / raw)


>>>>> Steinar Bang <sb@metis.no>:

> [1  <text/plain; US-ASCII (7bit)>]
> 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 <application/octet-stream>]
> *** 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@
  



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1998-08-14  9:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-08-14  8:43 Dave Love's --prefix patch Steinar Bang
1998-08-14  9:03 ` Steinar Bang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).