summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Third <alan@idiocy.org>2021-06-29 22:02:43 +0100
committerAlan Third <alan@idiocy.org>2021-07-01 20:41:57 +0100
commit995ab9d0a916e4b1385fe6a25c0a9febe8dbb481 (patch)
tree9012556f45aad7e2227549bb5550ec711cc4141f /configure.ac
parent124ba9db96ff7c30963a6c2d44279ed66fc3284d (diff)
downloademacs-995ab9d0a916e4b1385fe6a25c0a9febe8dbb481.tar.gz
Fix NS native comp search path (bug#49270)
* 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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c8920d877e3..6e2cda947ae 100644
--- 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