summaryrefslogtreecommitdiff
path: root/config/python.m4
Commit message (Collapse)AuthorAgeFilesLines
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
|
* Clean up after pygresql removal: adjust/remove documentation and removePeter Eisentraut2003-09-011-19/+1
| | | | unneeded configure work.
* Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut2002-09-041-1/+6
| | | | configuration.
* Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut2002-03-291-3/+3
| | | | | | calls with new or now-built-in versions. Make sure that all calls to AC_DEFINE have a third argument, for possible use of autoheader in the future.
* Support fake root install, separate build dir, dependency tracking, ourPeter Eisentraut2001-07-101-24/+20
| | | | | | choice of compiler and flags, uninstall, and peculiar Python installation layouts for PyGreSql. Also install into site-packages now, as officially recommended. And pgdb.py is also installed now, used to be forgotten.
* PL/Python should build portably now, if you can get over the fact thatPeter Eisentraut2001-05-121-36/+74
| | | | | there's no shared libpython. Test suite works as well. Also, add some documentation.
* Moved the intricacies of the perl interface build into its own makefilePeter Eisentraut2000-06-101-0/+50
that now functions as a wrapper around the MakeMaker stuff. It might even behave sensically when we have separate build dirs. Same for plperl, which of course still doesn't work very well. Made sure that plperl respects the choice of --libdir. Added --with-python to automatically build and install the Python interface. Works similarly to the Perl5 stuff. Moved the burden of the distclean targets lower down into the source tree. Eventually, each make file should have its own. Added automatic remaking of makefiles and configure. Currently only for the top-level because of a bug(?) in Autoconf. Use GNU `missing' to work around missing autoconf and aclocal. Start factoring out macros into their own config/*.m4 files to increase readability and organization.