From 40cd9fdf30f16d7fafc927bdccc94dbaa8b37ab2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 16 May 2005 13:10:53 +0000 Subject: [PATCH] (gl_FUNC_FTS): Don't require AC_FUNC_MALLOC or AC_FUNC_REALLOC. They are not needed. --- m4/fts.m4 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/m4/fts.m4 b/m4/fts.m4 index 60637ce..414ed98 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]) ]) -- 2.7.4