X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmkstemp;h=780908fea0a1bca9c3a6111fbcb1213cba77310f;hb=7ef6c64e210ac0979d7e8ac69bc5b5208c2405ab;hp=63f31f5e249951d96528c9e5ffc41379e903cc94;hpb=f8f8f7824f484b90ea5a379b7d297f591d15199c;p=gnulib.git diff --git a/modules/mkstemp b/modules/mkstemp index 63f31f5e2..780908fea 100644 --- a/modules/mkstemp +++ b/modules/mkstemp @@ -3,22 +3,29 @@ 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: +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: Include: +License: +LGPLv2+ + Maintainer: Jim Meyering