]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix NS native comp search path (bug#49270)
authorAlan Third <alan@idiocy.org>
Tue, 29 Jun 2021 21:02:43 +0000 (22:02 +0100)
committerAlan 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

index c8920d877e3d3f18376dbc016b955db546464fde..6e2cda947ae4b94eb22113d0046e5a815e2f1093 100644 (file)
@@ -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