summaryrefslogtreecommitdiff
path: root/Misc/python-config.in
Commit message (Collapse)AuthorAgeFilesLines
* Make python-config support multiple option flags on the same command line, ↵Collin Winter2010-03-191-28/+31
| | | | rather than requiring one invocation per flag.
* Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGSGeorg Brandl2007-03-311-1/+3
| | | | | returned by python-config if Python was built with --enable-shared because that prevented the shared library from being used.
* Patch #1523356: fix determining include dirs in python-config.Georg Brandl2006-07-241-3/+4
| | | | | | Also don't install "python-config" when doing altinstall, but always install "python-config2.x" and make a link to it like with the main executable.
* Patch #1161914: Add python-config.Martin v. Löwis2006-04-151-0/+50