commit | c90b17ec8233009e4745dd8f77401f52c5d4a8d5 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Apr 15 08:13:05 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Apr 15 08:13:05 2006 +0000 |
tree | d92962c214b958b54437664cc1c3812ced231636 | |
parent | adcd25e7facaf107bd2b94f33f6b9f818ab6a177 [diff] [blame] |
Patch #1161914: Add python-config.
diff --git a/Misc/NEWS b/Misc/NEWS index 7527f99..4822150 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -82,6 +82,7 @@ Build ----- +- Patch #1161914: Add a python-config script. - Patch #1324762:Remove ccpython.cc; replace --with-cxx with --with-cxx-main. Link with C++ compiler only if --with-cxx-main was specified. (Can be overridden by explicitly setting LINKCC.) Decouple