summaryrefslogtreecommitdiff
path: root/m4/getndelim2.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-12 20:04:47 +0000
committerJim Meyering <jim@meyering.net>2003-09-12 20:04:47 +0000
commit5c11c04cadbad5ec14fbab63f69ea78e1b2ba947 (patch)
tree754b2389aa28fba7f450148dd8cc121405c35923 /m4/getndelim2.m4
parente0594cfaeda8e1189c9dd18fcdf7e3917554008e (diff)
downloadcoreutils-5c11c04cadbad5ec14fbab63f69ea78e1b2ba947.tar.xz
(gl_PREREQ_GETNDELIM2): Assume stdlib.h per the C89 spec.
Diffstat (limited to 'm4/getndelim2.m4')
-rw-r--r--m4/getndelim2.m45
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/getndelim2.m4 b/m4/getndelim2.m4
index 6715c53cd..ce89321de 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.
])