Merge branch 'stable'
[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-gnu
32 mempcpy
33 strndup
34 strcase
35 extensions
36 vsnprintf
37 sleep
38 stdalign
39 strerror
40 memchr
41 memmove
42
43 configure.ac:
44 gl_ARGP
45 m4_ifdef([AM_XGETTEXT_OPTION],
46   [AM_][XGETTEXT_OPTION([--flag=argp_error:2:c-format])
47    AM_][XGETTEXT_OPTION([--flag=argp_failure:4:c-format])])
48
49 Makefile.am:
50 lib_SOURCES += argp.h argp-ba.c argp-eexst.c \
51            argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \
52            argp-namefrob.h argp-parse.c argp-pin.c argp-pv.c argp-pvh.c \
53            argp-xinl.c
54
55 Include:
56 "argp.h"
57
58 License:
59 LGPL
60
61 Maintainer:
62 Sergey Poznyakoff, glibc