mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: rebuild aclocal.m4
The local m4 configuration has not been built in a long time. Trying to rebuild it results in failures with dmapi library detection and libxfs.h detection macros. Fix the errors and rebuild it. Note: the new format for the aclocal.m4 file uses m4_include directives which means it is much smaller than before and won't need updating unless we include new m4 macro files. Signed-off-by: Dave Chinner <david@fromorbit.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ in
|
||||
*)
|
||||
AC_MULTILIB($enable_lib64)
|
||||
AC_PACKAGE_NEED_XFS_XFS_H
|
||||
AC_PACKAGE_WANT_XFS_LIBXFS_H
|
||||
AC_PACKAGE_WANT_LIBXFS_H
|
||||
AC_PACKAGE_WANT_XLOG_ASSIGN_LSN
|
||||
AC_PACKAGE_NEED_XFS_XQM_H
|
||||
AC_PACKAGE_NEED_XFSCTL_MACRO
|
||||
|
||||
Reference in New Issue
Block a user