]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(gl_PREREQ_GETNDELIM2): Assume stdlib.h per the C89 spec.
authorJim Meyering <jim@meyering.net>
Fri, 12 Sep 2003 20:04:47 +0000 (20:04 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 12 Sep 2003 20:04:47 +0000 (20:04 +0000)
m4/getndelim2.m4

index 6715c53cd862366b1780eb07c2fd7c2723addf86..ce89321de14507460e40d3789836cd02aa0aa4c0 100644 (file)
@@ -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.
 ])