summaryrefslogtreecommitdiff
path: root/m4/fnmatch.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-12 20:00:33 +0000
committerJim Meyering <jim@meyering.net>2003-09-12 20:00:33 +0000
commitc21873f8bba7aa0783012dc7bc3c1584c415d429 (patch)
treeeab80e89db4a296d3f45e8b6f664563df36f7fbb /m4/fnmatch.m4
parent0ef9dd611a8e180aa4c9a2877bd650941195957b (diff)
downloadcoreutils-c21873f8bba7aa0783012dc7bc3c1584c415d429.tar.xz
(gl_PREREQ_FNMATCH_EXTRA): Remove. All uses removed.
Diffstat (limited to 'm4/fnmatch.m4')
-rw-r--r--m4/fnmatch.m410
1 files changed, 0 insertions, 10 deletions
diff --git a/m4/fnmatch.m4 b/m4/fnmatch.m4
index d281d9ef2..b58db4366 100644
--- a/m4/fnmatch.m4
+++ b/m4/fnmatch.m4
@@ -79,14 +79,6 @@ AC_DEFINE(fnmatch, rpl_fnmatch,
])# _AC_LIBOBJ_FNMATCH
-# Additional prerequisites of lib/fnmatch.c, not part of _AC_LIBOBJ_FNMATCH.
-AC_DEFUN([gl_PREREQ_FNMATCH_EXTRA],
-[
- AC_REQUIRE([AC_HEADER_STDC])
- AC_CHECK_HEADERS_ONCE(string.h strings.h)
-])
-
-
AC_DEFUN([gl_FUNC_FNMATCH_POSIX],
[
FNMATCH_H=
@@ -94,7 +86,6 @@ AC_DEFUN([gl_FUNC_FNMATCH_POSIX],
[rm -f lib/fnmatch.h],
[_AC_LIBOBJ_FNMATCH])
if test $ac_cv_func_fnmatch_posix != yes; then
- gl_PREREQ_FNMATCH_EXTRA
dnl We must choose a different name for our function, since on ELF systems
dnl a broken fnmatch() in libc.so would override our fnmatch() if it is
dnl compiled into a shared library.
@@ -115,7 +106,6 @@ AC_DEFUN([gl_FUNC_FNMATCH_GNU],
[rm -f lib/fnmatch.h],
[_AC_LIBOBJ_FNMATCH])
if test $ac_cv_func_fnmatch_gnu != yes; then
- gl_PREREQ_FNMATCH_EXTRA
dnl We must choose a different name for our function, since on ELF systems
dnl a broken fnmatch() in libc.so would override our fnmatch() if it is
dnl compiled into a shared library.