diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-05-24 20:39:11 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-05-24 20:39:11 (GMT) |
commit | 2032722e514a20b5f5321f07427dc2cea6e0d634 (patch) | |
tree | 2e202609a73cf61fb274e99a1bb63234fb57d6a4 /configure.in | |
parent | 70ccd167de68397889039a6470ae5fdf6f73e248 (diff) | |
download | cpython-2032722e514a20b5f5321f07427dc2cea6e0d634.zip cpython-2032722e514a20b5f5321f07427dc2cea6e0d634.tar.gz cpython-2032722e514a20b5f5321f07427dc2cea6e0d634.tar.bz2 |
Merged revisions 72898 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72898 | antoine.pitrou | 2009-05-24 22:23:57 +0200 (dim., 24 mai 2009) | 6 lines
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 8d0d0de..6c71ad7 100644 --- a/configure.in +++ b/configure.in @@ -3897,7 +3897,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" |