[Stackless-checkins] CVS: slpdev/src/2.2/src configure.in, 1.6, 1.7 Makefile.pre.in, 1.20, 1.21 setup.py, 1.22, 1.23

Christian Tismer tismer at centera.de
Tue May 4 18:12:17 CEST 2004


Update of /home/cvs/slpdev/src/2.2/src
In directory centera.de:/tmp/cvs-serv12407/src/2.2/src

Modified Files:
	configure.in Makefile.pre.in setup.py 
Log Message:
unifying makefiles and setup.py

Index: configure.in
===================================================================
RCS file: /home/cvs/slpdev/src/2.2/src/configure.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** configure.in	3 May 2004 16:54:28 -0000	1.6
--- configure.in	4 May 2004 16:12:15 -0000	1.7
***************
*** 1,11 ****
  dnl Process this file with autoconf 2.0 or later to make a configure script.
  AC_REVISION($Revision$)
! AC_PREREQ(2.0)
! AC_INIT(Include/object.h)
  AC_CONFIG_HEADER(pyconfig.h)
  
! # Set VERSION so we only need to edit in one place (i.e., here)
  AC_SUBST(VERSION)
! VERSION=2.2
  
[...2991 lines suppressed...]
  #ifdef HAVE_SYS_SOCKET_H
  #include <sys/socket.h>
  #endif
! ])
  
  AC_SUBST(THREADHEADERS)
***************
*** 2144,2148 ****
  
  # generate output files
! AC_OUTPUT(Makefile.pre Modules/Setup.config)
  
  echo "creating Setup"
--- 3035,3040 ----
  
  # generate output files
! AC_CONFIG_FILES(Makefile.pre Modules/Setup.config)
! AC_OUTPUT
  
  echo "creating Setup"

Index: Makefile.pre.in
===================================================================
RCS file: /home/cvs/slpdev/src/2.2/src/Makefile.pre.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Makefile.pre.in	4 May 2004 15:40:20 -0000	1.20
--- Makefile.pre.in	4 May 2004 16:12:15 -0000	1.21
***************
*** 228,232 ****
  		Stackless/module/taskletobject.o \
  		Stackless/pickling/prickelpit.o \
- 		Stackless/pickling/safe_pickle.o \
  		Python/compile.o \
  		Python/codecs.o \
--- 228,231 ----

Index: setup.py
===================================================================
RCS file: /home/cvs/slpdev/src/2.2/src/setup.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** setup.py	1 May 2004 01:21:08 -0000	1.22
--- setup.py	4 May 2004 16:12:15 -0000	1.23
***************
*** 4,8 ****
  __version__ = "$Revision$"
  
! import sys, os, getopt, imp
  from distutils import sysconfig
  from distutils import text_file
--- 4,10 ----
  __version__ = "$Revision$"
  
! import sys, os, getopt, imp, re
! 
[...1320 lines suppressed...]
!           platforms = ["Many"],
! 
!           # Build info
!           cmdclass = {'build_ext':PyBuildExt, 'install':PyBuildInstall,
!                       'install_lib':PyBuildInstallLib},
            # The struct module is defined here, because build_ext won't be
            # called unless there's at least one extension module defined.
***************
*** 809,813 ****
  
            # Scripts to install
!           scripts = ['Tools/scripts/pydoc']
          )
  
--- 1129,1133 ----
  
            # Scripts to install
!           scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle']
          )
  


_______________________________________________
Stackless-checkins mailing list
Stackless-checkins at stackless.com
http://www.stackless.com/mailman/listinfo/stackless-checkins



More information about the Stackless-checkins mailing list