diff options
author | tim@threads.polyesthetic.msg <> | 2001-03-04 20:59:13 -0500 |
---|---|---|
committer | tim@threads.polyesthetic.msg <> | 2001-03-04 20:59:13 -0500 |
commit | 6808abd24cc9d0372e801bf34303e0230fb3f2ba (patch) | |
tree | d6af5e6205f6428836bde04b6f8090e10d302bbe /BUILD/FINISH.sh | |
parent | 52748515250b307d4e2ad95ca99944c23d06abd1 (diff) | |
download | mariadb-git-6808abd24cc9d0372e801bf34303e0230fb3f2ba.tar.gz |
Small changes to make life with BDB in the tree easier.
Diffstat (limited to 'BUILD/FINISH.sh')
-rw-r--r-- | BUILD/FINISH.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index 41eab2442d7..4f13f5f8e4d 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -12,10 +12,9 @@ commands="\ $make -k clean || true /bin/rm -f */.deps/*.P config.cache -aclocal; autoheader; aclocal; automake; autoconf -cd innobase -aclocal; autoheader; aclocal; automake; autoconf -cd .. +aclocal && autoheader && aclocal && automake && autoconf +(cd bdb/dist && sh s_all) +(cd innobase && aclocal && autoheader && aclocal && automake && autoconf) CFLAGS=\"$cflags\" CXX=gcc CXXFLAGS=\"$cxxflags\" $configure" |