]> Savannah Git Hosting - gnulib.git/commitdiff
Remove some of the support for obsolete IRIX 4 and 5.
authorBruno Haible <bruno@clisp.org>
Sun, 20 Dec 2020 22:24:54 +0000 (23:24 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 20 Dec 2020 22:24:54 +0000 (23:24 +0100)
* m4/mountlist.m4 (AC_FUNC_GETMNTENT): Don't test for getmntent in
libsun.
* tests/init.sh (setup_): Don't talk about IRIX 5.

ChangeLog
m4/mountlist.m4
tests/init.sh

index 9af234b677f745db01e02454d8492a8aa4827b17..29f0264040e4ac49ddd9e13efa5c834c79521691 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
index 7756955ead06fd8ae4811f1cbe83ad05159b3db9..ec49036d9bdb9cfb9c1bf4e3ecb71b674a25d7a3 100644 (file)
@@ -1,4 +1,4 @@
-# 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,
@@ -331,8 +331,8 @@ AC_DEFUN([gl_PREREQ_MOUNTLIST_EXTRA],
 # 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])
 ])
index b4a5944a721073491848eaca2ebc3f3469d54d2b..8938a1fadb3d0e5144bc3ae9b58177f34e2f8714 100644 (file)
@@ -389,7 +389,7 @@ setup_ ()
   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