Avoid the need for AC_LIBSOURCES in m4 macros.
[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 m4/human.m4
9
10 Depends-on:
11 gettext-h
12 argmatch
13 error
14 intprops
15 xstrtoumax
16 stdbool
17 stdint
18
19 configure.ac:
20 gl_HUMAN
21
22 Makefile.am:
23 EXTRA_DIST += human.h
24
25 Include:
26 "human.h"
27
28 License:
29 GPL
30
31 Maintainer:
32 Paul Eggert