Follow-up Comment #3, bug #46714 (project findutils):

few notes:
 - find/Makefile.am: using noinst_PROGRAMS means it'll still be
compiled/linked.  if you used check_PROGRAMS instead, that'd only happen if
you did `make oldfind` or `make check`.
 - whitespace in find/Makefile.am with the new line is off
 - configure.ac: i would just delete the fts configure option entirely.  i
don't think keeping --with-fts is useful.  if you delete it, configure will
still warn about the flag being unknown for devs to see.
 - configure.ac: whitespace is off w/new no case -- it's mixing tabs
w/spaces.
 - do you still need the WITH_FTS make conditional ?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46714>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


Reply via email to