bison-i18n: Add support for mingw builds on Cygwin hosts.
[gnulib.git] / modules / argp
blob88cc78c3cbc4faad953637044fc411d21b0dce0c
1 Description:
2 Hierarchical processing of command line arguments.
4 Files:
5 lib/argp.h
6 lib/argp-ba.c
7 lib/argp-eexst.c
8 lib/argp-fmtstream.c
9 lib/argp-fmtstream.h
10 lib/argp-fs-xinl.c
11 lib/argp-help.c
12 lib/argp-namefrob.h
13 lib/argp-parse.c
14 lib/argp-pin.c
15 lib/argp-pv.c
16 lib/argp-pvh.c
17 lib/argp-xinl.c
18 m4/argp.m4
20 Depends-on:
21 alignasof
22 alloca
23 basename-lgpl
24 extern-inline
25 getopt-gnu
26 strchrnul
27 sysexits
28 malloc-gnu
29 mempcpy
30 strndup
31 strcase
32 extensions
33 vsnprintf
34 sleep
35 stdbool
36 stdio
37 strerror
38 memchr
39 memmove
41 configure.ac:
42 gl_ARGP
43 m4_ifdef([AM_XGETTEXT_OPTION],
44   [AM_][XGETTEXT_OPTION([--flag=argp_error:2:c-format])
45    AM_][XGETTEXT_OPTION([--flag=argp_failure:4:c-format])])
47 Makefile.am:
48 lib_SOURCES += argp.h argp-ba.c argp-eexst.c \
49            argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \
50            argp-namefrob.h argp-parse.c argp-pin.c argp-pv.c argp-pvh.c \
51            argp-xinl.c
53 Include:
54 "argp.h"
56 License:
57 LGPL
59 Maintainer:
60 Sergey Poznyakoff, glibc