]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(gl_FUNC_MKSTEMP): Don't `cd' into the temporary
authorJim Meyering <jim@meyering.net>
Mon, 3 Jan 2005 17:26:28 +0000 (17:26 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 3 Jan 2005 17:26:28 +0000 (17:26 +0000)
commit302b28318005f962c3c4965cd5fbfa183cf9f6cb
treecac87dbc01352ca3cdb4bb314ea135a511efd1c2
parent9c453b2a958bb85f96f795088eb803b019d74aa3
(gl_FUNC_MKSTEMP): Don't `cd' into the temporary
subdirectory.  That would make the subsequent AC_TRY_RUN macro fail,
for lack of the ./confdefs.h file.  Instead, use the temporary
directory name as a prefix on the template string.
Include <unistd.h> for the declaration of close.
m4/mkstemp.m4