diff options
author | Jim Meyering <jim@meyering.net> | 2005-05-16 13:10:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-05-16 13:10:53 +0000 |
commit | 40cd9fdf30f16d7fafc927bdccc94dbaa8b37ab2 (patch) | |
tree | f079ed3a1fd46d1076462dca5e556f8ee4530839 | |
parent | 842c8c486f4f900ae596b56ae93da8ac3e0a4067 (diff) | |
download | coreutils-40cd9fdf30f16d7fafc927bdccc94dbaa8b37ab2.tar.xz |
(gl_FUNC_FTS): Don't require AC_FUNC_MALLOC or AC_FUNC_REALLOC.
They are not needed.
-rw-r--r-- | m4/fts.m4 | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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]) ]) |