mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-26 15:39:06 +00:00
* configure.ac: gnulib supplies waitpid and C89 supplies strspn. Hence there is no need for any call to FINDLIB_REPLACE_FUNCS. That being the case we don't need to test it with forcefindlib. * m4/findlib.m4: remove since FINDLIB_REPLACE_FUNCS is unused. * m4/Makefile.am (EXTRA_DIST): findlib.m4 has been deleted, so don't distribute it. * lib/waitpid.c: remove, since gnulib provides this. * lib/forcefindlib.c: remove, since there is no longer any need to test FINDLIB_REPLACE_FUNCS. * lib/Makefile.am (libfind_a_SOURCES): Specify this variable all in one go, instead of in several parts. Move some header files into here instead of just having them in EXTRA_DIST. Because FINDLIBOBJS is empty now, there is no need to copy that to libfind_a_LIBADD.