X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fargp.m4;h=c7e485d601771d18ce9c486a0a02c614163df85b;hb=5e576318cdb5628381e4082c3f4a29c1e97f27a8;hp=fc810041647ec936edecc8f68579e692c13ec015;hpb=bc4997d3dda225ff61dc9377b14aea626d9996b1;p=gnulib.git diff --git a/m4/argp.m4 b/m4/argp.m4 index fc8100416..c7e485d60 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]) ])