On Tue, Oct 12, 2021 at 03:50:57PM +0200, Anthony Iliopoulos wrote: > Commit 5868405dce1d ("Sync up different copies of the m4 macros, noop > change for this package.") introduced this macro, by the function was > never really used by any test, remove it. If we're not going to keep this in sync (with what I have no idea) then why not remove the other unused macros? --D > Signed-off-by: Anthony Iliopoulos <ailiop@xxxxxxxx> > --- > m4/package_xfslibs.m4 | 14 -------------- > 1 file changed, 14 deletions(-) > > diff --git a/m4/package_xfslibs.m4 b/m4/package_xfslibs.m4 > index 9be56e1103ac..1bfd955479b8 100644 > --- a/m4/package_xfslibs.m4 > +++ b/m4/package_xfslibs.m4 > @@ -64,20 +64,6 @@ AC_DEFUN([AC_PACKAGE_NEED_LIBXFSINIT_LIBXFS], > AC_SUBST(libxfs) > ]) > > -AC_DEFUN([AC_PACKAGE_NEED_OPEN_BY_FSHANDLE], > - [ AC_CHECK_LIB(handle, open_by_fshandle,, [ > - echo > - echo 'FATAL ERROR: could not find a current XFS handle library.' > - echo 'Install or upgrade the XFS library package.' > - echo 'Alternatively, run "make install-dev" from the xfsprogs source.' > - exit 1 > - ]) > - libhdl="-lhandle" > - test -f ${libexecdir}${libdirsuffix}/libhandle.la && \ > - libhdl="${libexecdir}${libdirsuffix}/libhandle.la" > - AC_SUBST(libhdl) > - ]) > - > AC_DEFUN([AC_PACKAGE_NEED_ATTRLIST_LIBHANDLE], > [ AC_CHECK_LIB(handle, attr_list_by_handle,, [ > echo > -- > 2.33.0 >