Commit Graph

25 Commits

Author SHA1 Message Date
Dave Chinner 82e1e14dba 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>
2010-01-26 14:21:47 +11:00
Eric Sandeen dcb3106e20 Check for xlog_assign_lsn in xfs headers
Checking for libxfs.h isn't enough; some debian installs
have libxfs.h but no xlog_assign_lsn, and the loggen build still
fails.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Tested-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
2009-06-03 15:15:15 -05:00
Eric Sandeen 1e814bd4f3 libxfs.h is really only needed for the loggen test;
make it config-time optional.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Christoph Hellwig <hch@infradead.org>
2009-06-02 15:36:13 -05:00
Eric Sandeen 7a2ae4184b Use xfs.h rather than libxfs.h
Use xfs/xfs.h when possible rather than xfs/libxfs.h,
now that libxfs.h isn't part of a normal xfsprogs-devel
install.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Christoph Hellwig <hch@lst.de>
2009-05-28 11:36:27 -05:00
Barry Naujok 2ccda108c4 xfstests: check for dmapi headers
Merge of master-melb:xfs-cmds:32507a by kenmcd.

  xfstests: check for dmapi headers
2008-11-20 14:22:49 +00:00
Tim Shimmin 64fe5df9de xfstests changes for lib64 stuff
Merge of master-melb:xfs-cmds:25826a by kenmcd.

  call configure with libexecdir and lib64 enabling
2006-04-24 15:31:12 +00:00
Nathan Scott de6d86177f QA test updates - fixes for pquota, extsize, fsstress, and ensure mount options passed through to test_dev.
Merge of master-melb:xfs-cmds:24763a by kenmcd.
2005-12-09 02:52:22 +00:00
Tim Shimmin fb5483e332 Get libhandle working on IRIX for qa. Put back fd_to_handle.
Merge of master-melb:xfs-cmds:23053a by kenmcd.
2005-07-04 06:00:09 +00:00
Nathan Scott 2446ccc509 Add AIO test 113 into the mix, enable AIO testing capability in local fsx.
Merge of master-melb:xfs-cmds:21487a by kenmcd.
2005-02-14 13:52:05 +00:00
ptools cb6beb9759 Fixed merge problems 2004-06-15 07:32:36 +00:00
fsgqa 518f774f30 QA updates 2003-07-17 04:09:59 +00:00
Nathan Scott 332ee29d1a xfstests updates - rework build to be like other xfs packages, revive some old fs test tools and reenable xfs extensions, move ltp code into a separate subdir to help keeping in sync with real ltp project (hopefully) 2003-07-07 06:36:46 +00:00
Nathan Scott a755a2e4e5 Merge of xfs-cmds-2.4.18:slinx:112280a by nathans.
fix up names of attr packages.
2002-02-25 22:48:28 +00:00
Nathan Scott 958b881b08 Merge of xfs-cmds-2.4.18:slinx:111140a by nathans.
minor changes to xfstests as we transition to new EA/ACL interfaces.
2002-02-25 22:12:17 +00:00
Nathan Scott de185749be don't use -f to "hostname", its not portable. 2001-08-04 01:07:30 +00:00
Nathan Scott 90449ffe1f additional diagnostic messages when we can't find headers/libs we need. 2001-08-02 01:44:45 +00:00
Nathan Scott 2a3db2a52c fix up use of libacl and libattr after recent package changes. 2001-07-18 23:08:33 +00:00
Keith Owens 68fb5cf147 Fix old references to acl/acl.h 2001-06-15 14:25:43 +00:00
Ivan Rayner efff7486d9 use . ./VERSION rather than . VERSION 2001-06-12 07:20:31 +00:00
Nathan Scott a777d6221e update a comment. 2001-05-09 07:03:16 +00:00
Nathan Scott 86c6116680 in the absence of any compeling information to suggest otherwise, fall
back to installing man pages in /usr/share/man, rather than /usr/man.
2001-05-07 02:46:00 +00:00
Nathan Scott fc6653abdd be more flexible with a lack of -ldb on a system (just skip test 010). 2001-03-27 06:57:37 +00:00
Nathan Scott 0f34df2a22 fix use of potentially uninitialised variable in deciding where to put
man pages and how to build them.
2001-01-29 23:27:23 +00:00
Nathan Scott 3c6a65bfdd add some missing exits on configure failure. 2001-01-16 09:02:27 +00:00
Nathan Scott 54a1ac018a finish off the tests restructuring. 2001-01-16 04:10:42 +00:00