Allow configure to deal with Python 3.0. Changes were:
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 4 Jan 2009 00:54:15 +0000 (00:54 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 4 Jan 2009 00:54:15 +0000 (00:54 +0000)
commita65ed83f8a6fbf35c1e563533ab8293a788b1fce
tree083f6cf226735c937b7b7d41d4d1032ddc5c632e
parent4605d1c98b305567a7addb22643a9cc7519315e9
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