posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / count-one-bits
blobddceacda4bcf727ab15c83fdb37cb9ee30c2d07b
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
8 Depends-on:
9 extern-inline
11 configure.ac:
13 Makefile.am:
14 lib_SOURCES += count-one-bits.c
16 Include:
17 "count-one-bits.h"
19 License:
20 LGPLv2+
22 Maintainer:
23 Ben Pfaff