[Python-checkins] CVS: python/dist/src/Modules Setup.dist,1.19,1.20

A.M. Kuchling akuchling@users.sourceforge.net
Mon, 26 Feb 2001 19:29:54 -0800


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

Modified Files:
	Setup.dist 
Log Message:
Mention setup.py in the instructions
Add note about linuxaudiodev possibly working on BSD


Index: Setup.dist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.dist,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** Setup.dist	2001/02/22 15:45:46	1.19
--- Setup.dist	2001/02/27 03:29:52	1.20
***************
*** 12,16 ****
  
  # Each line in this file describes one or more optional modules.
! # Comment out lines to suppress modules.
  # Lines have the following structure:
  #
--- 12,18 ----
  
  # Each line in this file describes one or more optional modules.
! # Modules enabled here will not be compiled by the setup.py script,
! # so the file can be used to override setup.py's behavior.
! 
  # Lines have the following structure:
  #
***************
*** 274,278 ****
  
  
! # Linux specific modules -- off by default:
  
  #linuxaudiodev linuxaudiodev.c
--- 276,281 ----
  
  
! # A Linux specific module -- off by default; this may also work on 
! # some *BSDs.
  
  #linuxaudiodev linuxaudiodev.c