Remove the 'restrict' module, and modify everybody to use AC_C_RESTRICT
[gnulib.git] / modules / argp
1 Description:
2 Hierarchical processing of command line arguments.
3
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
19
20 Depends-on:
21 alloca
22 dirname
23 getopt
24 strchrnul
25 sysexits
26 mempcpy
27 strndup
28 strcase
29 extensions
30 vsnprintf
31
32 configure.ac:
33 gl_ARGP
34
35 Makefile.am:
36 lib_SOURCES += argp.h argp-ba.c argp-eexst.c \
37            argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \
38            argp-namefrob.h argp-parse.c argp-pin.c argp-pv.c argp-pvh.c \
39            argp-xinl.c
40
41 Include:
42 "argp.h"
43
44 License:
45 LGPL
46
47 Maintainer:
48 Sergey Poznyakoff, glibc