posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / xstrtol
bloba765f9745270d1313aacba6665d58c4a166fa64a
1 Description:
2 Convert string to 'long' or 'unsigned long', with error checking.
4 Files:
5 lib/xstrtol.h
6 lib/xstrtol.c
7 lib/xstrtoul.c
8 m4/xstrtol.m4
10 Depends-on:
11 assure
12 inttypes-incomplete
14 configure.ac:
15 gl_XSTRTOL
17 Makefile.am:
18 lib_SOURCES += xstrtol.c xstrtoul.c
20 Include:
21 "xstrtol.h"
23 License:
24 GPL
26 Maintainer:
27 Jim Meyering