warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / integer_length_ll
blob96218cca415160f87a72a1dcaf1049ae8d9731a0
1 Description:
2 Finds the most significant bit in an 'unsigned long long'.
4 Files:
5 lib/integer_length.h
6 lib/integer_length_ll.c
7 lib/integer_length_l.c
8 m4/longlong.m4
10 Depends-on:
11 integer_length
13 configure.ac:
14 AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
16 Makefile.am:
17 lib_SOURCES += integer_length_ll.c
19 Include:
20 "integer_length.h"
22 License:
23 LGPLv2+
25 Maintainer:
26 all