mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 01:04:19 +01:00
bootstrap is not using BUILD/autorun.sh :(
This commit is contained in:
parent
f5babf1f46
commit
7d318ad975
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
||||||
# package" that is used as the basis for all other binary builds.
|
# package" that is used as the basis for all other binary builds.
|
||||||
#
|
#
|
||||||
make distclean
|
make distclean
|
||||||
|
(cd storage/bdb/dist && sh s_all)
|
||||||
|
(cd storage/innobase && aclocal && autoheader && aclocal && automake && autoconf)
|
||||||
aclocal
|
aclocal
|
||||||
autoheader
|
autoheader
|
||||||
libtoolize --automake --force --copy
|
libtoolize --automake --force --copy
|
||||||
automake --force --add-missing --copy
|
automake --force --add-missing --copy
|
||||||
autoconf
|
autoconf
|
||||||
(cd storage/bdb/dist && sh s_all)
|
|
||||||
(cd storage/innobase && aclocal && autoheader && aclocal && automake && autoconf)
|
|
||||||
|
|
||||||
# Default to gcc for CC and CXX
|
# Default to gcc for CC and CXX
|
||||||
if test -z "$CXX" ; then
|
if test -z "$CXX" ; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue