Move xstrtol messages into gnulib domain, when --pobase is used.
[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 lib/xstrtol-error.c
9 m4/xstrtol.m4
10
11 Depends-on:
12 exitfail
13 error
14 gettext-h
15 intprops
16 inttypes
17
18 configure.ac:
19 gl_XSTRTOL
20
21 Makefile.am:
22
23 Include:
24 "xstrtol.h"
25
26 License:
27 GPL
28
29 Maintainer:
30 Jim Meyering