mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
82e1e14dba
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>
24 lines
955 B
Plaintext
24 lines
955 B
Plaintext
# generated automatically by aclocal 1.11 -*- Autoconf -*-
|
|
|
|
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
|
# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
|
|
# This file is free software; the Free Software Foundation
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
# PARTICULAR PURPOSE.
|
|
|
|
m4_include([m4/multilib.m4])
|
|
m4_include([m4/package_acldev.m4])
|
|
m4_include([m4/package_aiodev.m4])
|
|
m4_include([m4/package_attrdev.m4])
|
|
m4_include([m4/package_dmapidev.m4])
|
|
m4_include([m4/package_gdbmdev.m4])
|
|
m4_include([m4/package_globals.m4])
|
|
m4_include([m4/package_utilies.m4])
|
|
m4_include([m4/package_uuiddev.m4])
|
|
m4_include([m4/package_xfslibs.m4])
|