mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* modules/mkdtemp (Depends-on): Add tempname, drop unistd. * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this. * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat. * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to tempname.
28 lines
258 B
Plaintext
28 lines
258 B
Plaintext
Description:
|
|
Determine a temporary directory.
|
|
|
|
Files:
|
|
lib/tmpdir.h
|
|
lib/tmpdir.c
|
|
m4/tmpdir.m4
|
|
|
|
Depends-on:
|
|
stdbool
|
|
sys_stat
|
|
|
|
configure.ac:
|
|
gt_TMPDIR
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += tmpdir.h tmpdir.c
|
|
|
|
Include:
|
|
"tmpdir.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|