aboutsummaryrefslogtreecommitdiffstats
path: root/tools/check/check_zlib_lib
Commit message (Collapse)AuthorAgeFilesLines
* build: add autoconf to replace custom checks in tools/checkIan Jackson2012-02-221-12/+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>
* tools/check: Add explicit include path for funcs.sh.Keir Fraser2008-01-231-1/+1
| | | | | | | | | | | | | | | | | When the current directory is not in $PATH, then the patch fixes the following errors: Checking check_brctl: .: funcs.sh: not found Checking check_crypto_lib: .: funcs.sh: not found Checking check_curl: .: funcs.sh: not found Checking check_iproute: .: funcs.sh: not found Checking check_python: .: funcs.sh: not found Checking check_python_xml: .: funcs.sh: not found Checking check_udev: .: funcs.sh: not found Checking check_xml2: .: funcs.sh: not found Checking check_zlib_lib: .: funcs.sh: not found Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
* Make tools/check scripts cross-friendlyKeir Fraser2008-01-221-15/+3
| | | | | | | | This patch introduces tools/check/funcs.sh with some cross-friendly abstractions, then modifies the check_* scripts to use them. Signed-off-by: Aron Griffis <aron@hp.com>
* Fix tools dependency-check scripts for *BSD.Keir Fraser2007-09-251-0/+8
| | | | | | | | zlib and crypto libs are part of the base system in *BSD. So no need to check for them on *BSD. This conveniently avoids executing a non-portable usage of ldconfig. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
* add /sbin to the $PATH for debian's ldconfig.Vincent Hanquez2007-02-201-1/+3
| | | | use ldconfig -p instead of -v that doesn't require root privilege to work.
* Fix 'chk' scripts for generic shell (non-bash) and *BSD.kfraser@localhost.localdomain2006-10-181-7/+10
| | | | | From: Christoph Egger <Christoph.Egger@amd.com> Signed-off-by: Keir Fraser <keir@xensource.com>
* Clean up tools/check error reporting. Remove logging.kaf24@firebug.cl.cam.ac.uk2005-09-021-2/+3
| | | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* bitkeeper revision 1.1159.1.88 (4124b308xrxOcaDBfOP8TGkxArG9Yg)mjw@wray-m-3.hpl.hp.com2004-08-191-0/+10
Checking scripts for the things Xen needs for build and install.