1. 29 Jul, 2004 5 commits
  2. 28 Jul, 2004 11 commits
  3. 27 Jul, 2004 11 commits
  4. 26 Jul, 2004 4 commits
  5. 24 Jul, 2004 6 commits
    • unknown's avatar
      WL#1518, "make bundled zlib usable for unix builds": · 313eb010
      unknown authored
      required autotools macro written and deployed in all apropriate Makefile.ams.
      Use cases checked:
      - linux, standard location of zlib, no ndb
      - linux, standard locatoin of zlib, with ndb
      - linux, non-standard location of zlib, no ndb
      - hpux11, use of bundled zlib, no ndb 
      The only non-checked case is non-standard location of zlib (or use of bundled
      zlib) + ndb. I wasn't able to check it as ndb/ just won't compile on beasts 
      like AIX52 or HPUX11, where such a check is possible. It didn't compile 
      there before as these systems dont't have installed zlib, so nothing got broken ;)
      
      
      Makefile.am:
        WL#1518 "make bundled zlib usable for unix builds", part 2:
        - zlib dir should be built only if there is no system zlib available;
          with introducing of DIST_SUBDIRS goal, os2, BUILD and SSH now only entered
          if make dist
      acinclude.m4:
        WL#1518, "make bundled zlib usable for unix builds":
        - actual implementation of the check for various zlib usage options
      configure.in:
        WL#1518, "make bundled zlib usable for unix builds":
        - MYSQL_CHECK_ZLIB_WITH_COMPRESS deployed
      libmysql/Makefile.am:
        WL#1518, "make bundled zlib usable for unix builds":
        - support for non-standard zlib include dir added
      libmysql_r/Makefile.am:
        WL#1518, "make bundled zlib usable for unix builds":
        - support for non-standard zlib include dir added
      libmysqld/Makefile.am:
        WL#1518, "make bundled zlib usable for unix builds":
        - support for non-standard zlib include dir added
      myisam/Makefile.am:
        WL#1518, "make bundled zlib usable for unix builds":
        - support for non-standard zlib binary dir added
      mysys/Makefile.am:
        WL#1518, "make bundled zlib usable for unix builds":
        - support for non-standard zlib include dir added
      sql/Makefile.am:
        WL#1518, "make bundled zlib usable for unix builds":
        - support for non-standard zlib include dir and library dir added
      tools/Makefile.am:
        WL#1518, "make bundled zlib usable for unix builds":
        - support for non-standard zlib include dir added
        - copyright added
      313eb010
    • unknown's avatar
    • unknown's avatar
      03093f8d
    • unknown's avatar
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · eff0b190
      unknown authored
      into mysql.com:/home/kostja/mysql/mysql-4.1-warnings
      
      eff0b190
    • unknown's avatar
      All templates inlined into AC_DEFINE/AC_DEFINE_UNQUOTED. · 3951c7ac
      unknown authored
      Use of acconfig.h is deprecated in modern autotools (a cleaner patch).
      
      
      BitKeeper/deleted/.del-acconfig.h~8d2e3113fc8056da:
        Delete: acconfig.h
      acinclude.m4:
        All templates inlined into AC_DEFINE/AC_DEFINE_UNQUOTED.
        Use of acconfig.h is deprecated in modern autotools.
      configure.in:
        All templates inlined into AC_DEFINE/AC_DEFINE_UNQUOTED.
        Use of acconfig.h is deprecated in modern autotools.
      3951c7ac
  6. 23 Jul, 2004 3 commits