summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authortulin@dl145c.mysql.com <>2005-05-18 23:07:28 +0200
committertulin@dl145c.mysql.com <>2005-05-18 23:07:28 +0200
commit756b0c7af188960e67965fcaaf0fb75c9949d731 (patch)
treeeec03f22ec47f6fbec37a272c7ce5d4bd3fd449e /BUILD
parent03590c20bdfd9d43ed1cc31d4d4a70d9d1a44340 (diff)
downloadmariadb-git-756b0c7af188960e67965fcaaf0fb75c9949d731.tar.gz
autorun.sh:
merge
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/autorun.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD/autorun.sh b/BUILD/autorun.sh
index 7daed25e56c..08651f656f2 100755
--- a/BUILD/autorun.sh
+++ b/BUILD/autorun.sh
@@ -11,5 +11,5 @@ libtoolize --automake --force \
automake --add-missing --force \
|| (echo "Can't execute automake" && exit 1)
autoconf || (echo "Can't execute autoconf" && exit 1)
-(cd bdb/dist && sh s_all)
-(cd innobase && aclocal && autoheader && aclocal && automake && autoconf)
+(cd storage/bdb/dist && sh s_all)
+(cd storage/innobase && aclocal && autoheader && aclocal && automake && autoconf)