X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmkstemp;h=780908fea0a1bca9c3a6111fbcb1213cba77310f;hb=4470580881a7b821b52fb5635102ef3e27aa5af4;hp=deddaea57c08eef341a3e52138aa37248492505b;hpb=8b03458ebe93a6e1c86c3a468aa3f2eee01e3c4c;p=gnulib.git diff --git a/modules/mkstemp b/modules/mkstemp index deddaea57..780908fea 100644 --- a/modules/mkstemp +++ b/modules/mkstemp @@ -3,18 +3,21 @@ mkstemp() function: create a private temporary file. Files: lib/mkstemp.c -lib/tempname.c -m4/ulonglong.m4 -m4/stdint_h.m4 -m4/inttypes_h.m4 -m4/uintmax_t.m4 m4/mkstemp.m4 Depends-on: -stat-macros +stdlib +extensions +largefile +tempname [test $HAVE_MKSTEMP = 0 || test $REPLACE_MKSTEMP = 1] configure.ac: gl_FUNC_MKSTEMP +if test $HAVE_MKSTEMP = 0 || test $REPLACE_MKSTEMP = 1; then + AC_LIBOBJ([mkstemp]) + gl_PREREQ_MKSTEMP +fi +gl_STDLIB_MODULE_INDICATOR([mkstemp]) Makefile.am: @@ -22,7 +25,7 @@ Include: License: -GPL +LGPLv2+ Maintainer: Jim Meyering