Loading BUILD/autorun.sh +3 −2 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ die() { echo "$@"; exit 1; } (cd storage/bdb/dist && sh s_all) (cd storage/innobase && aclocal && autoheader && aclocal && automake && autoconf) aclocal || die "Can't execute aclocal" autoheader || die "Can't execute autoheader" # --force means overwrite ltmain.sh script if it already exists Loading @@ -17,5 +20,3 @@ fi # and --force to overwrite them if they already exist automake --add-missing --force || die "Can't execute automake" autoconf || die "Can't execute autoconf" (cd storage/bdb/dist && sh s_all) (cd storage/innobase && aclocal && autoheader && aclocal && automake && autoconf) Loading
BUILD/autorun.sh +3 −2 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ die() { echo "$@"; exit 1; } (cd storage/bdb/dist && sh s_all) (cd storage/innobase && aclocal && autoheader && aclocal && automake && autoconf) aclocal || die "Can't execute aclocal" autoheader || die "Can't execute autoheader" # --force means overwrite ltmain.sh script if it already exists Loading @@ -17,5 +20,3 @@ fi # and --force to overwrite them if they already exist automake --add-missing --force || die "Can't execute automake" autoconf || die "Can't execute autoconf" (cd storage/bdb/dist && sh s_all) (cd storage/innobase && aclocal && autoheader && aclocal && automake && autoconf)