summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-04 11:29:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-07 10:23:40 +0900
commit4f5d5c7eb2fe2a96872a928111403db90c506ef8 (patch)
treeef80d3caf6e78a448685264732705c4e4e3ecb59 /aclocal.m4
parentc289e7e239ff3801091d428d8c543ef7d47af53a (diff)
downloadksquirrel-4f5d5c7e.tar.gz
ksquirrel-4f5d5c7e.zip
Remove support for Tru64, OSF and SCOv3.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a7ec43709514d806308587fcc2e0826d4dd23eb4)
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m48
1 files changed, 2 insertions, 6 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 4abf55a..175c1ad 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -371,11 +371,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
@@ -990,7 +986,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