]> xenbits.xensource.com Git - people/liuw/stubdom.git/commitdiff
stubdom: don't look for mini-os source file during configure
authorWei Liu <wei.liu2@citrix.com>
Sun, 25 Jan 2015 14:43:43 +0000 (14:43 +0000)
committerWei Liu <wei.liu2@citrix.com>
Fri, 27 Feb 2015 16:00:19 +0000 (16:00 +0000)
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 <wei.liu2@citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
configure
configure.ac

index 74c5d1d2d1cb4200b0edf43ef2c03ea4fbd1b9ce..f4b1cd37834140afc9bf5109a5ff5da881b551dd 100755 (executable)
--- a/configure
+++ b/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
index 6468203b63fe4c6a9e600da90d6dd7e6aff03d44..9fec8539d273b37dec301d4aaabef4429d5bec39 100644 (file)
@@ -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([../])