1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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";
print CONFIGURE $configure;
close(CONFIGURE);
`autoconf`;
`aclocal && autoheader && aclocal && automake && autoconf`;
if (! -f "configure") {
print "\"./configure\" was not produced, exiting!\n";
exit(0);