Skip to content
Snippets Groups Projects
  1. Jun 12, 2000
  2. Jun 11, 2000
  3. 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
  4. Jun 09, 2000
  5. Aug 22, 1997
  6. Apr 04, 1997
  7. Dec 31, 1996
  8. Dec 19, 1996
  9. Dec 10, 1996
  10. Nov 19, 1996
  11. Nov 13, 1996
  12. Nov 11, 1996
  13. Oct 21, 1996
  14. Oct 19, 1996
  15. Oct 08, 1996
  16. Oct 04, 1996
  17. Oct 03, 1996
  18. Aug 13, 1996
    • Marc G. Fournier's avatar
      I have attached a minor update for the Postgres make files. This update · ca5db6ca
      Marc G. Fournier authored
      does 2 things:
      
      1) Make it hard to not notice the make failed.  (As you recall, someone on
         the mailing list had this problem.  I've had it to some extent myself).
      
          The 1.02 make files continue with the next subdirectory when a make
          in a subdirectory fails.  The patch makes the make stop in the
          conventional way when a submake fails.  It also adds a reassuring message
          when the make succeeds and adds a note to the INSTALL file to expect it.
      
      2) Include loader flags on all invocations of the linker.
      
         The 1.02 make files omit the $(LDFLAGS) on some of the linker invocations.
         On my system, I need one of those flags just to make it invoke the proper
         version of the compiler/linker, so LDFLAGS has to be everywhere.
      
      Submitted by: Bryan Henderson <bryanh@giraffe.netgate.net>
      ca5db6ca
  19. Aug 01, 1996
    • Marc G. Fournier's avatar
      Fixes: · 4fff70a8
      Marc G. Fournier authored
      make TCL conditinal compilation work
      
      Submitted by: Dr_George_D_Detlefsen <drgeorge@madmax.ilt.com>
      4fff70a8
  20. Jul 20, 1996
  21. Jul 09, 1996
Loading