[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Erratum: App Note: Installing Tramp on Fedora (and probably Red Hat)
From: |
Michael Albinus |
Subject: |
Re: Erratum: App Note: Installing Tramp on Fedora (and probably Red Hat) |
Date: |
Wed, 15 Sep 2004 07:10:23 +0200 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) |
Charles Curley <address@hidden> writes:
>> - The Lisp directory *.elc? files should go, is "/usr/share/lisp"? No
>> Emacs part in the path? No "site-lisp"?
>
> They end up in "/usr/share/emacs/site-lisp".
For sure you're right. I've mixed it up with --with-lisp-dir.
>> - Info files should go directly to "/usr/share"? I would expect
>> something like "/usr/share/info" at least.
>
> Again, same thing. They end up in "/usr/share/info/tramp".
Nope. If you say explicitely --infodir=DIR, it goes into DIR and no
other subdirectory. In your case, you would need
--infodir=/usr/share/info - but that's the default already if you have
--prefix=/usr/share. So I assume just saying
# ./configure --with-contrib --prefix=/usr/share
would be sufficient, as you've proposed in your first message.
Best regards, Michael.