+2020-12-20 Bruno Haible <bruno@clisp.org>
+
+ Remove some of the support for obsolete IRIX 4 and 5.
+ * m4/mountlist.m4 (AC_FUNC_GETMNTENT): Don't test for getmntent in
+ libsun.
+ * tests/init.sh (setup_): Don't talk about IRIX 5.
+
2020-12-20 Bruno Haible <bruno@clisp.org>
filemode: Remove Cray support.
-# serial 14
+# serial 15
dnl Copyright (C) 2002-2006, 2009-2020 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
# nowadays.
AC_DEFUN([AC_FUNC_GETMNTENT],
[
- # getmntent is in the standard C library on UNICOS, in -lsun on Irix 4,
- # -lgen on Unixware.
- AC_SEARCH_LIBS([getmntent], [sun gen])
+ # getmntent is in the standard C library on most systems, but in -lgen on
+ # Unixware.
+ AC_SEARCH_LIBS([getmntent], [gen])
AC_CHECK_FUNCS([getmntent])
])
if test "$VERBOSE" = yes; then
# Test whether set -x may cause the selected shell to corrupt an
# application's stderr. Many do, including zsh-4.3.10 and the /bin/sh
- # from SunOS 5.11, OpenBSD 4.7 and Irix 5.x and 6.5.
+ # from SunOS 5.11, OpenBSD 4.7 and Irix 6.5.
# If enabling verbose output this way would cause trouble, simply
# issue a warning and refrain.
if $gl_set_x_corrupts_stderr_; then