]> git.eshelyaron.com Git - emacs.git/commit
Fix NS self contained eln location (bug#49271)
authorAlan Third <alan@idiocy.org>
Wed, 30 Jun 2021 18:58:13 +0000 (19:58 +0100)
committerAlan Third <alan@idiocy.org>
Thu, 1 Jul 2021 19:41:58 +0000 (20:41 +0100)
commit1b88404acc4b6399b617dac2b14f1eaa78135670
tree3051e078de89978d755886b6658b1c8d8faa27fa
parent995ab9d0a916e4b1385fe6a25c0a9febe8dbb481
Fix NS self contained eln location (bug#49271)

* Makefile.in:
* configure.ac: Change eln file install location to
Contents/Frameworks.
* src/comp.c (hash_native_abi): Replace dots with underscores in the
eln install location as the macOS code-signing tool won't sign the
files if the parent directories have dots.
Makefile.in
configure.ac
src/comp.c