summaryrefslogtreecommitdiff
path: root/BUILD/autorun.sh
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/autorun.sh')
-rwxr-xr-xBUILD/autorun.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/BUILD/autorun.sh b/BUILD/autorun.sh
index 63bab3565c6..37cfc7234bf 100755
--- a/BUILD/autorun.sh
+++ b/BUILD/autorun.sh
@@ -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
@@ -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)