mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-01-29 20:58:59 +01:00
This fulfills a reqeust made as Savannah bug #46714. * NEWS: Mention this change. * m4/withfts.m4 (FIND_WITH_FTS): --with-fts is the only supported choice. The configure script now fails if run using --without-fts or --with-fts=no. * find/Makefile.am (noinst_PROGRAMS): Never install oldfind. Delete the oldfind.1 and ftsfind.1 manpages, leaving only find.1. Fix a typo and remove some commented-out lines. * find/find.c (main): add a comment pointing out that this is not the main() function of th binary that actually gets installed. * find/ftsfind.1: delete. * find/oldfind.1: delete. * find/find.1: Remove the section "BINARIES" since there are no longer two binaries. * find/testsuite/config/unix.exp: Assume --with-fts; hence the binaries are always called oldfind and find (and there is no ftsfind binary).