diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2010-11-21 15:39:55 +0100 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2010-11-21 15:39:55 +0100 |
commit | 0e941dcee29df5890e5659f75b0b6e15161c30b4 (patch) | |
tree | d7b04c879eef99eec05718493080f9737913e6d2 /configure.in | |
parent | b7d1e1444724b4f2e47df2cac9983c4f9ac0a21a (diff) | |
download | emacs-0e941dcee29df5890e5659f75b0b6e15161c30b4.tar.gz |
ns_appbindir must end in /.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 575bb41023b..784d2fb4e5b 100644 --- a/configure.in +++ b/configure.in @@ -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. |