X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ftmpfile;h=e98a8ee5aedb1213191b71a0a54b7bbef2503430;hb=d16d5a56e1c99790c2452c66906760ac1109d013;hp=bc7c42c8874d9d4f451ea3dda3ab8de2ea26f7c8;hpb=8c0f3c676c064ef15324eecd9c9892f1d07134db;p=gnulib.git diff --git a/modules/tmpfile b/modules/tmpfile index bc7c42c88..e98a8ee5a 100644 --- a/modules/tmpfile +++ b/modules/tmpfile @@ -6,20 +6,27 @@ lib/tmpfile.c m4/tmpfile.m4 Depends-on: -pathmax -tempname -tmpdir +stdio +largefile +pathmax [test $REPLACE_TMPFILE = 1] +tempname [test $REPLACE_TMPFILE = 1] +tmpdir [test $REPLACE_TMPFILE = 1] configure.ac: -gl_TMPFILE +gl_FUNC_TMPFILE +if test $REPLACE_TMPFILE = 1; then + AC_LIBOBJ([tmpfile]) + gl_PREREQ_TMPFILE +fi +gl_STDIO_MODULE_INDICATOR([tmpfile]) Makefile.am: Include: -#include + License: -GPL +LGPL Maintainer: Ben Pfaff