summaryrefslogtreecommitdiff
path: root/BUILD/compile-dist
diff options
context:
space:
mode:
authorunknown <kent@mysql.com/kent-amd64.(none)>2007-10-29 20:12:44 +0100
committerunknown <kent@mysql.com/kent-amd64.(none)>2007-10-29 20:12:44 +0100
commit1b261d3d6161d3d833183bdf12f87dee0c48ff14 (patch)
treee030a0dd57d87188819864b3e5fe2b65d41d118b /BUILD/compile-dist
parentdfdcaf5f01864d46b9ee95bd3c8c8e34887618dc (diff)
downloadmariadb-git-1b261d3d6161d3d833183bdf12f87dee0c48ff14.tar.gz
autorun.sh:
Removed innobase from compile-dist, and let it use autorun.sh to avoid code duplication. Also corrected a problem when searching for one of "libtoolize" and "glibtoolize", now it honors the PATH setting (Bug#31405) BUILD/autorun.sh: Removed innobase from compile-dist, and let it use autorun.sh to avoid code duplication. Also corrected a problem when searching for one of "libtoolize" and "glibtoolize", now it honors the PATH setting (Bug#31405)
Diffstat (limited to 'BUILD/compile-dist')
-rwxr-xr-xBUILD/compile-dist11
1 files changed, 3 insertions, 8 deletions
diff --git a/BUILD/compile-dist b/BUILD/compile-dist
index 2da2259a3f7..d9103e0a419 100755
--- a/BUILD/compile-dist
+++ b/BUILD/compile-dist
@@ -7,14 +7,9 @@
# package" that is used as the basis for all other binary builds.
#
test -f Makefile && make maintainer-clean
-(cd storage/innobase && aclocal && autoheader && \
- libtoolize --automake --force --copy && \
- automake --force --add-missing --copy && autoconf)
-aclocal
-autoheader
-libtoolize --automake --force --copy
-automake --force --add-missing --copy
-autoconf
+
+path=`dirname $0`
+. $path/autorun.sh
# Default to gcc for CC and CXX
if test -z "$CXX" ; then