X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmkstemp;h=780908fea0a1bca9c3a6111fbcb1213cba77310f;hb=43593319b31e6b0175b8eec4433bac744959822d;hp=7d0173521d59d2365dfb9499258a8c2676e00c29;hpb=5eeec029e833abe9ba663d51bb556bd1eebb814e;p=gnulib.git diff --git a/modules/mkstemp b/modules/mkstemp index 7d0173521..780908fea 100644 --- a/modules/mkstemp +++ b/modules/mkstemp @@ -2,27 +2,30 @@ Description: mkstemp() function: create a private temporary file. Files: -lib/mkstemp.h lib/mkstemp.c -lib/tempname.c m4/mkstemp.m4 Depends-on: +stdlib extensions -stat-macros -stdint -sys_stat +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: Include: -"mkstemp.h" + License: -GPL +LGPLv2+ Maintainer: Jim Meyering