Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/tmpfile @ 15043:0527dd6759fc
memset: Move AC_LIBOBJ invocations to module description.
* m4/memset.m4 (gl_FUNC_MEMSET): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMSET invocations from
here...
* modules/memset (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 21 May 2011 15:28:17 +0200 |
parents | 4cb6df751d68 |
children | c7623a5ec63d |
rev | line source |
---|---|
8162 | 1 Description: |
2 tmpfile() function: create a temporary file. | |
3 | |
4 Files: | |
5 lib/tmpfile.c | |
6 m4/tmpfile.m4 | |
7 | |
8 Depends-on: | |
13137
fd3c9fa89efe
tmpfile: Fix C++ test error on mingw.
Bruno Haible <bruno@clisp.org>
parents:
12008
diff
changeset
|
9 stdio |
14683
efab6978105e
Avoid unnecessary compilation units, through conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents:
13138
diff
changeset
|
10 pathmax [test $REPLACE_TMPFILE = 1] |
efab6978105e
Avoid unnecessary compilation units, through conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents:
13138
diff
changeset
|
11 tempname [test $REPLACE_TMPFILE = 1] |
efab6978105e
Avoid unnecessary compilation units, through conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents:
13138
diff
changeset
|
12 tmpdir [test $REPLACE_TMPFILE = 1] |
8162 | 13 |
14 configure.ac: | |
13138 | 15 gl_FUNC_TMPFILE |
13137
fd3c9fa89efe
tmpfile: Fix C++ test error on mingw.
Bruno Haible <bruno@clisp.org>
parents:
12008
diff
changeset
|
16 gl_STDIO_MODULE_INDICATOR([tmpfile]) |
8162 | 17 |
18 Makefile.am: | |
19 | |
20 Include: | |
12008
18ea6ab4e81d
maint: make Include sections of modules consistent
Eric Blake <ebb9@byu.net>
parents:
8162
diff
changeset
|
21 <stdio.h> |
8162 | 22 |
23 License: | |
14689
4cb6df751d68
tmpfile: Relicense under LGPL.
Bruno Haible <bruno@clisp.org>
parents:
14683
diff
changeset
|
24 LGPL |
8162 | 25 |
26 Maintainer: | |
27 Ben Pfaff |