aboutsummaryrefslogtreecommitdiffstats
path: root/tools/configure.ac
diff options
context:
space:
mode:
authorDaniel De Graaf <dgdegra@tycho.nsa.gov>2012-02-29 13:40:25 +0000
committerDaniel De Graaf <dgdegra@tycho.nsa.gov>2012-02-29 13:40:25 +0000
commit305ea73d1b4fbf379c4ffb491f3102525254698d (patch)
tree075290edc537cb5bfebdc3369580c0a4f3225059 /tools/configure.ac
parent0c2dccd7240fd388cd0b0fc29b96e4b70c00a9cf (diff)
downloadxen-305ea73d1b4fbf379c4ffb491f3102525254698d.tar.gz
xen-305ea73d1b4fbf379c4ffb491f3102525254698d.tar.bz2
xen-305ea73d1b4fbf379c4ffb491f3102525254698d.zip
build: Export configure variables to hypervisor build
Since the introduction of autoconf, builds with XSM enabled in .config have been broken unless FLASK_ENABLE was explicitly set. Since the setting in .config has apparently been deprecated in favor of an autoconf --enable-xsm, add config/Xen.mk to export this to Xen. This also makes --disable-debug and some paths to be pulled from the configure process in the hypervisor build. Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov> Committed-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'tools/configure.ac')
-rw-r--r--tools/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure.ac b/tools/configure.ac
index c5dec9c59f..5b2815d16c 100644
--- a/tools/configure.ac
+++ b/tools/configure.ac
@@ -6,6 +6,7 @@ AC_INIT([Xen Hypervisor], m4_esyscmd([../version.sh ../xen/Makefile]),
[xen-devel@lists.xensource.com])
AC_CONFIG_SRCDIR([libxl/libxl.c])
AC_CONFIG_FILES([../config/Tools.mk])
+AC_CONFIG_FILES([../config/Xen.mk])
AC_CONFIG_HEADERS([config.h])
AC_PREFIX_DEFAULT([/usr])
AC_CONFIG_AUX_DIR([.])