An error occurred fetching the project authors.
- 13 Mar, 2009 1 commit
-
-
Georgi Kodinov authored
There are some recursive targets that automake generates which reference DIST_SUBDIRS. It's critical, then, for such subdirs to exist even if they won't be built as part of SUBDIRS. During a VPATH build, it is the configure script which creates the subdirs (when it processes the AC_CONFIG_FILES() for each subdir's Makefile). If autoconf doesn't create a subdir's Makefile, then the recursive make will fail when it is unable to cd into that subdir. This isn't a problem in non-VPATH builds, because the subdirs are all present in the source tarball. So the problem only shows up during 'make distcheck', which does a VPATH build. The fix is to look, when configure is being created by autoconf, for any plugin subdirectories. These are the dynamic subdirectories which need to be handled specially. It's enough to tell autoconf to generate a Makefile for any Makefile.am found in the plugin directory - all plugin subdirectories using automake (i.e., listed in the plugin's DIST_SUBDIRS) will have a Makefile.am. This is done by calling 'find'. This means that 'find' must be in the PATH on the host that is running autoconf. 'find' is NOT needed when calling configure, so it is not an additional dependency for the user. Finally, ha_ndbcluster.m4 had called AC_CONFIG_FILES() on all those subdir Makefiles, but only when the plugin was actually being built. So it didn't work in the case that NDB was not being built. All of those Makefiles have to be removed from this static list, since the plugin machinery is now adding them automatically. autoconf fails if a file is duplicated in AC_CONFIG_FILES().
-
- 06 Nov, 2008 1 commit
-
-
kent.boortz@sun.com authored
- Removed some copy/paste between debug and normal build in RPM spec - Removed "mysql_upgrade_shell" from RPM build - Removed use of "grep -q" in "configure.in", not portable - Improved test to disable ABI check not to accidently run for icc Other changes - Added make file test targets 'test-bt-fast' and 'test-bt-debug-fast' - Reenabled "jp" test suite run
-
- 26 Feb, 2008 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Use MYSQL_NUMERIC_VERSION, to make sure NDB_VERSION_BUILD is numeric
-
- 12 Feb, 2008 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
If the third number in version is followed by a letter, include it in NDB_VERSION_STATUS, but not in numeric NDB_VERSION_BUILD
-
- 01 Aug, 2007 1 commit
-
-
tnurnberg@sin.intern.azundris.com authored
5.1 specific fixes so cluster will build on AIX (with IBM compiler)
-
- 07 May, 2007 1 commit
-
-
mikron@mikael-ronstr-ms-dator.local authored
-
- 20 Jan, 2007 3 commits
-
-
mtaylor@qualinost.(none) authored
-
mtaylor@qualinost.(none) authored
-
mtaylor@qualinost.(none) authored
-
- 07 Dec, 2006 1 commit
-
-
cbell/Chuck@suse.vabb.com authored
Please see worklog for details on files changed.
-
- 27 Nov, 2006 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Reenabled build outside source tree
-
- 14 Nov, 2006 1 commit
-
-
dli@dev3-76.dev.cn.tlan authored
Because NDB_CXXFLAGS is just used in ndb engine, moved NDB_CXXFLAGS from ha_ndbcluster.m4 to ndb/config/common.mk.am.
-
- 16 Oct, 2006 1 commit
-
-
stewart@willster.(none) authored
-
- 09 Jun, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
restore --with-ndb-ccflags functionality
-
- 29 Apr, 2006 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 24 Apr, 2006 1 commit
-
-
holyfoot@deer.(none) authored
The problem is that now server works properly only with the row-based replication
-
- 20 Apr, 2006 1 commit
-
-
acurtis@xiphis.org authored
Fixes after first review
-
- 13 Apr, 2006 1 commit
-
-
acurtis@xiphis.org authored
" Configure support for server plugins "
-
- 15 Feb, 2006 1 commit
-
-
joerg@mysql.com authored
-
- 20 Jan, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
remove removed makefiles
-
- 12 Jan, 2006 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 07 Nov, 2005 1 commit
-
-
acurtis@poseidon.ndb.mysql.com authored
-
- 03 Oct, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 18 Aug, 2005 1 commit
-
-
stewart@mysql.com authored
-
- 18 Jul, 2005 1 commit
-
-
mronstrom@mysql.com authored
-
- 27 Apr, 2005 1 commit
-
-
brian@zim.(none) authored
-
- 21 Jan, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
fix as not to overwrite previoulsy set flags in configure
-
- 19 Jan, 2005 1 commit
-
-
tulin@build.mysql.com authored
-
- 06 Jan, 2005 1 commit
-
-
tulin@build.mysql.com authored
fixed ndb configure according to 4.1
-
- 04 Dec, 2004 1 commit
-
-
brian@avenger.(none) authored
Would you believe that I wrote all of this on a Mac? I just happen to be not using HFS for the partition I did this work on. Oops :)
-
- 02 Dec, 2004 1 commit
-
-
brian@avenger.(none) authored
First revision of changes to clean up acinclude and configure.in. Removed all AC_DEFUN out to separate m4 files, removed rule concerning building the website, and updated SANITY rule with the latest from 1.8.
-