summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-07-23 06:26:32 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-07-23 06:26:32 +0000
commitd4a8c3715cdeda3c188f61e9f4675518b3d63445 (patch)
tree6c873f04cdf52747f04477c90d7767906efd08af /configure.in
parent66d3c607436b91ff4d2f86695dfb0112661fc196 (diff)
downloademacs-d4a8c3715cdeda3c188f61e9f4675518b3d63445.tar.gz
* config.in: Regenerate.
* s/ms-w32.h (subprocesses): Define unconditionally. * s/template.h (subprocesses): Update comment. * s/vms.h (subprocesses): * s/usg5-4.h (subprocesses): * s/hpux10-20.h (subprocesses): * s/gnu-linux.h (subprocesses): * s/cygwin.h (subprocesses): * s/bsd-common.h (subprocesses): * s/aix4-2.h (subprocesses): * s/darwin.h (subprocesses): Do not define, defined by default now. * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused. Remove all references. (temacs): Add GNUStep specific ld flags. * Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE. * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine. * Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE. * configure.in (LD_SWITCH_SITE): Remove, set the values directly in src/Makefile.in. (static): Remove, autoconf would always comment it out anyway. (subprocesses): Define unconditionally.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in20
1 files changed, 3 insertions, 17 deletions
diff --git a/configure.in b/configure.in
index 6c7231c5265..f73b73209e8 100644
--- a/configure.in
+++ b/configure.in
@@ -2589,7 +2589,7 @@ AH_BOTTOM([
#define CANNOT_DUMP
#endif
-/* PENDING: These are used for the Carbon port only. */
+/* TODO: These are used for the Carbon port only. */
#undef MAC_OS
#undef MAC_OSX
@@ -2645,7 +2645,6 @@ AH_BOTTOM([
# ifdef NS_IMPL_GNUSTEP
/* See also .m.o rule in Makefile.in */
# define C_SWITCH_X_SYSTEM -MMD -MP -D_REENTRANT -fPIC -fno-strict-aliasing
-# define LD_SWITCH_SITE -lgnustep-gui -lgnustep-base -lobjc $(CONFIG_SYSTEM_LIBS) -lpthread
# 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 */
@@ -2654,25 +2653,12 @@ AH_BOTTOM([
# endif /* NS_IMPL_COCOA */
#endif /* HAVE_NS */
-
-
-/* If no remapping takes place, static variables cannot be dumped as
- pure, so don't worry about the `static' keyword. */
-#ifdef NO_REMAP
-#undef static
-#endif
-
/* Define `subprocesses' should be defined if you want to
have code for asynchronous subprocesses
(as used in M-x compile and M-x shell).
- These do not work for some USG systems yet;
- for the ones where they work, the s/SYSTEM.h file defines this flag. */
+ Only MSDOS does not support this. */
-#ifndef VMS
-#ifndef USG
-/* #define subprocesses */
-#endif
-#endif
+#define subprocesses
/* SIGTYPE is the macro we actually use. */
#ifndef SIGTYPE