+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.
+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.
-# 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
[
AC_CHECK_HEADERS([argp.h linewrap.h])
AC_CHECK_FUNCS(argp_parse)
+ AC_REQUIRE([AC_C_INLINE])
])
sysexits
mempcpy
strndup
+restrict
+strcase
configure.ac:
gl_ARGP