diff options
author | Glenn Morris <rgm@gnu.org> | 2012-05-13 06:18:50 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-05-13 06:18:50 -0400 |
commit | 64eee0dacdb58d39dfb17546521b9146eea44359 (patch) | |
tree | fe1bc5e66d9960397b7c28e03a83f7c883a8e480 /autogen | |
parent | 205a7391f7d6b5ffb4d366a142f69cfa0b8b3ac3 (diff) | |
download | emacs-64eee0dacdb58d39dfb17546521b9146eea44359.tar.gz |
Auto-commit of generated files.
Diffstat (limited to 'autogen')
-rwxr-xr-x | autogen/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen/configure b/autogen/configure index dc7fb2943b3..23314605039 100755 --- a/autogen/configure +++ b/autogen/configure @@ -10326,13 +10326,13 @@ if test "${with_ns}" != no; then if test "${opsys}" = darwin; then NS_IMPL_COCOA=yes ns_appdir=`pwd`/nextstep/Emacs.app - ns_appbindir=${ns_appdir}/Contents/MacOS/ + ns_appbindir=${ns_appdir}/Contents/MacOS ns_appresdir=${ns_appdir}/Contents/Resources ns_appsrc=${srcdir}/nextstep/Cocoa/Emacs.base 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 GNUSTEP_SYSTEM_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_HEADERS)" |