mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
innodb also need libtoolize
This commit is contained in:
parent
7d318ad975
commit
2cd14794ce
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue