Allow configure to deal with Python 3.0. Changes were:
commit3af2c6bdd5e793083e430973b26d55380c8b4786
authorpetere <petere>
Sun, 4 Jan 2009 00:54:15 +0000 (4 00:54 +0000)
committerpetere <petere>
Sun, 4 Jan 2009 00:54:15 +0000 (4 00:54 +0000)
tree996f38fbb16a52990afcc84808cbaea619f05cac
parent654518546deb22992dfa2f09dadce67a8e672242
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