New module argp.
authorBruno Haible <bruno@clisp.org>
Tue, 10 Jun 2003 11:29:45 +0000 (11:29 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 10 Jun 2003 11:29:45 +0000 (11:29 +0000)
ChangeLog
modules/argp [new file with mode: 0644]

index 1a8957a..5ce99b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-06=10  Simon Josefsson <jas@extundo.com>
+
+       * modules/argp: New file.
+
 2003-06-07  Bruno Haible  <bruno@clisp.org>
 
        * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
diff --git a/modules/argp b/modules/argp
new file mode 100644 (file)
index 0000000..d6a24f5
--- /dev/null
@@ -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
+