On Tue, Oct 12, 2021 at 08:39:46AM -0700, Darrick J. Wong wrote: > 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? This was standing out as I was looking specifically into fstests dependencies to libhandle, but I didn't make a full pass through the rest. Indeed at least AC_PACKAGE_NEED_LIBXFSINIT_LIBXFS seems also unused. >From looking at earlier commits, I think sync was referring to bringing the m4 macros up to date with the rest of the packages (xfsprogs, xfsdump at least). Commit c1ef92a938a1 ("Updates to QA scrdiff script to keep package configure macros in sync.") includes the following comment: "xfstests directory m4 directory is a repository of all of the custom m4 macros used in the packages we look after." I just checked xfsdump and most of the macros in package_xfslibs.m4 are indeed unused. Regards, Anthony