1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-05 13:16:09 +03:00

- 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
This commit is contained in:
lenz@mysql.com
2004-08-24 13:51:28 +02:00
parent 7bfc78f573
commit 89fcb8ee41
2 changed files with 4 additions and 1 deletions

View File

@@ -120,7 +120,7 @@ sub main
open(CONFIGURE,">configure.in") or die "$! Unable to open configure.in to write to!\n"; open(CONFIGURE,">configure.in") or die "$! Unable to open configure.in to write to!\n";
print CONFIGURE $configure; print CONFIGURE $configure;
close(CONFIGURE); close(CONFIGURE);
`autoconf`; `aclocal && autoheader && aclocal && automake && autoconf`;
if (! -f "configure") { if (! -f "configure") {
print "\"./configure\" was not produced, exiting!\n"; print "\"./configure\" was not produced, exiting!\n";
exit(0); exit(0);

View File

@@ -22,6 +22,7 @@ EXTRA_DIST = mysql.spec.sh \
my-medium.cnf.sh \ my-medium.cnf.sh \
my-large.cnf.sh \ my-large.cnf.sh \
my-huge.cnf.sh \ my-huge.cnf.sh \
my-innodb-heavy-4G \
mysql-log-rotate.sh \ mysql-log-rotate.sh \
mysql.server.sh \ mysql.server.sh \
binary-configure.sh \ binary-configure.sh \
@@ -34,6 +35,7 @@ pkgdata_DATA = my-small.cnf \
my-medium.cnf \ my-medium.cnf \
my-large.cnf \ my-large.cnf \
my-huge.cnf \ my-huge.cnf \
my-innodb-heavy-4G.cnf \
mysql-log-rotate \ mysql-log-rotate \
mysql-@VERSION@.spec \ mysql-@VERSION@.spec \
binary-configure \ binary-configure \
@@ -45,6 +47,7 @@ CLEANFILES = my-small.cnf \
my-medium.cnf \ my-medium.cnf \
my-large.cnf \ my-large.cnf \
my-huge.cnf \ my-huge.cnf \
my-innodb-heavy-4G.cnf \
mysql.spec \ mysql.spec \
mysql-@VERSION@.spec \ mysql-@VERSION@.spec \
mysql-log-rotate \ mysql-log-rotate \