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