[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v8] build: add autoconf to replace custom checks in tools/check
Roger Pau Monne writes ("[PATCH v8] build: add autoconf to replace custom checks in tools/check"): > 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. Thanks, I have now managed to successfuly test this. It's looking good. I have made a change to the test system to deal with it (as otherwise of course all the builds will fail), and I will apply your autoconf patch when I get a push on the test system. I'll also apply the .gitignore patch below. Ian. commit 6e9893f665a3f6fc6eef45fc53cf446f8c0856c4 Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Date: Tue Feb 21 16:12:46 2012 +0000 .gitignore: add autoconf-related files Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> diff --git a/.gitignore b/.gitignore index d1a503b..8810b35 100644 --- a/.gitignore +++ b/.gitignore @@ -105,6 +105,12 @@ stubdom/lwip/ stubdom/ioemu/ stubdom/stubdompath.sh tools/*/build/lib*/*.py +tools/autom4te.cache +tools/config.h +tools/config.log +tools/config.status +tools/config.cache +config/Tools.mk tools/blktap2/daemon/blktapctrl tools/blktap2/drivers/img2qcow tools/blktap2/drivers/lock-util _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |