warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / count-one-bits
blob7bb18bd7602594dd330a83ff7e74b1ad828c3ab7
1 Description:
2 Counts the number of 1-bits in a word.
4 Files:
5 lib/count-one-bits.c
6 lib/count-one-bits.h
7 m4/count-one-bits.m4
9 Depends-on:
10 extern-inline
12 configure.ac:
13 gl_COUNT_ONE_BITS
15 Makefile.am:
16 lib_SOURCES += count-one-bits.c
18 Include:
19 "count-one-bits.h"
21 License:
22 LGPLv2+
24 Maintainer:
25 Ben Pfaff