changeset 3633:d51ae10f9e1a

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Mon, 19 Nov 2001 10:00:06 +0000
parents d74e1d1c9b46
children d502afa61986
files m4/ChangeLog
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,7 +1,11 @@
 2001-11-19  Jim Meyering  <meyering@lucent.com>
 
-	* mkstemp.m4: Close each descriptor immediately so the test
-	doesn't mistakenly hit the max-open-files limit.
+	* mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
+	directory.  Use "conftestXXXXXX" as the template.
+	Suggestion from Paul Eggert.
+
+	* mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor immediately
+	so the test doesn't mistakenly hit the max-open-files limit.
 
 2001-11-18  Jim Meyering  <meyering@lucent.com>