# HG changeset patch # User Bruno Haible # Date 1055244585 0 # Node ID 3d00371ec7b849a218c7bb24689a1e9ec11772fc # Parent 1c170fb33fa6a7d58c76ec0838b6517606997a85 New module argp. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-06=10 Simon Josefsson + + * modules/argp: New file. + 2003-06-07 Bruno Haible * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to diff --git a/modules/argp b/modules/argp new file mode 100644 --- /dev/null +++ b/modules/argp @@ -0,0 +1,36 @@ +Description: +Hierarchical processing of command line arguments. + +Files: +lib/argp.h +lib/argp-ba.c +lib/argp-eexst.c +lib/argp-fmtstream.c +lib/argp-fmtstream.h +lib/argp-fs-xinl.c +lib/argp-help.c +lib/argp-namefrob.h +lib/argp-parse.c +lib/argp-pv.c +lib/argp-pvh.c +lib/argp-xinl.c +m4/argp.m4 + +Depends-on: +alloca +getopt + +configure.ac: +AC_FUNC_ARGP + +Makefile.am: +lib_SOURCES += argp.h argp-ba.c argp-eexst.c \ + argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \ + argp-namefrob.h argp-parse.c argp-pv.c argp-pvh.c argp-xinl.c + +Include: +"argp.h" + +Maintainer: +Simon Josefsson, glibc +