Commit 8b11e715 authored by unknown's avatar unknown
Browse files

- make sure to recreate all autoconf/automake-related files after

   modifying configure.in for the commercial tarballs
 - added my-innodb-heavy-4G.cnf to the distribution


Build-tools/mysql-copyright:
   - make sure to recreate all autoconf/automake-related files after
     modifying configure.in
support-files/Makefile.am:
   - added my-innodb-heavy-4G.cnf to the distribution
parent 696a3035
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ sub main
      open(CONFIGURE,">configure.in") or die "$! Unable to open configure.in to write to!\n";
      print CONFIGURE $configure;
      close(CONFIGURE);
      `autoconf`;
      `aclocal && autoheader && aclocal && automake && autoconf`;
      if (! -f "configure") {
        print "\"./configure\" was not produced, exiting!\n";
        exit(0);
+3 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ EXTRA_DIST = mysql.spec.sh \
			my-medium.cnf.sh \
			my-large.cnf.sh \
			my-huge.cnf.sh \
			my-innodb-heavy-4G \
			mysql-log-rotate.sh \
			mysql.server.sh \
			binary-configure.sh \
@@ -34,6 +35,7 @@ pkgdata_DATA = my-small.cnf \
			my-medium.cnf \
			my-large.cnf \
			my-huge.cnf \
      my-innodb-heavy-4G.cnf \
			mysql-log-rotate \
			mysql-@VERSION@.spec \
			binary-configure \
@@ -45,6 +47,7 @@ CLEANFILES = my-small.cnf \
			my-medium.cnf \
			my-large.cnf \
			my-huge.cnf \
			my-innodb-heavy-4G.cnf \
			mysql.spec \
			mysql-@VERSION@.spec \
			mysql-log-rotate \