1. 10 5月, 2001 3 次提交
  2. 10 3月, 2001 1 次提交
  3. 05 3月, 2001 1 次提交
    • P
      · c18bb990
      Peter Mount 提交于
      Ok, I've split todays commit into three, the first two already done had some
      bits in JDBC & the first set of tools into contrib.
      
      This is the third, and deals with enabling JDBC to be compiled with the main
      source.
      
      What it does is add a new option to configure: --with-java
      
      This option tells configure to look for ant (our build tool of choice) and
      if found, it then compiles both the JDBC driver and the new tools as part
      of the normal make.
      
      Also, when the postgresql install is done, all the .jar files are also
      installed into the ${PGLIB}/java directory (thought best to keep then separate)
      
      Now I had some conflicts when this applied so could someone please double check
      that everything is ok?
      
      Peter
      c18bb990
  4. 03 3月, 2001 1 次提交
  5. 27 2月, 2001 1 次提交
  6. 21 2月, 2001 1 次提交
  7. 08 2月, 2001 1 次提交
  8. 21 1月, 2001 1 次提交
  9. 30 12月, 2000 1 次提交
  10. 16 12月, 2000 1 次提交
  11. 01 12月, 2000 1 次提交
    • P
      Make all commands that link a program look like · e5ba2fc5
      Peter Eisentraut 提交于
      $(CC) $(CFLAGS) $(LDFLAGS) <object files> <extra-libraries> $(LIBS) -o $@
      
      This form seemed to be the most portable, readable, and logical, but in any
      case it's better than having a dozen different ones in the tree.
      e5ba2fc5
  12. 21 11月, 2000 1 次提交
  13. 20 11月, 2000 1 次提交
  14. 10 11月, 2000 1 次提交
  15. 06 11月, 2000 1 次提交
  16. 05 11月, 2000 1 次提交
  17. 04 11月, 2000 1 次提交
  18. 30 10月, 2000 1 次提交
  19. 28 10月, 2000 1 次提交
  20. 26 10月, 2000 1 次提交
  21. 24 10月, 2000 1 次提交
    • P
      Polish shared library build to reduce number of special hacks. In · 7b021ce1
      Peter Eisentraut 提交于
      particular, allow linking with arbitrary commands rather than only $(AR) or
      $(LD), and treat C++ without hacks.
      
      Add option to disable shared libraries.  This takes the place of the
      BSD_SHLIB variable.  The regression test driver ignores the plpgsql test
      if there are no shared libraries available.
      7b021ce1
  22. 22 10月, 2000 1 次提交
    • P
      Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template to · f8ff1ee5
      Peter Eisentraut 提交于
      Makefile.port, since they are of no use to configure and much of the
      library magic happens in Makefile.port anyway.
      
      Use __alpha, not __alpha__, since the former is universally available.
      Remove -DNOFIXADE from the compile command line and put it in the port
      include file.
      f8ff1ee5
  23. 21 10月, 2000 2 次提交
  24. 11 10月, 2000 1 次提交
  25. 10 10月, 2000 1 次提交
  26. 09 10月, 2000 1 次提交
  27. 30 9月, 2000 1 次提交
  28. 27 9月, 2000 1 次提交
  29. 26 9月, 2000 1 次提交
  30. 22 9月, 2000 1 次提交
  31. 09 9月, 2000 1 次提交
  32. 01 9月, 2000 1 次提交
  33. 28 8月, 2000 1 次提交
  34. 22 7月, 2000 1 次提交
  35. 20 7月, 2000 1 次提交
    • P
      Add distprep target to take some of the job of the release_prep script. · 32163099
      Peter Eisentraut 提交于
      The latter updated accordingly. Also add `dist' and `distcheck' targets
      to play with, but caveat packager.
      
      Updated backend/bootstrap and backend/parser makefile to make them
      marginally builddir aware and fix the usual set of things.
      
      Add rule to automatically remake config.h dependent on config.h.in and
      config.status. (Adopted from Autoconf manual and about every other
      package.) On a good day we should now have a complete and accurate set
      of dependencies throughout everything.
      32163099
  36. 18 7月, 2000 1 次提交
  37. 16 7月, 2000 1 次提交