comparison configure @ 108627:4b6058a65883

* configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir. * configure: Regenerate.
author Glenn Morris <rgm@gnu.org>
date Sun, 16 May 2010 16:38:13 -0700
parents ecb7cdb525f0
children a53949523193
comparison
equal deleted inserted replaced
108626:840953137f6b 108627:4b6058a65883
9940 CFLAGS="$CFLAGS -x objective-c" 9940 CFLAGS="$CFLAGS -x objective-c"
9941 TEMACS_LDFLAGS2="\${LDFLAGS}" 9941 TEMACS_LDFLAGS2="\${LDFLAGS}"
9942 if test "${with_ns}" != no; then 9942 if test "${with_ns}" != no; then
9943 if test "${opsys}" = darwin; then 9943 if test "${opsys}" = darwin; then
9944 NS_IMPL_COCOA=yes 9944 NS_IMPL_COCOA=yes
9945 ns_appdir=`pwd`/nextstep/Emacs.app 9945 ns_appdir=`pwd`/nextstep/Emacs.app/
9946 ns_appbindir=`pwd`/nextstep/Emacs.app/Contents/MacOS 9946 ns_appbindir=${ns_appdir}Contents/MacOS/
9947 ns_appresdir=`pwd`/nextstep/Emacs.app/Contents/Resources 9947 ns_appresdir=${ns_appdir}Contents/Resources
9948 ns_appsrc=${srcdir}/nextstep/Cocoa/Emacs.base 9948 ns_appsrc=${srcdir}/nextstep/Cocoa/Emacs.base
9949 elif test -f $GNUSTEP_CONFIG_FILE; then 9949 elif test -f $GNUSTEP_CONFIG_FILE; then
9950 NS_IMPL_GNUSTEP=yes 9950 NS_IMPL_GNUSTEP=yes
9951 ns_appdir=`pwd`/nextstep/Emacs.app 9951 ns_appdir=`pwd`/nextstep/Emacs.app/
9952 ns_appbindir=`pwd`/nextstep/Emacs.app 9952 ns_appbindir=${ns_appdir}
9953 ns_appresdir=`pwd`/nextstep/Emacs.app/Resources 9953 ns_appresdir=${ns_appdir}Resources
9954 ns_appsrc=${srcdir}/nextstep/GNUstep/Emacs.base 9954 ns_appsrc=${srcdir}/nextstep/GNUstep/Emacs.base
9955 GNUSTEP_MAKEFILES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_MAKEFILES)" 9955 GNUSTEP_MAKEFILES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_MAKEFILES)"
9956 GNUSTEP_SYSTEM_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_HEADERS)" 9956 GNUSTEP_SYSTEM_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_HEADERS)"
9957 GNUSTEP_SYSTEM_LIBRARIES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_LIBRARIES)" 9957 GNUSTEP_SYSTEM_LIBRARIES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_LIBRARIES)"
9958 ## Pull in stuff from GNUstep-make. 9958 ## Pull in stuff from GNUstep-make.