summaryrefslogtreecommitdiff
path: root/BUILD/autorun.sh
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/autorun.sh
parent7d318ad97532a1ab7b065f16e527bb2bd34926a2 (diff)
downloadmariadb-git-2cd14794cedb533412579817401e098661e6e939.tar.gz
innodb also need libtoolize
Diffstat (limited to 'BUILD/autorun.sh')
-rwxr-xr-xBUILD/autorun.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/BUILD/autorun.sh b/BUILD/autorun.sh
index 37cfc7234bf..6370de01ae1 100755
--- a/BUILD/autorun.sh
+++ b/BUILD/autorun.sh
@@ -4,7 +4,9 @@
die() { echo "$@"; exit 1; }
(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 || die "Can't execute aclocal"
autoheader || die "Can't execute autoheader"