]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(gl_FUNC_MKSTEMP): Remove temporary directory right
authorJim Meyering <jim@meyering.net>
Tue, 21 Dec 2004 21:46:27 +0000 (21:46 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 21 Dec 2004 21:46:27 +0000 (21:46 +0000)
away, rather than waiting for configure's at-exit trap code to do it.
Suggestion from Stepan Kasal.

m4/mkstemp.m4

index 6a7de94b67e836d5aff2efcf05873d6003303f51..ffe687415768aee02c10d1b0d7d5f9ac2f141180 100644 (file)
@@ -38,6 +38,7 @@ AC_DEFUN([gl_FUNC_MKSTEMP],
          gl_cv_func_mkstemp_limitations=yes
          )
        )
+        rm -rf conftest.mkstemp
       ]
     )
   fi