summaryrefslogtreecommitdiff
path: root/Build-tools/Do-all-build-steps
diff options
context:
space:
mode:
authortim@work.mysql.com <>2001-03-05 22:08:40 +0100
committertim@work.mysql.com <>2001-03-05 22:08:40 +0100
commitc3143ddacc421fd7c3ee9c99dfd1a47f9b430ddd (patch)
treeeb4613d7033a9605017a734ca6e5bc047c680a34 /Build-tools/Do-all-build-steps
parent85015ebfbed22440fa785481a93ea0d1cf01b427 (diff)
downloadmariadb-git-c3143ddacc421fd7c3ee9c99dfd1a47f9b430ddd.tar.gz
Do-all-build-steps Innobase is included in the distribution.
Diffstat (limited to 'Build-tools/Do-all-build-steps')
-rwxr-xr-xBuild-tools/Do-all-build-steps6
1 files changed, 5 insertions, 1 deletions
diff --git a/Build-tools/Do-all-build-steps b/Build-tools/Do-all-build-steps
index fab62f1c13f..f7f34afd1b5 100755
--- a/Build-tools/Do-all-build-steps
+++ b/Build-tools/Do-all-build-steps
@@ -48,6 +48,9 @@ set -e
/bin/rm -f config.cache
aclocal; autoheader; aclocal; automake; autoconf
+cd innobase
+aclocal; autoheader; aclocal; automake; autoconf
+cd ..
# Since we have moved the configure.in stuff from readline to the
# toplevel why do this? David 990630
@@ -60,7 +63,8 @@ aclocal; autoheader; aclocal; automake; autoconf
--with-low-memory \
--with-mit-threads=yes $EXTRA_CONFIG \
--enable-thread-safe-client \
- --without-berkeley-db
+ --without-berkeley-db \
+ --with-innobase-db
gmake -j 2