summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <brian@zim.(none)>2006-08-25 14:07:30 -0700
committerunknown <brian@zim.(none)>2006-08-25 14:07:30 -0700
commite454fb0c9dd768ff7198d177253d9e6fe95511b2 (patch)
treef2bea38f12b4ec4b52b8886dacb59249b306d9f7 /BUILD
parent43dbfa66c5cf2c777af7c70eb121c4749e9a30aa (diff)
parent9f9c3364cb71928633a120bf5548f358274f9da2 (diff)
downloadmariadb-git-e454fb0c9dd768ff7198d177253d9e6fe95511b2.tar.gz
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1
into zim.(none):/home/brian/mysql/arch-5.1 BUILD/compile-alpha-cxx: Auto merged BUILD/compile-alpha-debug: Auto merged BUILD/compile-dist: Auto merged BUILD/compile-ia64-debug-max: Auto merged CMakeLists.txt: Auto merged client/mysql.cc: Auto merged sql/handler.cc: Auto merged sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/sql_plugin.cc: Auto merged storage/csv/ha_tina.cc: Auto merged BUILD/FINISH.sh: Innodbase config still needed.
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/autorun.sh5
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