help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Correct Paths to Emacs C Sources after Installation


From: Alexander Shukaev
Subject: Re: Correct Paths to Emacs C Sources after Installation
Date: Tue, 4 Nov 2014 02:26:40 +0100

My proposal:

source-directory is a variable defined in `lread.c'.
>
> Documentation:
> Directory in which Emacs sources can be found.


and something like:

 Vsource_directory
>     = Fexpand_file_name (build_string ("../src/emacs"),
> Vinvocation_directory);


Additionally, an option to allow copying of source tree (that is being
built) to "${PREFIX}/src/emacs" has to be added to `configure`.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]