summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-20 10:37:24 +0000
committerJim Meyering <jim@meyering.net>2001-11-20 10:37:24 +0000
commit8549308101cb9f6cc222d7445bfc13237a981006 (patch)
treea482e8d2f2da013c98d996598a80cacaefbeeb6f
parent2efd9d9d2090f15eb136359c3b8dc27cd84c7ff9 (diff)
downloadgnulib-8549308101cb9f6cc222d7445bfc13237a981006.tar.gz
update comment to reflect that SunOS4, solaris2.5.1 lose, too.
-rw-r--r--m4/mkstemp.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/mkstemp.m4 b/m4/mkstemp.m4
index 7059687e8b..a5efedebdc 100644
--- a/m4/mkstemp.m4
+++ b/m4/mkstemp.m4
@@ -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)