1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-06 00:29:44 +02:00

update comment to reflect that SunOS4, solaris2.5.1 lose, too.

This commit is contained in:
Jim Meyering
2001-11-20 10:37:24 +00:00
parent df6f3a4998
commit 52b883ffc0
+4 -4
View File
@@ -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)