Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make python-config support multiple option flags on the same command line, ↵ | Collin Winter | 2010-03-19 | 1 | -28/+31 |
| | | | | rather than requiring one invocation per flag. | ||||
* | Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS | Georg Brandl | 2007-03-31 | 1 | -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 Brandl | 2006-07-24 | 1 | -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öwis | 2006-04-15 | 1 | -0/+50 |