* modules/argp: Remove dependency on alloca.
[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-pv.c
15 lib/argp-pvh.c
16 lib/argp-xinl.c
17 m4/argp.m4
18
19 Depends-on:
20 getopt
21 strchrnul
22 sysexits
23 mempcpy
24 strndup
25 restrict
26 strcase
27
28 configure.ac:
29 gl_ARGP
30
31 Makefile.am:
32 lib_SOURCES += argp.h argp-ba.c argp-eexst.c \
33            argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \
34            argp-namefrob.h argp-parse.c argp-pv.c argp-pvh.c argp-xinl.c
35
36 Include:
37 "argp.h"
38
39 Maintainer:
40 Simon Josefsson, glibc
41