update argp from gnulib and add progname module
commit1963ead8208e5f3d2bfeed61a7bfecbb0e79707c
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 28 Dec 2006 16:03:44 +0000 (28 17:03 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 28 Dec 2006 16:05:17 +0000 (28 17:05 +0100)
tree9400871edb2a097d0359e1b52e8cb55029441576
parentcc667e2721d6f6622a468d8a56bdf5ee234aeee5
update argp from gnulib and add progname module

The progname module is needed by error, which is in turn required by
argp.  However, progname is GLP, while error is LGPL and therefore
error does not depend on progname in gnulib.
configure.in
lib/Makefile.am
lib/mbchar.h
lib/wctype_.h [new file with mode: 0644]
lib/wcwidth.h
m4/absolute-header.m4 [new file with mode: 0644]
m4/gnulib-cache.m4
m4/gnulib-comp.m4
m4/mbchar.m4
m4/wctype.m4 [new file with mode: 0644]
m4/wcwidth.m4