From: Andrew M. Kuchling Date: Tue, 27 Feb 2001 03:29:52 +0000 (+0000) Subject: Mention setup.py in the instructions X-Git-Tag: v2.1b1~191 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab354bb9ba218f27a2f268ae3c4b527d75948396;p=python Mention setup.py in the instructions Add note about linuxaudiodev possibly working on BSD --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 88fb355b5e..192704831b 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: # # ... [ ...] [ ...] [ ...] @@ -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