(Files): Add m4/longlong.m4, since we need gl_AC_TYPE_LONG_LONG.
[pspp] / modules / inttostr
1 Description:
2 Convert integers to printable strings.
3
4 Files:
5 lib/imaxtostr.c
6 lib/inttostr.c
7 lib/inttostr.h
8 lib/offtostr.c
9 lib/umaxtostr.c
10 m4/intmax_t.m4
11 m4/inttostr.m4
12 m4/longlong.m4
13 m4/uintmax_t.m4
14
15 Depends-on:
16
17 configure.ac:
18 gl_INTTOSTR
19
20 Makefile.am:
21 EXTRA_DIST += inttostr.c
22 lib_SOURCES += imaxtostr.c inttostr.h offtostr.c umaxtostr.c
23
24 Include:
25 "inttostr.h"
26
27 Maintainer:
28 Paul Eggert