summaryrefslogtreecommitdiff
path: root/BUILD/autorun.sh
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/autorun.sh')
-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)