1. 30 Jul, 2004 13 commits
  2. 29 Jul, 2004 11 commits
  3. 28 Jul, 2004 13 commits
  4. 27 Jul, 2004 3 commits
    • unknown's avatar
      acinclude.m4: · 788178e3
      unknown authored
        another spelling mistake fixed
      
      
      acinclude.m4:
        another spelling mistake fixed
      788178e3
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 744952cb
      unknown authored
      into mysql.com:/home/kostja/mysql/mysql-4.1-zlib
      
      
      configure.in:
        Auto merged
      744952cb
    • unknown's avatar
      WL#1518 "make bundled zlib usable for unix builds", post review fixes: · e3a9b273
      unknown authored
      - comment for AC_DEFINE(HAVE_COMPRESS) fixed
      - build convenience library from zlib: we need to compile it into both
        libmysqlclient.a and libmysqlclient.so
      - --with-zlib-dir=bundled configure option
      
      
      acinclude.m4:
        - MYSQL_CHECK_ZLIB_WITH_COMPRESS: added support for 
        --with-zlib-dir=bundled
        - AC_DEFINE comment fixed
      tools/Makefile.am:
        - uncomment bin_PROGRAMS (typo fixed)
      zlib/Makefile.am:
        - build libtool convenience library, not static one: we need libz objects
          to be compiled in libmysqlclient.so shared version
      e3a9b273