diff options
author | unknown <tulin@dl145c.mysql.com> | 2005-05-18 23:07:28 +0200 |
---|---|---|
committer | unknown <tulin@dl145c.mysql.com> | 2005-05-18 23:07:28 +0200 |
commit | d5bd6ae7c8e7eb5f1d694a611d1102ed22f3e0a5 (patch) | |
tree | eec03f22ec47f6fbec37a272c7ce5d4bd3fd449e /BUILD/autorun.sh | |
parent | 024e1d1bce4a95555b6eff511094258a1f263352 (diff) | |
download | mariadb-git-d5bd6ae7c8e7eb5f1d694a611d1102ed22f3e0a5.tar.gz |
autorun.sh:
merge
BUILD/autorun.sh:
merge
Diffstat (limited to 'BUILD/autorun.sh')
-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) |