From: Jim Meyering Date: Mon, 16 May 2005 13:10:53 +0000 (+0000) Subject: (gl_FUNC_FTS): Don't require AC_FUNC_MALLOC or AC_FUNC_REALLOC. X-Git-Tag: CPPI-1_12~779 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40cd9fdf30f16d7fafc927bdccc94dbaa8b37ab2;p=thirdparty%2Fcoreutils.git (gl_FUNC_FTS): Don't require AC_FUNC_MALLOC or AC_FUNC_REALLOC. They are not needed. --- diff --git a/m4/fts.m4 b/m4/fts.m4 index 60637ce4c0..414ed98c2d 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]) ])