From: Wei Liu Date: Sun, 25 Jan 2015 14:43:43 +0000 (+0000) Subject: stubdom: don't look for mini-os source file during configure X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~3707^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3f73a91625bc91c51ac415e74fe3b2e898b16ed9;p=xen.git stubdom: don't look for mini-os source file during configure 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. Signed-off-by: Wei Liu Cc: Ian Campbell Cc: Ian Jackson Acked-by: Ian Campbell --- diff --git a/stubdom/configure b/stubdom/configure index 74c5d1d2d1..f4b1cd3783 100755 --- a/stubdom/configure +++ b/stubdom/configure @@ -584,7 +584,7 @@ PACKAGE_STRING='Xen Hypervisor Stub Domains 4.6' PACKAGE_BUGREPORT='xen-devel@lists.xen.org' PACKAGE_URL='http://www.xen.org/' -ac_unique_file="../extras/mini-os/kernel.c" +ac_unique_file="xenstore-minios.cfg" ac_subst_vars='LTLIBOBJS LIBOBJS STUBDOM_INSTALL diff --git a/stubdom/configure.ac b/stubdom/configure.ac index 6468203b63..9fec8539d2 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([../])