mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
autorun.sh:
merge BUILD/autorun.sh: merge
This commit is contained in:
parent
024e1d1bce
commit
d5bd6ae7c8
1 changed files with 2 additions and 2 deletions
|
|
@ -11,5 +11,5 @@ libtoolize --automake --force \
|
|||
automake --add-missing --force \
|
||||
|| (echo "Can't execute automake" && exit 1)
|
||||
autoconf || (echo "Can't execute autoconf" && exit 1)
|
||||
(cd bdb/dist && sh s_all)
|
||||
(cd innobase && aclocal && autoheader && aclocal && automake && autoconf)
|
||||
(cd storage/bdb/dist && sh s_all)
|
||||
(cd storage/innobase && aclocal && autoheader && aclocal && automake && autoconf)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue