summaryrefslogtreecommitdiff
path: root/BUILD/FINISH.sh
diff options
context:
space:
mode:
authormonty@donna.mysql.fi <>2001-02-21 14:16:00 +0200
committermonty@donna.mysql.fi <>2001-02-21 14:16:00 +0200
commit1c298277f9ff4aa38b847c3de083e0d54e27a247 (patch)
tree34f7d174c7e612bd03a5cf88fe4e2ac2411a33a4 /BUILD/FINISH.sh
parentf45764791b6bc6de8740ca160de94f4f3f2ab1c4 (diff)
downloadmariadb-git-1c298277f9ff4aa38b847c3de083e0d54e27a247.tar.gz
Fixes for innobase
Added test for ALTER TABLE ORDER BY
Diffstat (limited to 'BUILD/FINISH.sh')
-rw-r--r--BUILD/FINISH.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh
index de9d55c33ea..48d9c7ad21b 100644
--- a/BUILD/FINISH.sh
+++ b/BUILD/FINISH.sh
@@ -13,6 +13,9 @@ $make -k clean || true
/bin/rm -f */.deps/*.P config.cache
aclocal; autoheader; aclocal; automake; autoconf
+cd innobase
+aclocal; autoheader; aclocal; automake; autoconf
+cd ..
CFLAGS=\"$cflags\" CXX=gcc CXXFLAGS=\"$cxxflags\" $configure