changeset 4386:3d00371ec7b8

New module argp.
author Bruno Haible <bruno@clisp.org>
date Tue, 10 Jun 2003 11:29:45 +0000
parents 1c170fb33fa6
children 3d8c93096962
files ChangeLog modules/argp
diffstat 2 files changed, 40 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
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
+