stpncpy: Allow stpncpy to be defined as a macro.
[gnulib.git] / modules / argp
1 Description:
2 Hierarchical processing of command line arguments.
3
4 Notice:
5 If you are using GNU gettext version 0.16.1 or older, add the following options
6 to XGETTEXT_OPTIONS in your po/Makevars:
7   --flag=argp_error:2:c-format --flag=argp_failure:4:c-format
8
9 Files:
10 lib/argp.h
11 lib/argp-ba.c
12 lib/argp-eexst.c
13 lib/argp-fmtstream.c
14 lib/argp-fmtstream.h
15 lib/argp-fs-xinl.c
16 lib/argp-help.c
17 lib/argp-namefrob.h
18 lib/argp-parse.c
19 lib/argp-pin.c
20 lib/argp-pv.c
21 lib/argp-pvh.c
22 lib/argp-xinl.c
23 m4/argp.m4
24
25 Depends-on:
26 alloca
27 dirname-lgpl
28 getopt-gnu
29 strchrnul
30 sysexits
31 malloc
32 mempcpy
33 strndup
34 strcase
35 extensions
36 vsnprintf
37 sleep
38 strerror
39 memchr
40 memmove
41
42 configure.ac:
43 gl_ARGP
44 m4_ifdef([AM_XGETTEXT_OPTION],
45   [AM_][XGETTEXT_OPTION([--flag=argp_error:2:c-format])
46    AM_][XGETTEXT_OPTION([--flag=argp_failure:4:c-format])])
47
48 Makefile.am:
49 lib_SOURCES += argp.h argp-ba.c argp-eexst.c \
50            argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \
51            argp-namefrob.h argp-parse.c argp-pin.c argp-pv.c argp-pvh.c \
52            argp-xinl.c
53
54 Include:
55 "argp.h"
56
57 License:
58 LGPL
59
60 Maintainer:
61 Sergey Poznyakoff, glibc