]> git.eshelyaron.com Git - emacs.git/commit
Make filename hashing compatible with self contained builds (bug#43532)
authorAndrea Corallo <akrl@sdf.org>
Sun, 4 Oct 2020 07:16:24 +0000 (09:16 +0200)
committerAndrea Corallo <akrl@sdf.org>
Sun, 4 Oct 2020 17:44:15 +0000 (19:44 +0200)
commitafb765ab3cab7b6582d0def543b23603cd076445
treec394f9eb9cfef5ada5a60d33015f0a7a3d85f0e9
parent187a0333bf0d1c5dd08ec76c9265e5a6077f8e74
Make filename hashing compatible with self contained builds (bug#43532)

* Makefile.in (lispdirrel): Add replace template.
(epaths-force): Form correctly 'PATH_REL_LOADSEARCH' into epath.h
* configure.ac (lispdirrel): Define variable (relative path of the
lisp files from the installation directory).
* src/comp.c (Fcomp_el_to_eln_filename): Update algorithm not to
rely on 'PATH_DUMPLOADSEARCH' but on 'PATH_REL_LOADSEARCH'.
* src/epaths.in (PATH_REL_LOADSEARCH): Add macro template.
Makefile.in
configure.ac
src/comp.c
src/epaths.in