comparison configure.in @ 105052:fe2a0bec5d65

* puresize.h (BASE_PURESIZE): Increase to 1290000. * Makefile.in (OTHER_FILES): Define using autoconf, not cpp. (OBJECTS_MACHINE): Remove, unused. * configure.in (OTHER_FILES): Define using autoconf not cpp.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 17 Sep 2009 06:10:44 +0000
parents b54f03a2c09a
children a8741022610c
comparison
equal deleted inserted replaced
105051:b24c3613ac28 105052:fe2a0bec5d65
2186 if test "${NS_HAVE_NSINTEGER}" = "yes"; then 2186 if test "${NS_HAVE_NSINTEGER}" = "yes"; then
2187 AC_DEFINE(NS_HAVE_NSINTEGER, 1, [Define to 1 if `NSInteger' is defined.]) 2187 AC_DEFINE(NS_HAVE_NSINTEGER, 1, [Define to 1 if `NSInteger' is defined.])
2188 fi 2188 fi
2189 # We also have mouse menus. 2189 # We also have mouse menus.
2190 HAVE_MENUS=yes 2190 HAVE_MENUS=yes
2191 OTHER_FILES=ns-app
2191 fi 2192 fi
2192 2193
2193 2194
2194 ### Use session management (-lSM -lICE) if available 2195 ### Use session management (-lSM -lICE) if available
2195 HAVE_X_SM=no 2196 HAVE_X_SM=no
2596 AC_SUBST(GNUSTEP_MAKEFILES) 2597 AC_SUBST(GNUSTEP_MAKEFILES)
2597 AC_SUBST(GNUSTEP_SYSTEM_HEADERS) 2598 AC_SUBST(GNUSTEP_SYSTEM_HEADERS)
2598 AC_SUBST(GNUSTEP_SYSTEM_LIBRARIES) 2599 AC_SUBST(GNUSTEP_SYSTEM_LIBRARIES)
2599 AC_SUBST(GNU_OBJC_CFLAGS) 2600 AC_SUBST(GNU_OBJC_CFLAGS)
2600 AC_SUBST(LIB_SRC_EXTRA_INSTALLABLES) 2601 AC_SUBST(LIB_SRC_EXTRA_INSTALLABLES)
2602 AC_SUBST(OTHER_FILES)
2601 2603
2602 AC_DEFINE_UNQUOTED(EMACS_CONFIGURATION, "${canonical}", 2604 AC_DEFINE_UNQUOTED(EMACS_CONFIGURATION, "${canonical}",
2603 [Define to the canonical Emacs configuration name.]) 2605 [Define to the canonical Emacs configuration name.])
2604 AC_DEFINE_UNQUOTED(EMACS_CONFIG_OPTIONS, "${ac_configure_args}", 2606 AC_DEFINE_UNQUOTED(EMACS_CONFIG_OPTIONS, "${ac_configure_args}",
2605 [Define to the options passed to configure.]) 2607 [Define to the options passed to configure.])
2742 /* Set up some defines, C and LD flags for NeXTstep interface on GNUstep. 2744 /* Set up some defines, C and LD flags for NeXTstep interface on GNUstep.
2743 (There is probably a better place to do this, but right now the Cocoa 2745 (There is probably a better place to do this, but right now the Cocoa
2744 side does this in s/darwin.h and we cannot 2746 side does this in s/darwin.h and we cannot
2745 parallel this exactly since GNUstep is multi-OS. */ 2747 parallel this exactly since GNUstep is multi-OS. */
2746 #ifdef HAVE_NS 2748 #ifdef HAVE_NS
2747 #define OTHER_FILES ns-app
2748 # ifdef NS_IMPL_GNUSTEP 2749 # ifdef NS_IMPL_GNUSTEP
2749 /* See also .m.o rule in Makefile.in */ 2750 /* See also .m.o rule in Makefile.in */
2750 /* FIXME: are all these flags really needed? Document here why. */ 2751 /* FIXME: are all these flags really needed? Document here why. */
2751 # define C_SWITCH_X_SYSTEM -D_REENTRANT -fPIC -fno-strict-aliasing 2752 # define C_SWITCH_X_SYSTEM -D_REENTRANT -fPIC -fno-strict-aliasing
2752 /* GNUstep needs a bit more pure memory. Of the existing knobs, 2753 /* GNUstep needs a bit more pure memory. Of the existing knobs,