diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/AIX-NOTES | 2 | ||||
-rw-r--r-- | Misc/Makefile.pre.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Misc/AIX-NOTES b/Misc/AIX-NOTES index 6050dd4..c532fac 100644 --- a/Misc/AIX-NOTES +++ b/Misc/AIX-NOTES @@ -88,7 +88,7 @@ AIX shared library support was added to Python in the 1.4 release by Manus Hand (mhand@csn.net) and Vladimir Marangozov (Vladimir.Marangozov@imag.fr). Python modules may now be built as shared libraries on AIX using the normal -process of uncommenting the "*shared*" line in Modules/Setup.in before the +process of uncommenting the "*shared*" line in Modules/Setup before the build. AIX shared libraries require that an "export" and "import" file be provided diff --git a/Misc/Makefile.pre.in b/Misc/Makefile.pre.in index ca68576..1cc91a1 100644 --- a/Misc/Makefile.pre.in +++ b/Misc/Makefile.pre.in @@ -17,7 +17,7 @@ # only withs with Python 1.5, alpha 3 or newer.) # Create a file Setup.in for your extension. This file follows the -# format of the Modules/Setup.in file; see the instructions there. +# format of the Modules/Setup.dist file; see the instructions there. # For a simple module called "spam" on file "spammodule.c", it can # contain a single line: # spam spammodule.c |