From 28dcd3ad49f3c52aa506452e7a148e37aca3f93d Mon Sep 17 00:00:00 2001 From: "serg@sergbook.mysql.com" <> Date: Mon, 8 May 2006 16:50:29 -0400 Subject: autorun.sh: autotool-ize plugins before the main source tree --- BUILD/autorun.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'BUILD') 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) -- cgit v1.2.1