Allow configure to deal with Python 3.0. Changes were:
authorPeter Eisentraut <[email protected]>
Sun, 4 Jan 2009 00:54:15 +0000 (00:54 +0000)
committerPeter Eisentraut <[email protected]>
Sun, 4 Jan 2009 00:54:15 +0000 (00:54 +0000)
commit2240131284d28beaa8a33eda395028495c7964cc
treeb66d9023cbd4e006e218071535dd3144e2ab3dfe
parent4ad56ba2f9175e173253e9bac349a09092c58b21
Allow configure to deal with Python 3.0.  Changes were:

print foo --> print(foo)
string.join(...) --> ' '.join(...)

These changes are backward compatible.

The actual plpython module appears to need significant updates to support
Python 3.0, though.  This change just relieves interested developers from
having to deal with Autoconf.
config/python.m4
configure