Hash :
9e2fa9a1
Author :
Date :
2011-05-22T17:04:09
tmpfile: Move AC_LIBOBJ invocations to module description. * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Move AC_LIBOBJ and gl_PREREQ_TMPFILE invocations from here... * modules/tmpfile (configure.ac): ... to here.
Description:
tmpfile() function: create a temporary file.
Files:
lib/tmpfile.c
m4/tmpfile.m4
Depends-on:
stdio
pathmax [test $REPLACE_TMPFILE = 1]
tempname [test $REPLACE_TMPFILE = 1]
tmpdir [test $REPLACE_TMPFILE = 1]
configure.ac:
gl_FUNC_TMPFILE
if test $REPLACE_TMPFILE = 1; then
AC_LIBOBJ([tmpfile])
gl_PREREQ_TMPFILE
fi
gl_STDIO_MODULE_INDICATOR([tmpfile])
Makefile.am:
Include:
<stdio.h>
License:
LGPL
Maintainer:
Ben Pfaff