summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorkent@mysql.com/kent-amd64.(none) <>2007-09-26 18:47:55 +0200
committerkent@mysql.com/kent-amd64.(none) <>2007-09-26 18:47:55 +0200
commit1b53e4a5474f5da7e60b6932a39f55ff29d8f142 (patch)
treea7b4f00420fa09a5e96ab9ccf56fa3831e7ff9fe /BUILD
parent3978bf99461a266a5ad833ffb18ca30e048bddfa (diff)
downloadmariadb-git-1b53e4a5474f5da7e60b6932a39f55ff29d8f142.tar.gz
Makefile.am:
Always include all sub directories in "make dist" Removed incorrect comment configure.in: Unconditionally list make files in AC_CONFIG_FILES Removed 'thread_dirs', it is not used Minor cleanup compile-dist: Simplified the configure line needed for "make dist" to get it all zlib.m4, ssl.m4: Unconditionally list make files in AC_CONFIG_FILES Makefile.am: Removed DIST_SUBDIRS not needed Don't copy soft links as files into source package
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/compile-dist13
1 files changed, 1 insertions, 12 deletions
diff --git a/BUILD/compile-dist b/BUILD/compile-dist
index 0ecb386bf71..2da2259a3f7 100755
--- a/BUILD/compile-dist
+++ b/BUILD/compile-dist
@@ -45,16 +45,5 @@ fi
# Make sure to enable all features that affect "make dist"
./configure \
- --with-embedded-server \
- --with-archive-storage-engine \
- --with-blackhole-storage-engine \
- --with-csv-storage-engine \
- --with-example-storage-engine \
- --with-federated-storage-engine \
- --with-innodb \
- --with-ssl \
- --enable-thread-safe-client \
- --with-extra-charsets=complex \
- --with-ndbcluster \
- --with-zlib-dir=bundled
+ --with-ndbcluster
make