From: Andrea Corallo Date: Mon, 5 Oct 2020 06:42:12 +0000 (+0200) Subject: * configure.ac (lispdirrel): Fix value for MacOS build. X-Git-Tag: emacs-28.0.90~2727^2~395 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=323200044f0c3f716f8f78a6f5e39349fe039117;p=emacs.git * configure.ac (lispdirrel): Fix value for MacOS build. --- diff --git a/configure.ac b/configure.ac index be53578239b..b7b0c268c84 100644 --- a/configure.ac +++ b/configure.ac @@ -1906,11 +1906,11 @@ if test "${with_ns}" != no; then # so avoid NS_IMPL_COCOA if macuvs.h is absent. # Even a headless Emacs can build macuvs.h, so this should let you bootstrap. if test "${opsys}" = darwin && test -f "$srcdir/src/macuvs.h"; then + lispdirrel=Contents/Resources/lisp NS_IMPL_COCOA=yes ns_appdir=`pwd`/nextstep/Emacs.app ns_appbindir=${ns_appdir}/Contents/MacOS - lispdirrel=Contents/Resources - ns_appresdir=${ns_appdir}/${lispdirrel} + ns_appresdir=${ns_appdir}/Contents/Resources ns_appsrc=Cocoa/Emacs.base ns_fontfile=macfont.o elif flags=$( (gnustep-config --objc-flags) 2>/dev/null); then