innodb also need libtoolize

parent 7b2ed114
......@@ -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"
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment