Use a command that uses $CC $CFLAGS, not $CPP, to test whether inline is
[gnulib.git] / modules / tempname
1 Description:
2 gen_tempname() function: create a private temporary file or directory.
3
4 Files:
5 lib/tempname.c
6 lib/tempname.h
7 m4/tempname.m4
8
9 Depends-on:
10 extensions
11 stdint
12 sys_stat
13
14 configure.ac:
15 gl_FUNC_GEN_TEMPNAME
16
17 Makefile.am:
18
19 Include:
20 "tempname.h"
21
22 License:
23 GPL
24
25 Maintainer:
26 Eric Blake and Jim Meyering