summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-12-21 21:46:27 +0000
committerJim Meyering <jim@meyering.net>2004-12-21 21:46:27 +0000
commit6f9ea4bd224bcd9f54e52e115880bfa43aa36e56 (patch)
tree18a661687863d045a0b9c71bfda1b5554593ec07
parent71f15c4c41de15a553440f13079a95cdb5de1691 (diff)
downloadcoreutils-6f9ea4bd224bcd9f54e52e115880bfa43aa36e56.tar.xz
(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.
-rw-r--r--m4/mkstemp.m41
1 files changed, 1 insertions, 0 deletions
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