changeset 4781:d762cb7714db

A little more dependencies of the 'argp' module.
author Bruno Haible <bruno@clisp.org>
date Fri, 10 Oct 2003 19:41:12 +0000
parents 413d33fbea6e
children bb7b44d87b4f
files ChangeLog m4/ChangeLog m4/argp.m4 modules/argp
diffstat 4 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-10  Simon Josefsson  <jas@extundo.com>
+
+	* modules/argp (Depends-on): Add restrict and strcase.
+
 2003-10-08  Paul Eggert  <eggert@twinsun.com>
 
 	* modules/getpass: Depend on stdbool.
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-10  Simon Josefsson  <jas@extundo.com>
+
+	* argp.m4: Add AC_C_INLINE.
+
 2003-10-08  Paul Eggert  <eggert@twinsun.com>
 
 	* getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
--- a/m4/argp.m4
+++ b/m4/argp.m4
@@ -1,4 +1,4 @@
-# argp.m4 serial 1
+# argp.m4 serial 2
 dnl Copyright (C) 2003 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
@@ -10,4 +10,5 @@
 [
   AC_CHECK_HEADERS([argp.h linewrap.h])
   AC_CHECK_FUNCS(argp_parse)
+  AC_REQUIRE([AC_C_INLINE])
 ])
--- a/modules/argp
+++ b/modules/argp
@@ -23,6 +23,8 @@
 sysexits
 mempcpy
 strndup
+restrict
+strcase
 
 configure.ac:
 gl_ARGP