diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-20 10:37:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-20 10:37:24 +0000 |
commit | 52b883ffc04dd7d6770d8c26403c02926d6ab751 (patch) | |
tree | ae02c7ceda29f277d0ac2ad40549044f9f617055 /m4 | |
parent | df6f3a4998f942fd7906afd5979b5fcff1b3bdc9 (diff) | |
download | coreutils-52b883ffc04dd7d6770d8c26403c02926d6ab751.tar.xz |
update comment to reflect that SunOS4, solaris2.5.1 lose, too.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/mkstemp.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/mkstemp.m4 b/m4/mkstemp.m4 index 7059687e8..a5efedebd 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) |