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:
@ -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);
|
||||
|
Reference in New Issue
Block a user