commit | f2caeed9c694ed584e26716a7ce55f8fd83554ca | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun May 24 20:23:57 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun May 24 20:23:57 2009 +0000 |
tree | adf2959bcc8b1995c210520bea3c6ee1d88c3a45 | |
parent | 0b09c42ffec7b56b7f94c11d160ca083944c9cf8 [diff] |
Issue #3585: Add pkg-config support. It creates a python-2.7.pc file and a python.pc symlink in the $(LIBDIR)/pkgconfig directory. Patch by Clinton Roy.