Commit cea14f25 authored by joreland@mysql.com's avatar joreland@mysql.com

ndb autotest

  adopt to changes in auto*tools
parent 6132b0a5
......@@ -70,6 +70,10 @@ if [ "$build" ]
then
cd $dst_place
rm -rf $run_dir/*
if [ -x BUILD/autorun.sh ]
then
./BUILD/autorun.sh
else
aclocal; autoheader; autoconf; automake
if [ -d storage ]
then
......@@ -79,6 +83,7 @@ then
(cd innobase; aclocal; autoheader; autoconf; automake)
(cd bdb/dist; sh s_all)
fi
fi
eval $configure --prefix=$run_dir
make
make install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment