unicodeio: Fix wrong result on FreeBSD.
[gnulib.git] / modules / argp
blob38a790523cff1f8985b33dc4d354a21e9c80844f
1 Description:
2 Hierarchical processing of command line arguments.
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
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
25 Depends-on:
26 alloca
27 basename-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 stdio
41 strerror
42 memchr
43 memmove
45 configure.ac:
46 gl_ARGP
47 m4_ifdef([AM_XGETTEXT_OPTION],
48   [AM_][XGETTEXT_OPTION([--flag=argp_error:2:c-format])
49    AM_][XGETTEXT_OPTION([--flag=argp_failure:4:c-format])])
51 Makefile.am:
52 lib_SOURCES += argp.h argp-ba.c argp-eexst.c \
53            argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \
54            argp-namefrob.h argp-parse.c argp-pin.c argp-pv.c argp-pvh.c \
55            argp-xinl.c
57 Include:
58 "argp.h"
60 License:
61 LGPL
63 Maintainer:
64 Sergey Poznyakoff, glibc