summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-12-19 22:59:00 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-12-19 22:59:00 +0000
commit91bfbd155f0f9ec9d390c048b8cdb4416201c9c8 (patch)
treeb1884164f2de0aa51a40b78341e1f3d75f284275 /m4
parent0ab9714fcfe56673f67b0b98b707d590b84ee774 (diff)
downloadATCD-91bfbd155f0f9ec9d390c048b8cdb4416201c9c8.tar.gz
ChangeLogTag: Sun Dec 19 14:23:53 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'm4')
-rw-r--r--m4/ace.m48
-rw-r--r--m4/compiler.m46
-rw-r--r--m4/platform.m46
3 files changed, 10 insertions, 10 deletions
diff --git a/m4/ace.m4 b/m4/ace.m4
index 49b6e67cb3d..fe1827c008b 100644
--- a/m4/ace.m4
+++ b/m4/ace.m4
@@ -354,7 +354,7 @@ AC_DEFUN([ACE_CONFIGURATION_OPTIONS],
dnl The default is to disable UI threads. However, on Solaris, we
dnl enable it by default since it's functionality is very useful and
dnl has traditionally been enabled in ACE.
- case "$host" in
+ case "$target" in
*solaris2*)
ace_user_enable_uithreads=yes
AC_MSG_NOTICE([[--enable-uithreads enabled by default for Solaris; use --enable-uithreads=no to disable it.]])
@@ -415,7 +415,7 @@ AC_DEFUN([ACE_CONFIGURATION_OPTIONS],
esac
],
[
- case "$host" in
+ case "$target" in
*win*)
ace_user_enable_wfmo=yes
;;
@@ -442,7 +442,7 @@ AC_DEFUN([ACE_CONFIGURATION_OPTIONS],
esac
],
[
- case "$host" in
+ case "$target" in
*win*)
ace_user_enable_winregistry=yes
;;
@@ -837,7 +837,7 @@ dnl fi
case "${enableval}" in
yes)
if test "$GXX" = no; then
- case "$host" in
+ case "$target" in
*solaris*)
ace_user_enable_rtti=yes
;;
diff --git a/m4/compiler.m4 b/m4/compiler.m4
index 721af9ac6cf..1b3fd5bff6a 100644
--- a/m4/compiler.m4
+++ b/m4/compiler.m4
@@ -69,7 +69,7 @@ dnl AC_BEFORE([$0], [AC_PROG_LIBTOOL])
WERROR="-Werror"
fi
- case "$host" in
+ case "$target" in
*aix*)
dnl In case anything here or in the config depends on OS
dnl version number, grab it here and pass it all to the
@@ -113,7 +113,7 @@ dnl AC_BEFORE([$0], [AC_PROG_LIBTOOL])
;;
esac
- case "$host" in
+ case "$target" in
*aix4.2* | *aix4.3*)
case "$CXX" in
xlC*)
@@ -184,7 +184,7 @@ dnl AC_BEFORE([$0], [AC_PROG_LIBTOOL])
ACE_CPPFLAGS="$ACE_CPPFLAGS -DHPUX_VERS=$OSVERS"
# HP-UX OS version specific settings.
- case "$host" in
+ case "$target" in
*hpux11*)
# aCC's "-mt" flag detected by the configure script should already set
# the appropriate preprocessor, compiler and linker flags.
diff --git a/m4/platform.m4 b/m4/platform.m4
index c0e477f5695..52f5cbe8984 100644
--- a/m4/platform.m4
+++ b/m4/platform.m4
@@ -32,7 +32,7 @@ dnl things going with the auto{conf,make}/libtool integration into the
dnl ACE source tree.
dnl Platform specific flags
-case "$host" in
+case "$target" in
*aix3*)
AC_DEFINE([AIX])
AC_DEFINE([ACE_DEFAULT_BASE_ADDR], [((char *) 0x80000000)])
@@ -153,7 +153,7 @@ dnl FIXME: "FSU" isn't a platform! We need to move this somewhere.
dnl _MODERN_C_ : Enable modern features in SGI C++ compiler
ACE_CPPFLAGS="$ACE_CPPFLAGS -D_SGI_MP_SOURCE -D_MODERN_C_"
- case "$host" in
+ case "$target" in
*irix6.2*)
dnl Recent versions of IRIX do not appear to require this macro.
if test "$ace_user_enable_threads" = yes; then
@@ -330,7 +330,7 @@ dnl AC_DEFINE(ACE_USE_SELECT_REACTOR_FOR_REACTOR_IMPL)
# filename
ACE_CPPFLAGS="$ACE_CPPFLAGS -D_POSIX_PATH_MAX=256" # Num. bytes in
# pathname (excl. NULL)
- case "$host" in
+ case "$target" in
i[[3456]]86*)
if test "$GXX" = yes; then
# Neutrino defines memcpy as a macro on x86, which then