From: "Roger Pau Monné" <roger.pau@citrix.com>
To: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>,
Ian Campbell <Ian.Campbell@citrix.com>,
"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: [VTPM v5 7/7] Add a real top level configure script that calls the others
Date: Tue, 4 Dec 2012 17:01:57 +0100 [thread overview]
Message-ID: <50BE1E75.2050303@citrix.com> (raw)
In-Reply-To: <1354210534-31052-8-git-send-email-matthew.fioravante@jhuapl.edu>
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@lists.xen.org], [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?
> +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?
> +
> +AC_OUTPUT()
next prev parent reply other threads:[~2012-12-04 16:01 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-29 17:35 [VTPM v5 0/7] Vtpm resubmit Matthew Fioravante
2012-11-29 17:35 ` [VTPM v5 1/7] add vtpm-stubdom code Matthew Fioravante
2012-11-29 17:35 ` [VTPM v5 2/7] add stubdom/vtpmmgr code Matthew Fioravante
2012-11-29 17:35 ` [VTPM v5 3/7] vtpm/vtpmmgr and required libs to stubdom/Makefile Matthew Fioravante
2012-11-29 17:35 ` [VTPM v5 4/7] Add vtpm documentation Matthew Fioravante
2012-11-29 17:35 ` [VTPM v5 5/7] Add cmake dependency to README Matthew Fioravante
2012-11-29 17:35 ` [VTPM v5 6/7] Add autoconf to stubdom Matthew Fioravante
2012-11-30 11:50 ` Ian Campbell
2012-12-04 17:49 ` Ian Campbell
2012-12-04 18:19 ` Fioravante, Matthew E.
2012-11-29 17:35 ` [VTPM v5 7/7] Add a real top level configure script that calls the others Matthew Fioravante
2012-11-30 11:57 ` Ian Campbell
2012-12-04 15:57 ` Matthew Fioravante
2012-12-04 16:01 ` Roger Pau Monné [this message]
2012-12-04 16:05 ` Matthew Fioravante
2012-12-04 16:13 ` Ian Campbell
2012-12-04 16:22 ` Roger Pau Monné
2012-12-04 17:13 ` Matthew Fioravante
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50BE1E75.2050303@citrix.com \
--to=roger.pau@citrix.com \
--cc=Ian.Campbell@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=matthew.fioravante@jhuapl.edu \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).