Assume Automake >= 1.11.
[gnulib.git] / modules / integer_length
blobf37713b037c412e98c8de75c7d9f521d45f879e0
1 Description:
2 Finds the most significant bit in an 'unsigned int'.
4 Files:
5 lib/integer_length.h
6 lib/integer_length.c
7 lib/float+.h
8 m4/longlong.m4
9 m4/exponentd.m4
11 Depends-on:
12 float
14 configure.ac:
15 AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
16 AC_REQUIRE([gl_DOUBLE_EXPONENT_LOCATION])
18 Makefile.am:
19 lib_SOURCES += integer_length.c
21 Include:
22 "integer_length.h"
24 License:
25 LGPLv2+
27 Maintainer:
28 all