autorun.sh:

merge


BUILD/autorun.sh:
  merge
This commit is contained in:
unknown 2005-05-18 23:07:28 +02:00
commit d5bd6ae7c8

View file

@ -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)