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 6adc89d..95ff349 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -82,6 +82,8 @@
   measures the number of UDP packets processed per second depending on the
   number of background CPU-bound Python threads.
 
+- python-config now supports multiple options on the same command line.
+
 Build
 -----