[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [VTPM v5 7/7] Add a real top level configure script that calls the others
On 12/04/2012 11:01 AM, Roger Pau Monnà wrote: On 29/11/12 18:35, Matthew Fioravante wrote:--- /dev/null +++ b/configure.ac @@ -0,0 +1,14 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +AC_PREREQ([2.67]) +AC_INIT([Xen Hypervisor], m4_esyscmd([./version.sh ./xen/Makefile]), + [xen-devel@xxxxxxxxxxxxx], [xen], [http://www.xen.org/]) +AC_CONFIG_SRCDIR([./tools/libxl/libxl.c]) +AC_CONFIG_FILES([./config/Tools.mk])Why is config/Tools.mk included here, but not config/Stubdom.mk? Its a typo +AC_PREFIX_DEFAULT([/usr]) +AC_CONFIG_AUX_DIR([.]) + +AC_CONFIG_SUBDIRS([tools stubdom])NetBSD is not able to build stubdoms, I guess running ./tools/configure will still produce all the necessary configure foo to compile the tools correctly? Yes you can just run the tools one directly to avoid stubdoms. + +AC_OUTPUT() Attachment:
smime.p7s _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |