diff options
author | tulin@dl145c.mysql.com <> | 2005-05-18 23:07:28 +0200 |
---|---|---|
committer | tulin@dl145c.mysql.com <> | 2005-05-18 23:07:28 +0200 |
commit | 756b0c7af188960e67965fcaaf0fb75c9949d731 (patch) | |
tree | eec03f22ec47f6fbec37a272c7ce5d4bd3fd449e /BUILD | |
parent | 03590c20bdfd9d43ed1cc31d4d4a70d9d1a44340 (diff) | |
download | mariadb-git-756b0c7af188960e67965fcaaf0fb75c9949d731.tar.gz |
autorun.sh:
merge
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) |