diff options
author | unknown <jonas@perch.ndb.mysql.com> | 2006-08-29 22:56:23 +0200 |
---|---|---|
committer | unknown <jonas@perch.ndb.mysql.com> | 2006-08-29 22:56:23 +0200 |
commit | 15ede69561fb15d2090de4104cf2e5c252d9aec5 (patch) | |
tree | ce608f4048331a82631cbb825e6e68e956cbe947 /BUILD | |
parent | 9ec8dba632d433faf8a8cbd64f96df54e753931e (diff) | |
parent | 2592d4a1399bc1d5a05c8184c19fcddfa661e141 (diff) | |
download | mariadb-git-15ede69561fb15d2090de4104cf2e5c252d9aec5.tar.gz |
Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.1
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
sql/ha_ndbcluster.cc:
Auto merged
sql/sql_show.cc:
Auto merged
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 |