summaryrefslogtreecommitdiff
path: root/BUILD/compile-dist
diff options
context:
space:
mode:
authorunknown <serg@sergbook.mysql.com>2006-05-08 18:02:05 -0400
committerunknown <serg@sergbook.mysql.com>2006-05-08 18:02:05 -0400
commit2cd14794cedb533412579817401e098661e6e939 (patch)
tree1ac8e7dbd25f7d8ffd0cc0abc2bf7272ff41203a /BUILD/compile-dist
parent7d318ad97532a1ab7b065f16e527bb2bd34926a2 (diff)
downloadmariadb-git-2cd14794cedb533412579817401e098661e6e939.tar.gz
innodb also need libtoolize
Diffstat (limited to 'BUILD/compile-dist')
-rwxr-xr-xBUILD/compile-dist4
1 files changed, 3 insertions, 1 deletions
diff --git a/BUILD/compile-dist b/BUILD/compile-dist
index c0f5098ba6e..7cbf794530d 100755
--- a/BUILD/compile-dist
+++ b/BUILD/compile-dist
@@ -8,7 +8,9 @@
#
make distclean
(cd storage/bdb/dist && sh s_all)
-(cd storage/innobase && aclocal && autoheader && aclocal && automake && autoconf)
+(cd storage/innobase && aclocal && autoheader && \
+ libtoolize --automake --force --copy && \
+ && automake --force --add-missing --copy && autoconf)
aclocal
autoheader
libtoolize --automake --force --copy