From: Alan Third Date: Tue, 29 Jun 2021 21:02:43 +0000 (+0100) Subject: Fix NS native comp search path (bug#49270) X-Git-Tag: emacs-28.0.90~1986 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=995ab9d0a916e4b1385fe6a25c0a9febe8dbb481;p=emacs.git 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. --- 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