aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2012-02-29 15:11:31 +0000
committerKeir Fraser <keir@xen.org>2012-02-29 15:11:31 +0000
commitd04b4856b5cbd9414cca4862216ac880680ab0c6 (patch)
tree95fc2c1aa97791b119252c45b06bf49be16e9058 /tools
parentb4cb6ebb6f656818b19ee4fb9e91fbb9a98f3786 (diff)
downloadxen-d04b4856b5cbd9414cca4862216ac880680ab0c6.tar.gz
xen-d04b4856b5cbd9414cca4862216ac880680ab0c6.tar.bz2
xen-d04b4856b5cbd9414cca4862216ac880680ab0c6.zip
Revert 24897:f25e5785327e "Export configure variables to hypervisor build"
Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure3
-rw-r--r--tools/configure.ac1
2 files changed, 0 insertions, 4 deletions
diff --git a/tools/configure b/tools/configure
index 5fe72cf8e2..5c0a314ec9 100755
--- a/tools/configure
+++ b/tools/configure
@@ -2446,8 +2446,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
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"
@@ -9657,7 +9655,6 @@ for ac_config_target in $ac_config_targets
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;;
diff --git a/tools/configure.ac b/tools/configure.ac
index 5b2815d16c..c5dec9c59f 100644
--- a/tools/configure.ac
+++ b/tools/configure.ac
@@ -6,7 +6,6 @@ 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([.])