An error occurred fetching the project authors.
  1. 05 Apr, 2007 1 commit
    • unknown's avatar
      zlib.m4: · 60289fba
      unknown authored
        Only require the more recent zlibCompileFlags() when
        building the server, client zlib don't need it.
      Makefile.am:
        Always build the bundled zlib static only
      configure.in:
        Look for dlopen() even if --with-mysqld-ldflags constains "-static",
        as this is not the same as the flag to "ld", it just informs
        "libtool" to link static with libraries created part of the build,
        even if there exists shared versions.
      make_binary_distribution.sh:
        Real "mysqlmanager" executable might be in ".libs"
      
      
      configure.in:
        Look for dlopen() even if --with-mysqld-ldflags constains "-static",
        as this is not the same as the flag to "ld", it just informs
        "libtool" to link static with libraries created part of the build,
        even if there exists shared versions.
      config/ac-macros/zlib.m4:
        Only require the more recent zlibCompileFlags() when
        building the server, client zlib don't need it.
      scripts/make_binary_distribution.sh:
        Real "mysqlmanager" executable might be in ".libs"
      zlib/Makefile.am:
        Always build the bundled zlib static only
      60289fba
  2. 12 May, 2006 1 commit
    • unknown's avatar
      Bug#18818 configure: No longer finds OpenSSL on Mac OS X · 07b431d1
      unknown authored
         - Remove usage of $shrext_cmds variable
         - Test for libs using all known library file endings
      
      
      config/ac-macros/openssl.m4:
        Remove the usage of $shrext_cmds. instead test for all the library file
        endings we currently know, that is .a .so .sl and .dylib
      config/ac-macros/zlib.m4:
        Remove the usage of $shrext_cmds. instead test for all the library file
        endings we currently know, that is .a .so .sl and .dylib
      07b431d1
  3. 28 Apr, 2006 1 commit
    • unknown's avatar
      Bug#18818 configure: No longer finds OpenSSL on Mac OS X · 9b69052c
      unknown authored
       - Eval shrext_cmds variable before using it
       - Moved from acinclude.m4 to openssl.m4 and zlib.m4 when merging 4.1 -> 5.0
      
      
      config/ac-macros/openssl.m4:
        Move from acinclude.m4
      config/ac-macros/zlib.m4:
        Move from acinclude.m4
      9b69052c
  4. 12 Apr, 2006 1 commit
    • unknown's avatar
      fixes for 'make dist' and 'make distcheck' · c566f9a2
      unknown authored
      BUILD/compile-dist:
        fixes for 'make dist' and 'make distcheck'
        include yassl in "dist"
      Makefile.am:
        fixes for 'make dist' and 'make distcheck'
        remove double-listing of everything in SUBDIRS and DIST_SUBDIRS
        remove @yassl_dir@, it belongs to extra/Makefile.am
        specify --basedir for mysql_install_db, in case builddir (where mysql_install_db is)
        differs from srcdir (where mysql_fix_privilege_tables.sql is)
      config/ac-macros/yassl.m4:
        fixes for 'make dist' and 'make distcheck'
        create Makefile's only if yassl is used
        yassl_dir must not include /
      config/ac-macros/zlib.m4:
        fixes for 'make dist' and 'make distcheck'
        create Makefile only if zlib is used
      configure.in:
        fixes for 'make dist' and 'make distcheck'
        create Makefile only if a feature is enabled
        storage engine dirs must not include /
        automatically disable readline/libedit/sql-bench if source dir is missing
      extra/Makefile.am:
        fixes for 'make dist' and 'make distcheck'
        remove SUBDIR/DIST_SUBDIR hack
      libmysql_r/Makefile.am:
        fixes for 'make dist' and 'make distcheck'
        when symlinking all files from libmysql/ take into account that
        srcdir != builddir
      libmysqld/Makefile.am:
        fixes for 'make dist' and 'make distcheck'
        remove fragile promiscuous search for object files
        if .o file is not where we look for it - extract it from the library
      mysql-test/ndb/Makefile.am:
        fixes for 'make dist' and 'make distcheck'
        ndbcluster script is not a "source"
        don't forget to cleanup
      plugin/Makefile.am:
        fixes for 'make dist' and 'make distcheck'
        include plugin/fulltext/configure.in template in the distribution
      storage/Makefile.am:
        fixes for 'make dist' and 'make distcheck'
        remove SUBDIRS/DIST_SUBDIRS hack
      storage/ndb/Makefile.am:
        fixes for 'make dist' and 'make distcheck'
        force common.mk.am out of DIST_COMMON (which is otherwise an
        auto-generated list of Makefile's sources) because it's listed
        indirectly in EXTRA_DIST, and with bk -r get, a file cannot be copied
        twice.
      c566f9a2
  5. 01 Apr, 2006 1 commit
    • unknown's avatar
      zlib.m4: · 3ff1ec0f
      unknown authored
        Use CPPFLAGS when testing to link "libz" found in --with-zlib-dir=,
        and search the given include directory first (bug#18369)
      
      
      config/ac-macros/zlib.m4:
        Use CPPFLAGS when testing to link "libz" found in --with-zlib-dir=,
        and search the given include directory first (bug#18369)
      3ff1ec0f
  6. 30 Mar, 2006 1 commit
    • unknown's avatar
      zlib.m4, openssl.m4: · fa7e5ed5
      unknown authored
        Use  when testing if shared library exists, bug#16332
      
      
      config/ac-macros/openssl.m4:
        Use  when testing if shared library exists, bug#16332
      config/ac-macros/zlib.m4:
        Use  when testing if shared library exists, bug#16332
      fa7e5ed5
  7. 21 Nov, 2005 1 commit
  8. 01 Nov, 2005 1 commit
    • unknown's avatar
      config/ac-macros/zlib.m4 · dced9348
      unknown authored
      Accept any shared library for "libz", not just the static one. Bug#6584
      Repetition of the corresponding change, as the 4.1 "acinclude.m4" is not used in 5.0.
      
      
      config/ac-macros/zlib.m4:
        Accept any shared library for "libz", not just the static one. Bug#6584
        Repetition of the corresponding change, as the 4.1 "acinclude.m4" is not used in 5.0.
      dced9348
  9. 09 Feb, 2005 1 commit
  10. 04 Dec, 2004 1 commit
    • unknown's avatar
      Fixing problem with case insitive file systems. · 623c7338
      unknown authored
      Would you believe that I wrote all of this on a Mac? I just happen to be not using HFS for the partition I did this work on. Oops :)
      
      
      config/ac-macros/alloca.m4:
        mvdir
      config/ac-macros/character_sets.m4:
        mvdir
      config/ac-macros/check_cpu.m4:
        mvdir
      config/ac-macros/compiler_flag.m4:
        mvdir
      config/ac-macros/ha_archive.m4:
        mvdir
      config/ac-macros/ha_berkeley.m4:
        mvdir
      config/ac-macros/ha_example.m4:
        mvdir
      config/ac-macros/ha_innodb.m4:
        mvdir
      config/ac-macros/ha_isam.m4:
        mvdir
      config/ac-macros/ha_ndbcluster.m4:
        mvdir
      config/ac-macros/ha_tina.m4:
        mvdir
      config/ac-macros/large_file.m4:
        mvdir
      config/ac-macros/misc.m4:
        mvdir
      config/ac-macros/mysqlfs.m4:
        mvdir
      config/ac-macros/openssl.m4:
        mvdir
      config/ac-macros/readline.m4:
        mvdir
      config/ac-macros/sanity.m4:
        mvdir
      config/ac-macros/zlib.m4:
        mvdir
      configure.in:
        Fix silly little problem with case insensitive filesystems.
        
        Funny thing is that I wrote all this on a Mac, but I don't use HFS on that partition so I never noticed that it would be an issue.
        
        Oops :)
      623c7338
  11. 02 Dec, 2004 1 commit