1. 12 10月, 2000 1 次提交
  2. 11 10月, 2000 1 次提交
  3. 10 10月, 2000 1 次提交
  4. 09 10月, 2000 1 次提交
  5. 08 10月, 2000 1 次提交
  6. 07 10月, 2000 2 次提交
  7. 04 10月, 2000 1 次提交
  8. 03 10月, 2000 4 次提交
  9. 02 10月, 2000 1 次提交
  10. 30 9月, 2000 3 次提交
  11. 27 9月, 2000 1 次提交
  12. 26 9月, 2000 1 次提交
  13. 22 9月, 2000 1 次提交
  14. 12 9月, 2000 1 次提交
  15. 29 8月, 2000 1 次提交
  16. 28 8月, 2000 2 次提交
  17. 27 8月, 2000 1 次提交
  18. 25 8月, 2000 1 次提交
  19. 20 8月, 2000 1 次提交
  20. 28 7月, 2000 1 次提交
  21. 23 7月, 2000 1 次提交
  22. 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
  23. 18 7月, 2000 1 次提交
  24. 16 7月, 2000 1 次提交
  25. 15 7月, 2000 1 次提交
  26. 13 7月, 2000 1 次提交
    • P
      Remove a bunch of unused configure tests, in particular cases where · cb292206
      Peter Eisentraut 提交于
      * the result is not recorded anywhere
      * the result is not used anywhere
      * the result is only used in some places, whereas others have been getting away with it
      * the result is used improperly
      
      Also make command line options handling a little better (e.g., --disable-locale,
      while redundant, should really still *dis*able).
      cb292206
  27. 09 7月, 2000 1 次提交
    • P
      Another round of those unportable config/build changes :-/ · 74618e2b
      Peter Eisentraut 提交于
      * Add option to build with OpenSSL out of the box. Fix thusly exposed
        bit rot. Although it compiles now, getting this to do something
        useful is left as an exercise.
      
      * Fix Kerberos options to defer checking for required libraries until
        all the other libraries are checked for.
      
      * Change default odbcinst.ini and krb5.srvtab path to PREFIX/etc.
      
      * Install work around for Autoconf's install-sh relative path anomaly.
        Get rid of old INSTL_*_OPTS variables, now that we don't need them
        anymore.
      
      * Use `gunzip -c' instead of g?zcat. Reportedly broke on AIX.
      
      * Look for only one of readline.h or readline/readline.h, not both.
      
      * Make check for PS_STRINGS cacheable. Don't test for the header files
        separately.
      
      * Disable fcntl(F_SETLK) test on Linux.
      
      * Substitute the standard GCC warnings set into CFLAGS in configure,
        don't add it on in Makefile.global.
      
      * Sweep through contrib tree to teach makefiles standard semantics.
      
      ... and in completely unrelated news:
      
      * Make postmaster.opts arbitrary options-aware. I still think we need to
        save the environment as well.
      74618e2b
  28. 07 7月, 2000 1 次提交
    • P
      Backend makefile cleanup. make maintainer-clean is now completely · f0b4ae69
      Peter Eisentraut 提交于
      functional.
      
      Handle include file installation in src/include/Makefile
      
      genbki.sh improvements: Don't substitute anything by config.status,
      instead pass in AWK and CPP through environment. Change calling
      convention to support named output files, so we get to see error
      messages on stderr.
      
      Rename bootstrap template files and install them into PREFIX/share.
      Update initdb to that effect and other readability improvements
      in initdb.
      f0b4ae69
  29. 06 7月, 2000 2 次提交
  30. 02 7月, 2000 2 次提交
  31. 01 7月, 2000 1 次提交