[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/config.in,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/config.in,v |
Date: |
Thu, 07 Aug 2008 14:21:53 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/08/07 14:21:43
Index: src/config.in
===================================================================
RCS file: /cvsroot/emacs/emacs/src/config.in,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -b -r1.266 -r1.267
--- src/config.in 7 Aug 2008 01:36:30 -0000 1.266
+++ src/config.in 7 Aug 2008 14:21:42 -0000 1.267
@@ -1039,18 +1039,14 @@
side does this in s/darwin.h and we cannot
parallel this exactly since GNUstep is multi-OS. */
#ifdef HAVE_NS
+#define OTHER_FILES ns-app
# ifdef NS_IMPL_GNUSTEP
/* See also .m.o rule in Makefile.in */
# define C_SWITCH_X_SYSTEM -D_REENTRANT -fPIC -fno-strict-aliasing
-# define GNU_OBJC_CFLAGS -fgnu-runtime -Wno-import
-fconstant-string-class=NSConstantString -DGNUSTEP_BASE_LIBRARY=1
-DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGSWARN -DGSDIAGNOSE
-# define OTHER_FILES ns-app
-# else /* NS_IMPL_COCOA */
-# define C_SWITCH_X_SYSTEM
-# define GNU_OBJC_CFLAGS
-# endif /* NS_IMPL_COCOA */
+# endif /* NS_IMPL_GNUSTEP */
#endif /* HAVE_NS */
-/* Define `subprocesses' should be defined if you want to
+/* `subprocesses' should be defined if you want to
have code for asynchronous subprocesses
(as used in M-x compile and M-x shell).
Only MSDOS does not support this. */
- [Emacs-diffs] Changes to emacs/src/config.in,v, Chong Yidong, 2008/08/04
- [Emacs-diffs] Changes to emacs/src/config.in,v, Andreas Schwab, 2008/08/06
- [Emacs-diffs] Changes to emacs/src/config.in,v, Adrian Robert, 2008/08/06
- [Emacs-diffs] Changes to emacs/src/config.in,v, Adrian Robert, 2008/08/06
- [Emacs-diffs] Changes to emacs/src/config.in,v,
Dan Nicolaescu <=
- [Emacs-diffs] Changes to emacs/src/config.in,v, Dan Nicolaescu, 2008/08/24