From: Bruno Haible Date: Tue, 10 Jun 2003 11:29:45 +0000 (+0000) Subject: New module argp. X-Git-Tag: cvs-readonly~4799 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=878d94d185408f6c55374b0ab4d121845995231b;p=gnulib.git New module argp. --- diff --git a/ChangeLog b/ChangeLog index 1a8957af7..5ce99b262 100644 --- 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 index 000000000..d6a24f56c --- /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 +