changeset 23332:19941e6a57cc

update comment to reflect that SunOS4, solaris2.5.1 lose, too.
author Jim Meyering <jim@meyering.net>
date Tue, 20 Nov 2001 10:37:24 +0000
parents ea836ac94b7c
children b16558142891
files m4/mkstemp.m4
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/m4/mkstemp.m4	Mon Nov 19 13:33:50 2001 +0000
+++ b/m4/mkstemp.m4	Tue Nov 20 10:37:24 2001 +0000
@@ -1,9 +1,9 @@
 #serial 1
 
-# On some systems (e.g., HPUX-10.20), mkstemp has the silly limit that it
-# can create no more than 26 files from a given template.  Other systems
-# lack mkstemp altogether.  On either type of system, arrange to use the
-# replacement function.
+# On some systems (e.g., HPUX-10.20, SunOS4.1.4, solaris2.5.1), mkstemp has the
+# silly limit that it can create no more than 26 files from a given template.
+# Other systems lack mkstemp altogether.  On either type of system, arrange
+# to use the replacement function.
 AC_DEFUN([UTILS_FUNC_MKSTEMP],
 [dnl
   AC_REPLACE_FUNCS(mkstemp)