Merged revisions 79082,79084 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79082 | collin.winter | 2010-03-18 17:00:30 -0700 (Thu, 18 Mar 2010) | 1 line

  Add a separate python-config make target, useful for testing changes to Misc/python-config.in.
........
  r79084 | collin.winter | 2010-03-18 17:08:44 -0700 (Thu, 18 Mar 2010) | 1 line

  Make python-config support multiple option flags on the same command line, rather than requiring one invocation per flag.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index b68f812..7c8c711 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -889,6 +889,8 @@
 - Issue #7541: when using ``python-config`` with a framework install the
   compiler might use the wrong library.
 
+- python-config now supports multiple options on the same command line.
+
 Documentation
 ------------