Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/lib-ignore @ 16749:2c1499f688aa
logf-ieee: Fix test whether logf works.
* m4/logf.m4 (gl_FUNC_LOGF): Fix typo in test program.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 01 Apr 2012 19:31:01 +0200 |
parents | dcdeec6a8dbe |
children |
rev | line source |
---|---|
6527 | 1 Description: |
2 If possible, ignore libraries that are not depended on. | |
3 | |
4 Files: | |
5 m4/lib-ignore.m4 | |
6 | |
7 Depends-on: | |
8 | |
9 configure.ac: | |
10 gl_IGNORE_UNUSED_LIBRARIES | |
11 | |
12 Makefile.am: | |
13 | |
14 Include: | |
15 | |
16 License: | |
12896
dcdeec6a8dbe
lib-ignore: relax license to "unlimited", not LGPLv2+
Jim Meyering <meyering@redhat.com>
parents:
12895
diff
changeset
|
17 unlimited |
6527 | 18 |
19 Maintainer: | |
20 Paul Eggert and Jim Meyering |