From: Guido van Rossum Date: Mon, 22 Feb 1999 18:11:18 +0000 (+0000) Subject: Document *static* -- in two places! X-Git-Tag: v1.5.2c1~281 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b71c570f01304a82aa3402723ef5ff7ddeea5c24;p=thirdparty%2FPython%2Fcpython.git Document *static* -- in two places! --- diff --git a/Modules/Setup.in b/Modules/Setup.in index 7f38d9f5a4a1..43e175b21971 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -43,6 +43,9 @@ # installed using "make sharedinstall", which is implied by the # toplevel "make install" target.) (For compatibility, # *noconfig* has the same effect as *shared*.) +# +# In addition, *static* reverses this effect (negating a previous +# *shared* line). # NOTE: As a standard policy, as many modules as can be supported by a # platform should be present. The distribution comes with all modules @@ -107,7 +110,7 @@ GLHACK=-Dclear=__GLclear # Uncommenting the following line tells makesetup that all following # modules are to be built as shared libraries (see above for more -# detail): +# detail; also note that *static* reverses this effect): #*shared*