[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: contrib directory and autoconf
From: |
Kai Grossjohann |
Subject: |
Re: contrib directory and autoconf |
Date: |
Sat, 13 Mar 2004 17:13:54 +0100 |
User-agent: |
Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) |
Michael Albinus <address@hidden> writes:
> Kai Grossjohann <address@hidden> writes:
>
>> It seems that a switch for the configure script is needed.
>> "--without-contrib" or so...
>
> "--without-contrib" should be the default. One should enable it
> via "--with-contrib".
The perfect solution, IMVHO, would look like this: When configure is
run, it checks whether all the functions it needs are present. If
this is not the case, then it prints a message like this:
Couldn't find function base64-encode-region.
Use "--with-contrib" arg to use the implementation supplied
with Tramp.
Beware, however: After upgrading some other package, the
function(s) might appear, and then it is better to stop using the
versions supplied with Tramp.
Kai
Re: contrib directory and autoconf, Michael Albinus, 2004/03/06