From: Bruno Haible Date: Fri, 10 Oct 2003 19:41:12 +0000 (+0000) Subject: A little more dependencies of the 'argp' module. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baa7905d0ee85431156cb52e1ee295122ab0a506;p=pspp A little more dependencies of the 'argp' module. --- diff --git a/ChangeLog b/ChangeLog index dbd6d166b4..1357c21370 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-10-10 Simon Josefsson + + * modules/argp (Depends-on): Add restrict and strcase. + 2003-10-08 Paul Eggert * modules/getpass: Depend on stdbool. diff --git a/m4/ChangeLog b/m4/ChangeLog index 5efda7cd19..7b1a69b2ae 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2003-10-10 Simon Josefsson + + * argp.m4: Add AC_C_INLINE. + 2003-10-08 Paul Eggert * getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h. diff --git a/m4/argp.m4 b/m4/argp.m4 index fc81004164..c7e485d601 100644 --- 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_DEFUN([gl_ARGP], [ AC_CHECK_HEADERS([argp.h linewrap.h]) AC_CHECK_FUNCS(argp_parse) + AC_REQUIRE([AC_C_INLINE]) ]) diff --git a/modules/argp b/modules/argp index 145213c0cd..28fa0a1267 100644 --- a/modules/argp +++ b/modules/argp @@ -23,6 +23,8 @@ strchrnul sysexits mempcpy strndup +restrict +strcase configure.ac: gl_ARGP