summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2004-08-24 13:51:28 +0200
committerunknown <lenz@mysql.com>2004-08-24 13:51:28 +0200
commit8b11e715bb4128e9b0fc31f3390f9d96189c4ff0 (patch)
tree434b3d6d57e4e125a0e9028bda861e06cf19a1af /Build-tools
parent696a303547eef73d5f58c1f8b68189e38913cf37 (diff)
downloadmariadb-git-8b11e715bb4128e9b0fc31f3390f9d96189c4ff0.tar.gz
- 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
Diffstat (limited to 'Build-tools')
-rwxr-xr-xBuild-tools/mysql-copyright2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/mysql-copyright b/Build-tools/mysql-copyright
index 84e13d6041e..ad4547b493c 100755
--- a/Build-tools/mysql-copyright
+++ b/Build-tools/mysql-copyright
@@ -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);