summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2005-11-08 07:41:46 +0100
committerunknown <kent@mysql.com>2005-11-08 07:41:46 +0100
commit867a5b545e80e22891607f6941e96b710af320c5 (patch)
tree909725b9e8cf76226709dd2804b49c180e7e308e /configure.in
parent242e020a8d6c395777421c622fc0528eb99681ff (diff)
downloadmariadb-git-867a5b545e80e22891607f6941e96b710af320c5.tar.gz
configure.in:
Temporary work around to pass --build=... to configure in storage engine sub directory print_file.cpp: HP-UX compiler don't like variable shadowing AsyncFile.cpp: Cast result from strstr() to char* for HP-UX compile trigger_definitions.h: "MIN" and "MAX" are not used for trigger stuff, move to a more global include ndb_global.h.in: Define "MIN" and "MAX" globally for all NDB, in case the platform does not have it (like Solaris). Moved here from "include/kernel/trigger_definitions.h". Makefile.am: Add missing ha_* files to EXTRA_mysqld_SOURCES sql/Makefile.am: Add missing ha_* files to EXTRA_mysqld_SOURCES storage/ndb/include/ndb_global.h.in: Define "MIN" and "MAX" globally for all NDB, in case the platform does not have it (like Solaris). Moved here from "include/kernel/trigger_definitions.h". storage/ndb/include/kernel/trigger_definitions.h: "MIN" and "MAX" are not used for trigger stuff, move to a more global include storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp: Cast result from strstr() to char* for HP-UX compile storage/ndb/src/kernel/blocks/print_file.cpp: HP-UX compiler don't like variable shadowing configure.in: Temporary work around to pass --build=... to configure in storage engine sub directory
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 553449a493c..a4a989a9d71 100644
--- a/configure.in
+++ b/configure.in
@@ -2504,7 +2504,7 @@ case $SYSTEM_TYPE in
esac
for CONF in $other_configures; do
- (cd `dirname $CONF`; ./`basename $CONF`)
+ (cd `dirname $CONF`; ./`basename $CONF` --build=$build_alias)
done
AC_SUBST(MAKE_BINARY_DISTRIBUTION_OPTIONS)