summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2010-11-21 15:39:55 +0100
committerJan Djärv <jan.h.d@swipnet.se>2010-11-21 15:39:55 +0100
commit0e941dcee29df5890e5659f75b0b6e15161c30b4 (patch)
treed7b04c879eef99eec05718493080f9737913e6d2 /configure.in
parentb7d1e1444724b4f2e47df2cac9983c4f9ac0a21a (diff)
downloademacs-0e941dcee29df5890e5659f75b0b6e15161c30b4.tar.gz
ns_appbindir must end in /.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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.