Issue #3585: Add pkg-config support.
commit9d5641a9cfcec1edcc324d61713529f8acc1bab5
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 24 May 2009 20:23:57 +0000 (24 20:23 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 24 May 2009 20:23:57 +0000 (24 20:23 +0000)
tree0a8c0f6b88b84b5fa0bfaf1006416ff01e223484
parent7204da0b3d9bf281e57c5401ef3d2976c2a58d2c
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.

git-svn-id: http://svn.python.org/projects/python/trunk@72898 6015fed2-1504-0410-9fe1-9d1591cc4771
Makefile.pre.in
Misc/ACKS
Misc/NEWS
Misc/python.pc.in [new file with mode: 0644]
configure
configure.in
pyconfig.h.in