gnulib-tool now synthesizes the EXTRA_DIST line.
[gnulib.git] / modules / xstrtol
1 Description:
2 Convert string to 'long' or 'unsigned long', with error checking.
3
4 Files:
5 lib/xstrtol.h
6 lib/xstrtol.c
7 lib/xstrtoul.c
8 m4/xstrtol.m4
9
10 Depends-on:
11 exitfail
12 error
13 intprops
14 inttypes
15
16 configure.ac:
17 gl_XSTRTOL
18
19 Makefile.am:
20
21 Include:
22 "xstrtol.h"
23
24 License:
25 GPL
26
27 Maintainer:
28 Jim Meyering