summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-05-16 13:10:53 +0000
committerJim Meyering <jim@meyering.net>2005-05-16 13:10:53 +0000
commit40cd9fdf30f16d7fafc927bdccc94dbaa8b37ab2 (patch)
treef079ed3a1fd46d1076462dca5e556f8ee4530839 /m4
parent842c8c486f4f900ae596b56ae93da8ac3e0a4067 (diff)
downloadcoreutils-40cd9fdf30f16d7fafc927bdccc94dbaa8b37ab2.tar.xz
(gl_FUNC_FTS): Don't require AC_FUNC_MALLOC or AC_FUNC_REALLOC.
They are not needed.
Diffstat (limited to 'm4')
-rw-r--r--m4/fts.m44
1 files changed, 1 insertions, 3 deletions
diff --git a/m4/fts.m4 b/m4/fts.m4
index 60637ce4c..414ed98c2 100644
--- a/m4/fts.m4
+++ b/m4/fts.m4
@@ -1,4 +1,4 @@
-#serial 1
+#serial 2
dnl Copyright (C) 2005 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -31,8 +31,6 @@ AC_DEFUN([gl_FUNC_FTS],
AC_REQUIRE([AC_FUNC_CLOSEDIR_VOID])
AC_REQUIRE([AC_FUNC_LSTAT])
AC_REQUIRE([AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK])
- AC_REQUIRE([AC_FUNC_MALLOC])
- AC_REQUIRE([AC_FUNC_REALLOC])
AC_REQUIRE([AC_FUNC_STAT])
AC_CHECK_FUNCS_ONCE([fchdir memmove memset strrchr])
])