A little more dependencies of the 'argp' module.
authorBruno Haible <bruno@clisp.org>
Fri, 10 Oct 2003 19:41:12 +0000 (19:41 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 10 Oct 2003 19:41:12 +0000 (19:41 +0000)
ChangeLog
m4/ChangeLog
m4/argp.m4
modules/argp

index dbd6d166b4db145d22f3a5c80975e108a64391e6..1357c21370fd1a78afa62a48acc6d4e27656f747 100644 (file)
--- 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.
index 5efda7cd198b2c4186c4f783ff936a04dd4ce00b..7b1a69b2aeb13dc60c75f0142a9585d3c4ce505c 100644 (file)
@@ -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.
index fc810041647ec936edecc8f68579e692c13ec015..c7e485d601771d18ce9c486a0a02c614163df85b 100644 (file)
@@ -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_DEFUN([gl_ARGP],
 [
   AC_CHECK_HEADERS([argp.h linewrap.h])
   AC_CHECK_FUNCS(argp_parse)
+  AC_REQUIRE([AC_C_INLINE])
 ])
index 145213c0cd94efaba33d14c363ac2ee8a372ab6c..28fa0a1267f2230f8f48f69bb7a6ef2f8cce1e10 100644 (file)
@@ -23,6 +23,8 @@ strchrnul
 sysexits
 mempcpy
 strndup
+restrict
+strcase
 
 configure.ac:
 gl_ARGP