changeset 23324:fc66d91ebcff

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Mon, 19 Nov 2001 10:00:06 +0000
parents 465b4515a89f
children 4c96f50ac37f
files m4/ChangeLog
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog	Mon Nov 19 10:00:00 2001 +0000
+++ b/m4/ChangeLog	Mon Nov 19 10:00:06 2001 +0000
@@ -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>