emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 995ab9d 1/2: Fix NS native comp search path (bug#49270)


From: Alan Third
Subject: master 995ab9d 1/2: Fix NS native comp search path (bug#49270)
Date: Thu, 1 Jul 2021 17:14:47 -0400 (EDT)

branch: master
commit 995ab9d0a916e4b1385fe6a25c0a9febe8dbb481
Author: Alan Third <alan@idiocy.org>
Commit: Alan Third <alan@idiocy.org>

    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 c8920d8..6e2cda9 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]