Small changes to make life with BDB in the tree easier.

This commit is contained in:
tim@threads.polyesthetic.msg 2001-03-04 20:59:13 -05:00
parent 5274851525
commit 6808abd24c
2 changed files with 4 additions and 4 deletions

View file

@ -196,3 +196,4 @@ bdb/build_vxworks/db.h
bdb/build_win32/db.h
bdb/dist/configure
bdb/dist/tags
bdb/build_unix/*

View file

@ -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"