Update.
authorBruno Haible <bruno@clisp.org>
Mon, 18 Aug 2003 17:03:09 +0000 (17:03 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 18 Aug 2003 17:03:09 +0000 (17:03 +0000)
ChangeLog
modules/argp

index b501b506225c0507b961b6acde8ee489e60ba8a0..65fbf9213ca8bdd71d050fbbf938f431e76e7d0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-17  Simon Josefsson  <jas@extundo.com>
+
+       * modules/argp: Fix autoconf macro name. Add more dependencies.
+
 2003-08-17  Simon Josefsson  <jas@extundo.com>
 
        * modules/xstrndup: New file.
index d6a24f56c769b3984f3aa9cbab346a8fe094030f..145213c0cd94efaba33d14c363ac2ee8a372ab6c 100644 (file)
@@ -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 \