changeset 4595:4cc6ae8a82f6

Update.
author Bruno Haible <bruno@clisp.org>
date Mon, 18 Aug 2003 17:03:09 +0000
parents 3d0ca08c37db
children fed81fcab071
files ChangeLog modules/argp
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/modules/argp
+++ b/modules/argp
@@ -19,9 +19,13 @@
 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 \