aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAdrian Robert2008-07-19 16:42:22 +0000
committerAdrian Robert2008-07-19 16:42:22 +0000
commit7a55ab54bd48c021ff74df3d23d3a41112694ae6 (patch)
treef05edc8b258d5afe5bce0d73a370778c9a3e1bc0 /configure
parent568beaa25328d4045fa4aaef5c773f2f741d1f59 (diff)
downloademacs-7a55ab54bd48c021ff74df3d23d3a41112694ae6.tar.gz
emacs-7a55ab54bd48c021ff74df3d23d3a41112694ae6.zip
apply patch for GNUSTEP_MAKEFILES from Yavor Doganov
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d51f1b6f3e3..8eac0485742 100755
--- a/configure
+++ b/configure
@@ -9348,7 +9348,7 @@ if test "${with_ns}" != no; then
9348 ns_appbindir=`pwd`/nextstep/Emacs.app 9348 ns_appbindir=`pwd`/nextstep/Emacs.app
9349 ns_appresdir=`pwd`/nextstep/Emacs.app/Resources 9349 ns_appresdir=`pwd`/nextstep/Emacs.app/Resources
9350 ns_appsrc=${srcdir}/nextstep/GNUstep/Emacs.base 9350 ns_appsrc=${srcdir}/nextstep/GNUstep/Emacs.base
9351 GNUSTEP_MAKEFILES="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_MAKEFILES)" 9351 GNUSTEP_MAKEFILES="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_MAKEFILES)"
9352 GNUSTEP_SYSTEM_HEADERS="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_HEADERS)" 9352 GNUSTEP_SYSTEM_HEADERS="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_HEADERS)"
9353 GNUSTEP_SYSTEM_LIBRARIES="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_LIBRARIES)" 9353 GNUSTEP_SYSTEM_LIBRARIES="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_LIBRARIES)"
9354 CPPFLAGS="$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS}" 9354 CPPFLAGS="$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS}"