diff options
author | Bruno Haible <bruno@clisp.org> | 2003-08-18 17:03:09 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2003-08-18 17:03:09 +0000 |
commit | df0063a68c5dd7decd78ed6175d8098d2e1d3747 (patch) | |
tree | 8f4a3882547b6d7c91f61bf85976e98b3fddbe6d /modules | |
parent | bc4997d3dda225ff61dc9377b14aea626d9996b1 (diff) | |
download | gnulib-df0063a68c5dd7decd78ed6175d8098d2e1d3747.tar.gz |
Update.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/argp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/argp b/modules/argp index d6a24f56c7..145213c0cd 100644 --- a/modules/argp +++ b/modules/argp @@ -19,9 +19,13 @@ m4/argp.m4 Depends-on: alloca getopt +strchrnul +sysexits +mempcpy +strndup configure.ac: -AC_FUNC_ARGP +gl_ARGP Makefile.am: lib_SOURCES += argp.h argp-ba.c argp-eexst.c \ |