diff options
author | brian@zim.(none) <> | 2006-08-25 14:07:30 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2006-08-25 14:07:30 -0700 |
commit | 7216b5bc7a64533634b234f521ee8ce9bf7c9417 (patch) | |
tree | f2bea38f12b4ec4b52b8886dacb59249b306d9f7 /BUILD | |
parent | 257ce16d58c5f375ca026cf05f97d5ded77851eb (diff) | |
parent | e831273902da0af8d48eab4b76a7c77a06fbc1aa (diff) | |
download | mariadb-git-7216b5bc7a64533634b234f521ee8ce9bf7c9417.tar.gz |
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1
into zim.(none):/home/brian/mysql/arch-5.1
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/autorun.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/BUILD/autorun.sh b/BUILD/autorun.sh index 9ffe61b250a..def229e21a0 100755 --- a/BUILD/autorun.sh +++ b/BUILD/autorun.sh @@ -11,11 +11,6 @@ if [ -f /usr/bin/glibtoolize ] LIBTOOLIZE=libtoolize fi -(cd storage/bdb/dist && sh s_all) -(cd storage/innobase && aclocal && autoheader && \ - $LIBTOOLIZE --automake --force --copy && \ - automake --force --add-missing --copy && autoconf) - aclocal || die "Can't execute aclocal" autoheader || die "Can't execute autoheader" # --force means overwrite ltmain.sh script if it already exists |