(gl_FUNC_FTS): Don't require AC_FUNC_MALLOC or AC_FUNC_REALLOC.
authorJim Meyering <jim@meyering.net>
Mon, 16 May 2005 13:10:53 +0000 (13:10 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 16 May 2005 13:10:53 +0000 (13:10 +0000)
They are not needed.

m4/fts.m4

index 60637ce..414ed98 100644 (file)
--- 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])
 ])