Mercurial > hg > octave-jordi > gnulib-hg
annotate modules/futimens @ 14691:5f249b867447
futimens: Relicense under LGPL.
* modules/futimens (License): Change to LGPL.
With permission from Eric Blake:
<http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00138.html>
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 05 May 2011 19:26:25 +0200 |
parents | efab6978105e |
children | 1814adb9a476 |
rev | line source |
---|---|
12162 | 1 Description: |
2 Set file access and modification times of a file descriptor. | |
3 | |
4 Files: | |
5 lib/futimens.c | |
6 m4/futimens.m4 | |
7 | |
8 Depends-on: | |
9 sys_stat | |
12499
9deb67d8d0d7
Add missing dependencies to 'extensions' module.
Bruno Haible <bruno@clisp.org>
parents:
12162
diff
changeset
|
10 extensions |
14683
efab6978105e
Avoid unnecessary compilation units, through conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents:
12499
diff
changeset
|
11 utimens [test $HAVE_FUTIMENS = 0 || test $REPLACE_FUTIMENS = 1] |
12162 | 12 |
13 configure.ac: | |
14 gl_FUNC_FUTIMENS | |
15 gl_SYS_STAT_MODULE_INDICATOR([futimens]) | |
16 | |
17 Makefile.am: | |
18 | |
19 Include: | |
20 <sys/stat.h> | |
21 | |
22 Link: | |
23 $(LIB_CLOCK_GETTIME) | |
24 | |
25 License: | |
14691
5f249b867447
futimens: Relicense under LGPL.
Bruno Haible <bruno@clisp.org>
parents:
14683
diff
changeset
|
26 LGPL |
12162 | 27 |
28 Maintainer: | |
29 Eric Blake |