From: Jim Meyering Date: Tue, 21 Dec 2004 21:46:27 +0000 (+0000) Subject: (gl_FUNC_MKSTEMP): Remove temporary directory right X-Git-Tag: v5.3.0~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f9ea4bd224bcd9f54e52e115880bfa43aa36e56;p=thirdparty%2Fcoreutils.git (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. --- diff --git a/m4/mkstemp.m4 b/m4/mkstemp.m4 index 6a7de94b67..ffe6874157 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