summaryrefslogtreecommitdiff
path: root/BUILD/compile-dist
diff options
context:
space:
mode:
authorunknown <serg@sergbook.mysql.com>2006-05-08 17:10:04 -0400
committerunknown <serg@sergbook.mysql.com>2006-05-08 17:10:04 -0400
commit7d318ad97532a1ab7b065f16e527bb2bd34926a2 (patch)
tree96557481607276b8bd77181d96e3c5328d98619f /BUILD/compile-dist
parentf5babf1f46b7e9b617b660949af416f082cc0705 (diff)
downloadmariadb-git-7d318ad97532a1ab7b065f16e527bb2bd34926a2.tar.gz
bootstrap is not using BUILD/autorun.sh :(
Diffstat (limited to 'BUILD/compile-dist')
-rwxr-xr-xBUILD/compile-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD/compile-dist b/BUILD/compile-dist
index dea29d4612b..c0f5098ba6e 100755
--- a/BUILD/compile-dist
+++ b/BUILD/compile-dist
@@ -7,13 +7,13 @@
# package" that is used as the basis for all other binary builds.
#
make distclean
+(cd storage/bdb/dist && sh s_all)
+(cd storage/innobase && aclocal && autoheader && aclocal && automake && autoconf)
aclocal
autoheader
libtoolize --automake --force --copy
automake --force --add-missing --copy
autoconf
-(cd storage/bdb/dist && sh s_all)
-(cd storage/innobase && aclocal && autoheader && aclocal && automake && autoconf)
# Default to gcc for CC and CXX
if test -z "$CXX" ; then