summaryrefslogtreecommitdiff
path: root/m4/rpmatch.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-12 20:09:01 +0000
committerJim Meyering <jim@meyering.net>2003-09-12 20:09:01 +0000
commit9f4851b29363a3a528d36a2e52b3d21f1936fc98 (patch)
tree13b8b85e84a341c42af259325df92860339aefcc /m4/rpmatch.m4
parent334e2ecfba2847cb93f34dc0ba95cb57ebd97dcc (diff)
downloadcoreutils-9f4851b29363a3a528d36a2e52b3d21f1936fc98.tar.xz
(gl_PREREQ_RPMATCH): Don't check for standard C headers.
Diffstat (limited to 'm4/rpmatch.m4')
-rw-r--r--m4/rpmatch.m48
1 files changed, 2 insertions, 6 deletions
diff --git a/m4/rpmatch.m4 b/m4/rpmatch.m4
index 4cce297c3..dd787ee16 100644
--- a/m4/rpmatch.m4
+++ b/m4/rpmatch.m4
@@ -1,4 +1,4 @@
-# rpmatch.m4 serial 3
+# rpmatch.m4 serial 4
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
@@ -15,8 +15,4 @@ AC_DEFUN([gl_FUNC_RPMATCH],
])
# Prerequisites of lib/rpmatch.c.
-AC_DEFUN([gl_PREREQ_RPMATCH], [
- AC_REQUIRE([AC_HEADER_STDC])
- :
-])
-
+AC_DEFUN([gl_PREREQ_RPMATCH], [:])