From 995ab9d0a916e4b1385fe6a25c0a9febe8dbb481 Mon Sep 17 00:00:00 2001 From: Alan Third Date: Tue, 29 Jun 2021 22:02:43 +0100 Subject: [PATCH] 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. --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2