diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-05-24 20:23:57 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-05-24 20:23:57 (GMT) |
commit | f2caeed9c694ed584e26716a7ce55f8fd83554ca (patch) | |
tree | adf2959bcc8b1995c210520bea3c6ee1d88c3a45 /configure.in | |
parent | 0b09c42ffec7b56b7f94c11d160ca083944c9cf8 (diff) | |
download | cpython-f2caeed9c694ed584e26716a7ce55f8fd83554ca.zip cpython-f2caeed9c694ed584e26716a7ce55f8fd83554ca.tar.gz cpython-f2caeed9c694ed584e26716a7ce55f8fd83554ca.tar.bz2 |
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.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b270e08..58b0190 100644 --- a/configure.in +++ b/configure.in @@ -3867,7 +3867,7 @@ done AC_MSG_RESULT(done) # generate output files -AC_CONFIG_FILES(Makefile.pre Modules/Setup.config) +AC_CONFIG_FILES(Makefile.pre Modules/Setup.config Misc/python.pc) AC_OUTPUT echo "creating Modules/Setup" |