mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
This commit is contained in:
commit
71ac2606c6
1 changed files with 5 additions and 5 deletions
|
@ -13,11 +13,11 @@ commands="\
|
|||
$make -k clean || true
|
||||
/bin/rm -f */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache
|
||||
|
||||
if [ ! aclocal ] ; then echo \"Can't execute aclocal\" ; exit 1; fi
|
||||
if [ ! autoheader ] ; then echo \"Can't execute autoheader\" ; exit 1; fi
|
||||
if [ ! aclocal ] ; then echo \"Can't execute aclocal\" ; exit 1; fi
|
||||
if [ ! automake ] ; then echo \"Can't execute automake\" ; exit 1; fi
|
||||
if [ ! autoconf ] ; then echo \"Can't execute autoconf\" ; exit 1; fi
|
||||
aclocal || (echo \"Can't execute aclocal\" && exit 1)
|
||||
autoheader || (echo \"Can't execute autoheader\" && exit 1)
|
||||
aclocal || (echo \"Can't execute aclocal\" && exit 1)
|
||||
automake || (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)
|
||||
if [ -d gemini ]
|
||||
|
|
Loading…
Reference in a new issue