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: · ddb6fe7e
      unknown authored
        another spelling mistake fixed
      
      
      acinclude.m4:
        another spelling mistake fixed
      ddb6fe7e
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 5217955d
      unknown authored
      into mysql.com:/home/kostja/mysql/mysql-4.1-zlib
      
      
      configure.in:
        Auto merged
      5217955d
    • unknown's avatar
      WL#1518 "make bundled zlib usable for unix builds", post review fixes: · 6a371e24
      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
      6a371e24