summaryrefslogtreecommitdiff
path: root/m4/mkstemp.m4
AgeCommit message (Collapse)Author
2005-09-22Sync from gnulib.Paul Eggert
2005-07-01Don't check for fcntl.h anymore. Now we assume it exists and is usable.Jim Meyering
2005-04-29(gl_PREREQ_TEMPNAME): Check stdint.h only once.Paul Eggert
Don't require AC_HEADER_STAT.
2005-01-23Use an all-permissive copyright notice, recommended by RMS.Paul Eggert
2005-01-03Remove `.tmp' suffix; mkstemp requires that XXXXXX be a suffix.Jim Meyering
2005-01-03(gl_FUNC_MKSTEMP): Don't `cd' into the temporaryJim Meyering
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.
2004-12-21(gl_FUNC_MKSTEMP): Remove temporary directory rightJim Meyering
away, rather than waiting for configure's at-exit trap code to do it. Suggestion from Stepan Kasal.
2004-12-21adjust indentationJim Meyering
2004-12-20Do the `cd' in a subshell.Jim Meyering
2004-12-20Rather than using "conftestXXXXXX" as the mkstempJim Meyering
template, use a temporary directory and an 8.3-friendly template to avoid trouble on systems like DJGPP.
2004-04-20Change UTILS_ to gl_ in AC_DEFINE'd names.Jim Meyering
Change utils_- and jm_-prefixed variables, too. (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
2004-04-13Change `jm_' in AC_DEFINE'd names to `gl_'. Update all uses.Jim Meyering
2003-09-13(jm_PREREQ_TEMPNAME): Do not require standard C headers.Jim Meyering
2003-08-27Require that the system mkstemp be able to createJim Meyering
70 temporary files, not just 30. Tru64 V4.0F's mkstemp function would fail after 32. Reported by Danny Levinson. Details here: http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
2003-08-17Sync with gnulib.Jim Meyering
2003-07-23 Normalize naming of Sun operating systems in comments, e.g., SunOS4 -> SunOS 4,Jim Meyering
Solaris5.9 -> Solaris 9. From Paul Eggert.
2001-11-20update comment to reflect that SunOS4, solaris2.5.1 lose, too.Jim Meyering
2001-11-19(UTILS_FUNC_MKSTEMP): Don't bother with a temporaryJim Meyering
directory. Use "conftestXXXXXX" as the template. Suggestion from Paul Eggert.
2001-11-19Close each descriptor immediately so the testJim Meyering
doesn't mistakenly hit the max-open-files limit.
2001-11-17(UTILS_FUNC_MKSTEMP): New file and macro.Jim Meyering
Prompted by a report from Bob Proulx.