diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-28 17:40:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-28 17:40:56 +0000 |
commit | 09b1a0014b991d26609f3befee812a091ae4759b (patch) | |
tree | 8d580ea8a7ac5cadaec25a7cea3109855002ab47 | |
parent | 77e740fff6d32d9aac85285ff1e480c136adf82c (diff) | |
download | coreutils-09b1a0014b991d26609f3befee812a091ae4759b.tar.xz |
comments
-rw-r--r-- | m4/ftw.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ #serial 1 # Use the replacement ftw.c if the one in the C library is inadequate or buggy. # For now, we always use the code in lib/ because libc doesn't have the FTW_DCH -# or FTW_DCHP that we need. +# or FTW_DCHP that we need. Arrange to use lib/ftw.h. And since that +# implementation uses tsearch.c/tdestroy, add tsearch.o to the list of +# objects and arrange to use lib/search.h if necessary. # From Jim Meyering AC_DEFUN([AC_FUNC_FTW], |