diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-02-27 03:29:52 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-02-27 03:29:52 (GMT) |
commit | ab354bb9ba218f27a2f268ae3c4b527d75948396 (patch) | |
tree | 3022066dc3e67b0f2f8cc0dbf1e8ed6f1d70f863 /Modules/Setup.dist | |
parent | ebe3045f3bbcf3a3db6595f8f47edef116b555c7 (diff) | |
download | cpython-ab354bb9ba218f27a2f268ae3c4b527d75948396.zip cpython-ab354bb9ba218f27a2f268ae3c4b527d75948396.tar.gz cpython-ab354bb9ba218f27a2f268ae3c4b527d75948396.tar.bz2 |
Mention setup.py in the instructions
Add note about linuxaudiodev possibly working on BSD
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 88fb355..1927048 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -11,7 +11,9 @@ # directory.) # Each line in this file describes one or more optional modules. -# Comment out lines to suppress 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: # # <module> ... [<sourcefile> ...] [<cpparg> ...] [<library> ...] @@ -273,7 +275,8 @@ GLHACK=-Dclear=__GLclear #sunaudiodev sunaudiodev.c -# Linux specific modules -- off by default: +# A Linux specific module -- off by default; this may also work on +# some *BSDs. #linuxaudiodev linuxaudiodev.c |