projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
124ba9d
)
Fix NS native comp search path (bug#49270)
author
Alan Third
<alan@idiocy.org>
Tue, 29 Jun 2021 21:02:43 +0000
(22:02 +0100)
committer
Alan Third
<alan@idiocy.org>
Thu, 1 Jul 2021 19:41:57 +0000
(20:41 +0100)
* configure.ac (NS_SELF_CONTAINED): We need to make lispdirrel the
same as lispdir when building a self contained app bundle as they're
both relative paths.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index c8920d877e3d3f18376dbc016b955db546464fde..6e2cda947ae4b94eb22113d0046e5a815e2f1093 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2025,6
+2025,7
@@
if test "${HAVE_NS}" = yes; then
infodir="\${ns_appresdir}/info"
mandir="\${ns_appresdir}/man"
lispdir="\${ns_appresdir}/lisp"
+ lispdirrel="\${ns_appresdir}/lisp"
test "$locallisppathset" = no && locallisppath="\${ns_appresdir}/site-lisp"
INSTALL_ARCH_INDEP_EXTRA=
fi