Prefer using configmake.h instead of augmenting DEFS.
[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 EXTRA_DIST += xstrtol.h
21
22 Include:
23 "xstrtol.h"
24
25 License:
26 GPL
27
28 Maintainer:
29 Jim Meyering