From be9612077600a38f466507f4394f038e21e6b4d7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 4 Jan 2025 15:53:21 +0900 Subject: Remove support for Tru64, OSF and SCOv3.2 Signed-off-by: Michele Calgaro (cherry picked from commit 7f54e89c076e5a29aebf2f3379af7a1d4768448e) --- aclocal.m4 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'aclocal.m4') diff --git a/aclocal.m4 b/aclocal.m4 index dd92cb3..7f4fde3 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -169,11 +169,7 @@ AC_CACHE_CHECK([dependency style of $depcc], cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because - # it helps to detect inapplicable dependency modes. For instance - # both Tru64's cc and ICC support -MD to output dependencies as a - # side effect of compilation, but ICC will put the dependencies in - # the current directory while Tru64 will put them in the object - # directory. + # it helps to detect inapplicable dependency modes. mkdir sub am_cv_$1_dependencies_compiler_type=none @@ -798,7 +794,7 @@ AC_MSG_CHECKING([how to create a $1 tar archive]) # Loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' _am_tools=${am_cv_prog_tar_$1-$_am_tools} -# Do not fold the above two line into one, because Tru64 sh and +# Do not fold the above two line into one, because # Solaris sh will not grok spaces in the rhs of `-'. for _am_tool in $_am_tools do -- cgit v1.2.1