From df0063a68c5dd7decd78ed6175d8098d2e1d3747 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 18 Aug 2003 17:03:09 +0000 Subject: [PATCH] Update. --- ChangeLog | 4 ++++ modules/argp | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b501b50622..65fbf9213c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-08-17 Simon Josefsson + + * modules/argp: Fix autoconf macro name. Add more dependencies. + 2003-08-17 Simon Josefsson * modules/xstrndup: New file. 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 \ -- 2.30.2