postgresql/config
Peter Eisentraut a65ed83f8a 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.
2009-01-04 00:54:15 +00:00
..
ac_func_accept_argtypes.m4
acx_pthread.m4
c-compiler.m4 Modify the recently-added probe for -Wl,--as-needed some more, because RHEL-4 2008-06-27 00:36:16 +00:00
c-library.m4 Autoconf 2.62 will require cache variables to contain "_cv_". Fix our few 2008-08-21 13:53:28 +00:00
config.guess Update config.guess and config.sub 2007-11-15 20:21:05 +00:00
config.sub Update config.guess and config.sub 2007-11-15 20:21:05 +00:00
docbook.m4 configure check for docbook2man program, used in the new XML-based man 2008-11-26 11:26:54 +00:00
general.m4 Use Autoconf provided AS_HELP_STRING macro to automatically format and 2008-10-29 09:27:24 +00:00
install-sh Again properly fix Darwin strip. 2007-11-13 18:50:54 +00:00
libtool.m4
Makefile
missing
mkinstalldirs
perl.m4 Detect and error out on inability to get proper linkage information required for plperl, usually due to absence of perl ExtUtils::Embed module. Backpatch as far as 8.1. 2008-11-12 00:00:05 +00:00
prep_buildtree
programs.m4 Remove all traces that suggest that a non-Bison yacc might be supported, and 2008-08-29 13:02:33 +00:00
python.m4 Allow configure to deal with Python 3.0. Changes were: 2009-01-04 00:54:15 +00:00
tcl.m4 Cope with Tcl versions that do not create a tclsh symlink to the version- 2008-08-01 13:50:52 +00:00