aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/check-libext2fs
Commit message (Collapse)AuthorAgeFilesLines
* build: add autoconf to replace custom checks in tools/checkIan Jackson2012-02-221-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added autotools magic to replace custom check scripts. The previous checks have been ported to autoconf, and some additional ones have been added (plus the suggestions from running autoscan). Two files are created as a result from executing configure script, config/Tools.mk and config.h. conf/Tools.mk is included by tools/Rules.mk, and contains most of the options previously defined in .config, that can now be set passing parameters or defining environment variables when executing configure script. config.h is only used by libxl/xl to detect yajl_version.h. [ tools/config.sub and config.guess copied from autotools-dev 20100122.1 from Debian squeeze i386, which is GPLv2. tools/configure generated using the included ./autogen.sh which ran autoconf 2.67-2 from Debian squeeze i386. autoconf is GPLv3+ but has a special exception for the autoconf output; this exception applies to us and exempts us from complying with GPLv3+ for configure, which is good as Xen is GPL2 only. - Ian Jackson ] Signed-off-by: Roger Pau Monne <roger.pau@entel.upc.edu> Tested-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
* libfsimage: Build check script needs only /bin/sh.Keir Fraser2008-03-271-1/+1
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* libfsimage: Revert broken parts of portability changes to the build system.Keir Fraser2008-03-271-4/+2
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* libfsimage: portability fixes for NetBSDKeir Fraser2008-03-261-2/+4
| | | | Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
* Make check-libext2fs cross-friendlyKeir Fraser2008-01-281-1/+1
| | | | | | | check-libext2fs was calling host gcc; pass $CC from Makefile so it can call the cross-compiler instead. Signed-off-by: Aron Griffis <aron@hp.com>
* Add libfsimage, a C library for reading files from filesystem images.Tim Deegan2006-11-091-0/+21
Initial support is provided for Solaris UFS, ext2 (both using libext2fs and not), and reiserfs. Signed-off-by: John Levon <john.levon@sun.com>