Improve detection of Python 3.2 installations
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 18 Aug 2011 11:43:16 +0000 (14:43 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 18 Aug 2011 11:43:16 +0000 (14:43 +0300)
commitf8c2029ef0bf83ceb2bb10ee28362305cfa9cdf2
tree967af9d18b7dedd0c30189323d577fec3deb35bb
parente1f9aa4eaecd8107230df1a1b698e8caf0fba4f8
Improve detection of Python 3.2 installations

Because of ABI tagging, the library version number might no longer be
exactly the Python version number, so do extra lookups.  This affects
installations without a shared library, such as ActiveState's
installer.

Also update the way to detect the location of the 'config' directory,
which can also be versioned.

Ashesh Vashi
config/python.m4
configure