Skip to content
Snippets Groups Projects
  1. Nov 09, 2000
  2. Nov 05, 2000
  3. Nov 03, 2000
  4. Oct 26, 2000
  5. Oct 24, 2000
  6. Oct 21, 2000
  7. Oct 20, 2000
  8. Oct 02, 2000
  9. Sep 30, 2000
  10. Sep 27, 2000
  11. Sep 26, 2000
  12. Sep 21, 2000
  13. Aug 29, 2000
  14. Aug 28, 2000
  15. Aug 27, 2000
  16. Aug 26, 2000
  17. Jun 11, 2000
    • Peter Eisentraut's avatar
      Substituted new configure test for types of accept() · 06cd0f1a
      Peter Eisentraut authored
      Interfaced a lot of the custom tests to the config.cache, in the process
      made them separate macros and grouped them out into files. Made naming
      adjustments.
      
      Removed a couple of useless/unused configure tests.
      
      Disabled C++ by default. C++ is no more special than Perl, Python, and Tcl.
      And it breaks equally often. :(
      06cd0f1a
  18. Jun 10, 2000
    • Peter Eisentraut's avatar
      Moved the intricacies of the perl interface build into its own makefile · 6de89c9a
      Peter Eisentraut authored
      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.
      6de89c9a
  19. Jun 07, 2000
Loading