[Python-checkins] CVS: python/dist/src/Modules Setup.dist,1.17,1.18 Setup.config.in,1.9,1.10

A.M. Kuchling akuchling@users.sourceforge.net
Wed, 21 Feb 2001 13:10:16 -0800


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

Modified Files:
	Setup.dist Setup.config.in 
Log Message:
Move the signal module back into Setup.config.in so it can be enabled 
   and disabled from the configure script.


Index: Setup.dist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.dist,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** Setup.dist	2001/02/06 09:34:40	1.17
--- Setup.dist	2001/02/21 21:10:14	1.18
***************
*** 98,104 ****
  _sre _sre.c			# Fredrik Lundh's new regular expressions
  
- # The signal module can't be compiled as a dynamically linked module.
- signal signalmodule.c           # signal(2)
- 
  # The rest of the modules listed in this file are all commented out by
  # default.  Usually they can be detected and built as dynamically
--- 98,101 ----

Index: Setup.config.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.config.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** Setup.config.in	2001/01/17 18:55:13	1.9
--- Setup.config.in	2001/02/21 21:10:14	1.10
***************
*** 10,13 ****
--- 10,16 ----
  @USE_THREAD_MODULE@thread threadmodule.c
  
+ # The signal module
+ @USE_SIGNAL_MODULE@signal signalmodule.c
+ 
  # The rest of the modules previously listed in this file are built
  # by the setup.py script in Python 2.1.