Remove lib_SOURCES line from Makefile.am section of modules where this
[gnulib.git] / modules / human
1 Description:
2 Convert a number (usually a file size) to a human readable string, possibly
3 with K/M/G suffix.
4
5 Files:
6 lib/human.h
7 lib/human.c
8 lib/intprops.h
9 m4/ulonglong.m4
10 m4/stdint_h.m4
11 m4/inttypes_h.m4
12 m4/uintmax_t.m4
13 m4/human.m4
14
15 Depends-on:
16 gettext
17 argmatch
18 error
19 xstrtol
20 stdbool
21
22 configure.ac:
23 gl_HUMAN
24
25 Makefile.am:
26
27 Include:
28 "human.h"
29
30 License:
31 GPL
32
33 Maintainer:
34 Paul Eggert