* configure.ac (lispdirrel): Fix value for MacOS build.

This commit is contained in:
Andrea Corallo 2020-10-05 08:42:12 +02:00
parent 915214ac9a
commit 323200044f

View file

@ -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