tools/config.status
tools/config.cache
config/Tools.mk
-config/Xen.mk
tools/blktap2/daemon/blktapctrl
tools/blktap2/drivers/img2qcow
tools/blktap2/drivers/lock-util
^tools/config\.status$
^tools/config\.cache$
^config/Tools\.mk$
-^config/Xen\.mk$
^xen/\.banner.*$
^xen/BLOG$
^xen/System.map$
APPEND_INCLUDES := @APPEND_INCLUDES@
APPEND_LIB := @APPEND_LIB@
+# Enable XSM security module (by default, Flask).
+XSM_ENABLE := @xsm@
+FLASK_ENABLE := @xsm@
+
# Download GIT repositories via HTTP or GIT's own protocol?
# GIT's protocol is faster and more robust, when it works at all (firewalls
# may block it). We make it the default, but if your GIT repository downloads
+++ /dev/null
-# Prefix and install folder
-PREFIX := @prefix@
-LIBLEAFDIR_x86_64 := @LIB_PATH@
-
-# A debug build of xen?
-debug := @debug@
-
-# Tools path
-PYTHON := @PYTHON@
-
-# Extra folder for libs/includes
-PREPEND_INCLUDES := @PREPEND_INCLUDES@
-PREPEND_LIB := @PREPEND_LIB@
-APPEND_INCLUDES := @APPEND_INCLUDES@
-APPEND_LIB := @APPEND_LIB@
-
-# Enable XSM security module (by default, Flask).
-XSM_ENABLE := @xsm@
-FLASK_ENABLE := @xsm@
ac_config_files="$ac_config_files ../config/Tools.mk"
-ac_config_files="$ac_config_files ../config/Xen.mk"
-
ac_config_headers="$ac_config_headers config.h"
do
case $ac_config_target in
"../config/Tools.mk") CONFIG_FILES="$CONFIG_FILES ../config/Tools.mk" ;;
- "../config/Xen.mk") CONFIG_FILES="$CONFIG_FILES ../config/Xen.mk" ;;
"config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
[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([.])
lto ?= n
include $(XEN_ROOT)/Config.mk
-include $(XEN_ROOT)/config/Xen.mk
# Hardcoded configuration implications and dependencies.
# Do this is a neater way if it becomes unwieldy.