[Python-checkins] CVS: python/dist/src configure,1.210,1.211

Neil Schemenauer nascheme@users.sourceforge.net
Tue, 19 Jun 2001 08:44:17 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv15646

Modified Files:
	configure 
Log Message:
Added a MACHDEP_OBJS to the python link. Use this on MacOSX to include
Mac/macglue.c into the core interpreter. This file contains the glue code that
allows extension modules for Mac toolboxes to live in different shared libraries
but still communicate with each other. The glue code is controlled by the
USE_MAC_TOOLBOX_GLUE define. [checked in for Jack]


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.210
retrieving revision 1.211
diff -C2 -r1.210 -r1.211
*** configure	2001/05/11 16:11:25	1.210
--- configure	2001/06/19 15:44:15	1.211
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.217 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.219 
  
[...1624 lines suppressed...]
*** 6223,6227 ****
  SRCDIRS="Parser Grammar Objects Python Modules"
  echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:6226: checking for build directories" >&5
  for dir in $SRCDIRS; do
      if test ! -d $dir; then
--- 6243,6247 ----
  SRCDIRS="Parser Grammar Objects Python Modules"
  echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:6246: checking for build directories" >&5
  for dir in $SRCDIRS; do
      if test ! -d $dir; then
***************
*** 6399,6402 ****
--- 6419,6423 ----
  s%@DLINCLDIR@%$DLINCLDIR%g
  s%@DYNLOADFILE@%$DYNLOADFILE%g
+ s%@MACHDEP_OBJS@%$MACHDEP_OBJS%g
  s%@LIBOBJS@%$LIBOBJS%g
  s%@HAVE_GETHOSTBYNAME_R_6_ARG@%$HAVE_GETHOSTBYNAME_R_6_ARG%g