summaryrefslogtreecommitdiff
path: root/m4/strnlen.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-13 10:39:48 +0000
committerJim Meyering <jim@meyering.net>2003-09-13 10:39:48 +0000
commit31a32dc3c4b6388ac0020edab485612927ba0da7 (patch)
tree8b035745c4f23f7afa112bc91f9e1ced061aae32 /m4/strnlen.m4
parent48f79abea566bc1bb9bf1c5b0a13f9f28e51713d (diff)
downloadcoreutils-31a32dc3c4b6388ac0020edab485612927ba0da7.tar.xz
Update from gnulib.
Diffstat (limited to 'm4/strnlen.m4')
-rw-r--r--m4/strnlen.m49
1 files changed, 2 insertions, 7 deletions
diff --git a/m4/strnlen.m4 b/m4/strnlen.m4
index 89cca67ea..989ff49f7 100644
--- a/m4/strnlen.m4
+++ b/m4/strnlen.m4
@@ -1,4 +1,4 @@
-# strnlen.m4 serial 2
+# strnlen.m4 serial 3
dnl Copyright (C) 2002-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
@@ -24,9 +24,4 @@ AC_DEFUN([gl_FUNC_STRNLEN],
])
# Prerequisites of lib/strnlen.c.
-AC_DEFUN([gl_PREREQ_STRNLEN], [
- AC_REQUIRE([AC_HEADER_STDC])
- AC_CHECK_HEADERS_ONCE(memory.h string.h)
- AC_CHECK_DECLS(memchr)
-])
-
+AC_DEFUN([gl_PREREQ_STRNLEN], [:])