Commit d5bd6ae7 authored by unknown's avatar unknown
Browse files

autorun.sh:

  merge


BUILD/autorun.sh:
  merge
parent 024e1d1b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)