Changes imported from coreutils.
authorJim Meyering <jim@meyering.net>
Tue, 4 Jan 2005 20:22:52 +0000 (20:22 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 4 Jan 2005 20:22:52 +0000 (20:22 +0000)
commit045b2414baa2b7a1624ca14d0235a9c719c1926e
tree6c9147aaf68e2485331cc5aac0aae63f786f4c14
parent9f4832b3ebd775f394a6e3acb82db0548534d1e2
Changes imported from coreutils.

(gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
as the mkstemp template, use a temporary directory and an
8.3-friendly template to avoid trouble on systems like DJGPP.
Remove the temporary directory right away, rather than waiting
for configure's at-exit trap code to do it.
Reported by Juan M. Guerrero via Stepan Kasal.
m4/mkstemp.m4