Gnus development mailing list
 help / color / mirror / Atom feed
From: Jochen_Hayek@acm.org
Subject: Re: Gnus v5.6.24 is released
Date: Thu, 23 Jul 1998 13:09:29 GMT	[thread overview]
Message-ID: <r8k954d83j.fsf@Hayek5.derwent.co.uk> (raw)
In-Reply-To: <m31zrtryb9.fsf@sparky.gnus.org>


>>>>> "LMI" == Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

    LMI> The 498th release -- bug fixes.
    LMI> Get it from <URL:http://www.gnus.org/gnus.tar.gz> or 
    LMI> "/ftp@ftp.gnus.org:/pub/emacs/gnus/".  The patch is available as
    LMI> <URL:http://www.gnus.org/patches/gnus-5.6.23-5.6.24.diff.gz>.

    LMI> ChangeLog since last release:

    LMI> Sat Jul 11 03:03:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>

    LMI> 	* gnus.el: Gnus v5.6.24 is released.

    LMI> [...]

I tried to build it:

    johayek@Hayek5 $ ./configure --cache-file=/usr/local/config.cache
    loading cache /usr/local/config.cache
    checking whether make sets ${MAKE}... (cached) yes
    checking for a BSD compatible install... (cached) /usr/bin/install -c
    checking for emacs... (cached) /usr/local/bin/emacs
    checking where .elc files should go... $(prefix)/share/emacs/site-lisp

that's where the problem started, I assume -> `$(prefix)'

    checking for makeinfo... (cached) /usr/bin/makeinfo
    creating ./config.status
    creating Makefile
    creating lisp/Makefile
    creating texi/Makefile
    johayek@Hayek5 $ make
    cd lisp && make EMACS=/usr/local/bin/emacs lispdir=/share/emacs/site-lisp all
    [...]

the lispdir is not quite appropriate,
and that's how the Makefile looks:

    johayek@Hayek5 $ head Makefile
    # Generated automatically from Makefile.in by configure.
    lispdir = $(prefix)/share/emacs/site-lisp
    srcdir = .

I personally made it then to look like, but ...:

    johayek@Hayek5 $ head Makefile
    # Generated automatically from Makefile.in by configure.
    prefix  = /usr/local
    lispdir = $(prefix)/share/emacs/site-lisp
    srcdir = .
.



  parent reply	other threads:[~1998-07-23 13:09 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-07-11  1:06 Lars Magne Ingebrigtsen
1998-07-11 21:17 ` Berry Kercheval
1998-07-11 21:27   ` Lars Magne Ingebrigtsen
1998-07-11 22:55     ` Bruce Stephens
1998-07-11 23:05       ` SL Baur
1998-07-12 17:29         ` Dave Love
1998-07-12 17:36           ` Hrvoje Niksic
     [not found]             ` <x77m1ifwei.fsf@peorth.gweep.net>
1998-07-13  2:31               ` Bud Rogers
1998-07-14 19:46               ` Dave Love
1998-07-14 19:33             ` Dave Love
1998-07-15 16:32               ` Hrvoje Niksic
1998-07-12 18:40           ` Dave Love
1998-07-13  9:03       ` Mats Lofdahl
1998-07-13 12:10         ` Vladimir Volovich
     [not found]           ` <x7emvpbbov.fsf@peorth.gweep.net>
1998-07-14  1:06             ` Aaron M. Ucko
     [not found]               ` <x7u34kgsam.fsf@peorth.gweep.net>
1998-07-15  0:02                 ` Aaron M. Ucko
     [not found]                   ` <x73ec37s53.fsf@peorth.gweep.net>
1998-07-15  3:11                     ` Alan Shutko
     [not found]                       ` <x77m1fj7t2.fsf@peorth.gweep.net>
1998-07-15 19:02                         ` Alan Shutko
     [not found]                           ` <x7btqqvlru.fsf@peorth.gweep.net>
1998-07-15 23:01                             ` Alan Shutko
     [not found]                               ` <x7u34i8tcb.fsf@peorth.gweep.net>
1998-07-16 10:58                                 ` Robert Bihlmeyer
1998-07-14  9:35           ` Mats Lofdahl
1998-07-14 14:20             ` Aaron M. Ucko
1998-07-14 18:05             ` SL Baur
1998-07-16  6:29               ` Yair Friedman
1998-07-13 15:18         ` Hrvoje Niksic
1998-07-14 10:05         ` Kai Grossjohann
1998-07-14 11:36           ` François Pinard
1998-07-14 12:00             ` Kai Grossjohann
1998-07-23 13:09 ` Jochen_Hayek [this message]
1998-07-23 13:48 ` Jochen_Hayek
1998-07-23 14:02   ` Kai Grossjohann
1998-07-23 14:21     ` Jochen_Hayek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=r8k954d83j.fsf@Hayek5.derwent.co.uk \
    --to=jochen_hayek@acm.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).