From: Jim Meyering Date: Fri, 12 Sep 2003 20:04:47 +0000 (+0000) Subject: (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the C89 spec. X-Git-Tag: v5.1.0~712 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c11c04cadbad5ec14fbab63f69ea78e1b2ba947;p=thirdparty%2Fcoreutils.git (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the C89 spec. --- diff --git a/m4/getndelim2.m4 b/m4/getndelim2.m4 index 6715c53cd8..ce89321de1 100644 --- a/m4/getndelim2.m4 +++ b/m4/getndelim2.m4 @@ -1,4 +1,4 @@ -# getndelim2.m4 serial 1 +# getndelim2.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 @@ -17,6 +17,5 @@ AC_DEFUN([gl_PREREQ_GETNDELIM2], [ dnl Prerequisites of lib/getndelim2.h. AC_REQUIRE([gt_TYPE_SSIZE_T]) - dnl Prerequisites of lib/getndelim2.c. - AC_REQUIRE([AC_HEADER_STDC]) + dnl No prerequisites of lib/getndelim2.c. ])