From 6f9ea4bd224bcd9f54e52e115880bfa43aa36e56 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 21 Dec 2004 21:46:27 +0000 Subject: (gl_FUNC_MKSTEMP): Remove temporary directory right away, rather than waiting for configure's at-exit trap code to do it. Suggestion from Stepan Kasal. --- m4/mkstemp.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/m4/mkstemp.m4 b/m4/mkstemp.m4 index 6a7de94b6..ffe687415 100644 --- a/m4/mkstemp.m4 +++ b/m4/mkstemp.m4 @@ -38,6 +38,7 @@ AC_DEFUN([gl_FUNC_MKSTEMP], gl_cv_func_mkstemp_limitations=yes ) ) + rm -rf conftest.mkstemp ] ) fi -- cgit v1.2.3-70-g09d2