From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 3/7] stubdom: don't look for mini-os source file during configure Date: Tue, 24 Feb 2015 16:25:26 +0000 Message-ID: <1424795126.27930.378.camel@citrix.com> References: <1424431072-3842-1-git-send-email-wei.liu2@citrix.com> <1424431072-3842-4-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1424431072-3842-4-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu Cc: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Fri, 2015-02-20 at 11:17 +0000, Wei Liu wrote: > Don't look for mini-os source file during configure. Mini-os source code > will be fetched during build. > > Instead look for xenstore-minios.cfg. > > Please rerun autogen.sh after applying this patch. > > Signed-off-by: Wei Liu Acked-by: Ian Campbell > Cc: Ian Jackson > --- > Changes in v2: > 1. Look for xenstore-minios.cfg. > --- > stubdom/configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/stubdom/configure.ac b/stubdom/configure.ac > index 6468203..9fec853 100644 > --- a/stubdom/configure.ac > +++ b/stubdom/configure.ac > @@ -4,7 +4,7 @@ > AC_PREREQ([2.67]) > AC_INIT([Xen Hypervisor Stub Domains], m4_esyscmd([../version.sh ../xen/Makefile]), > [xen-devel@lists.xen.org], [xen], [http://www.xen.org/]) > -AC_CONFIG_SRCDIR([../extras/mini-os/kernel.c]) > +AC_CONFIG_SRCDIR([xenstore-minios.cfg]) > AC_CONFIG_FILES([../config/Stubdom.mk]) > AC_CONFIG_AUX_DIR([../]) >