1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

ns_appbindir must end in /.

This commit is contained in:
Jan Djärv 2010-11-21 15:39:55 +01:00
parent b7d1e14447
commit 0e941dcee2
2 changed files with 226 additions and 242 deletions

466
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1498,7 +1498,7 @@ if test "${with_ns}" != no; then
elif test -f $GNUSTEP_CONFIG_FILE; then
NS_IMPL_GNUSTEP=yes
ns_appdir=`pwd`/nextstep/Emacs.app
ns_appbindir=${ns_appdir}
ns_appbindir=${ns_appdir}/
ns_appresdir=${ns_appdir}/Resources
ns_appsrc=${srcdir}/nextstep/GNUstep/Emacs.base
dnl FIXME sourcing this several times in subshells seems inefficient.