diff options
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/autorun.sh | 4 |
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) |