Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/integer_length_l @ 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 | dc9665de5e48 |
children | 1f14c6dd175d |
rev | line source |
---|---|
15954 | 1 Description: |
2 Finds the most significant bit in an 'unsigned long'. | |
3 | |
4 Files: | |
5 lib/integer_length.h | |
6 lib/integer_length_l.c | |
7 m4/longlong.m4 | |
8 | |
9 Depends-on: | |
10 integer_length | |
11 | |
12 configure.ac: | |
13 AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT]) | |
14 | |
15 Makefile.am: | |
16 lib_SOURCES += integer_length_l.c | |
17 | |
18 Include: | |
19 "integer_length.h" | |
20 | |
21 License: | |
22 LGPLv2+ | |
23 | |
24 Maintainer: | |
25 Bruno Haible |