summaryrefslogtreecommitdiff
path: root/BUILD/FINISH.sh
diff options
context:
space:
mode:
authorunknown <tulin@dl145c.mysql.com>2005-05-18 22:26:23 +0200
committerunknown <tulin@dl145c.mysql.com>2005-05-18 22:26:23 +0200
commit024e1d1bce4a95555b6eff511094258a1f263352 (patch)
treed7d25b0632c9a5473f4af7b1b2c772b0e543f694 /BUILD/FINISH.sh
parent2fe8cc51aad5fb7958a90ea8be3667f1e23b0ea5 (diff)
parent6f7bccd1aca31045e2678159e2e931d2e94f54dd (diff)
downloadmariadb-git-024e1d1bce4a95555b6eff511094258a1f263352.tar.gz
merge
BitKeeper/etc/logging_ok: auto-union BUILD/compile-alpha-cxx: Auto merged BUILD/compile-alpha-debug: Auto merged configure.in: Auto merged sql/handler.cc: Auto merged sql/handler.h: Auto merged sql/item.cc: Auto merged sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/sql_acl.cc: Auto merged sql/sql_base.cc: Auto merged sql/sql_insert.cc: Auto merged sql/sql_lex.cc: Auto merged sql/sql_lex.h: Auto merged sql/sql_parse.cc: Auto merged sql/sql_select.cc: Auto merged sql/sql_update.cc: Auto merged sql/sql_yacc.yy: Auto merged
Diffstat (limited to 'BUILD/FINISH.sh')
-rw-r--r--BUILD/FINISH.sh13
1 files changed, 2 insertions, 11 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh
index 9745233e5d1..6ee8b27e472 100644
--- a/BUILD/FINISH.sh
+++ b/BUILD/FINISH.sh
@@ -7,17 +7,8 @@ commands="\
$make -k distclean || true
/bin/rm -rf */.deps/*.P config.cache storage/innobase/config.cache storage/bdb/build_unix/config.cache bdb/dist/autom4te.cache autom4te.cache innobase/autom4te.cache;
-aclocal || (echo \"Can't execute aclocal\" && exit 1)
-autoheader || (echo \"Can't execute autoheader\" && exit 1)
-aclocal || (echo \"Can't execute aclocal\" && exit 1)
-automake || (echo \"Can't execute automake\" && exit 1)
-autoconf || (echo \"Can't execute autoconf\" && exit 1)
-(cd storage/bdb/dist && sh s_all)
-(cd storage/innobase && aclocal && autoheader && aclocal && automake && autoconf)
-if [ -d gemini ]
-then
- (cd gemini && aclocal && autoheader && aclocal && automake && autoconf)
-fi"
+path=`dirname $0`
+. \"$path/autorun.sh\""
if [ -z "$just_clean" ]
then