341 lines
8.8 KiB
Diff
341 lines
8.8 KiB
Diff
|
Index: xen-4.3.0-testing/tools/configure
|
||
|
===================================================================
|
||
|
--- xen-4.3.0-testing.orig/tools/configure
|
||
|
+++ xen-4.3.0-testing/tools/configure
|
||
|
@@ -605,9 +605,6 @@ libgcrypt
|
||
|
EXTFS_LIBS
|
||
|
system_aio
|
||
|
zlib
|
||
|
-FETCHER
|
||
|
-FTP
|
||
|
-WGET
|
||
|
glib_LIBS
|
||
|
glib_CFLAGS
|
||
|
PKG_CONFIG_LIBDIR
|
||
|
@@ -7068,104 +7065,104 @@ $as_echo "yes" >&6; }
|
||
|
fi
|
||
|
|
||
|
# Extract the first word of "wget", so it can be a program name with args.
|
||
|
-set dummy wget; ac_word=$2
|
||
|
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
||
|
-$as_echo_n "checking for $ac_word... " >&6; }
|
||
|
-if test "${ac_cv_path_WGET+set}" = set; then :
|
||
|
- $as_echo_n "(cached) " >&6
|
||
|
-else
|
||
|
- case $WGET in
|
||
|
- [\\/]* | ?:[\\/]*)
|
||
|
- ac_cv_path_WGET="$WGET" # Let the user override the test with a path.
|
||
|
- ;;
|
||
|
- *)
|
||
|
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||
|
-for as_dir in $PATH
|
||
|
-do
|
||
|
- IFS=$as_save_IFS
|
||
|
- test -z "$as_dir" && as_dir=.
|
||
|
- for ac_exec_ext in '' $ac_executable_extensions; do
|
||
|
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
||
|
- ac_cv_path_WGET="$as_dir/$ac_word$ac_exec_ext"
|
||
|
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||
|
- break 2
|
||
|
- fi
|
||
|
-done
|
||
|
- done
|
||
|
-IFS=$as_save_IFS
|
||
|
-
|
||
|
- test -z "$ac_cv_path_WGET" && ac_cv_path_WGET="no"
|
||
|
- ;;
|
||
|
-esac
|
||
|
-fi
|
||
|
-WGET=$ac_cv_path_WGET
|
||
|
-if test -n "$WGET"; then
|
||
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WGET" >&5
|
||
|
-$as_echo "$WGET" >&6; }
|
||
|
-else
|
||
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||
|
-$as_echo "no" >&6; }
|
||
|
-fi
|
||
|
-
|
||
|
-
|
||
|
-if test x"$WGET" != x"no"; then :
|
||
|
-
|
||
|
- FETCHER="$WGET -c -O"
|
||
|
-
|
||
|
-else
|
||
|
-
|
||
|
- # Extract the first word of "ftp", so it can be a program name with args.
|
||
|
-set dummy ftp; ac_word=$2
|
||
|
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
||
|
-$as_echo_n "checking for $ac_word... " >&6; }
|
||
|
-if test "${ac_cv_path_FTP+set}" = set; then :
|
||
|
- $as_echo_n "(cached) " >&6
|
||
|
-else
|
||
|
- case $FTP in
|
||
|
- [\\/]* | ?:[\\/]*)
|
||
|
- ac_cv_path_FTP="$FTP" # Let the user override the test with a path.
|
||
|
- ;;
|
||
|
- *)
|
||
|
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||
|
-for as_dir in $PATH
|
||
|
-do
|
||
|
- IFS=$as_save_IFS
|
||
|
- test -z "$as_dir" && as_dir=.
|
||
|
- for ac_exec_ext in '' $ac_executable_extensions; do
|
||
|
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
||
|
- ac_cv_path_FTP="$as_dir/$ac_word$ac_exec_ext"
|
||
|
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||
|
- break 2
|
||
|
- fi
|
||
|
-done
|
||
|
- done
|
||
|
-IFS=$as_save_IFS
|
||
|
-
|
||
|
- test -z "$ac_cv_path_FTP" && ac_cv_path_FTP="no"
|
||
|
- ;;
|
||
|
-esac
|
||
|
-fi
|
||
|
-FTP=$ac_cv_path_FTP
|
||
|
-if test -n "$FTP"; then
|
||
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FTP" >&5
|
||
|
-$as_echo "$FTP" >&6; }
|
||
|
-else
|
||
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||
|
-$as_echo "no" >&6; }
|
||
|
-fi
|
||
|
-
|
||
|
-
|
||
|
- if test x"$FTP" != x"no"; then :
|
||
|
-
|
||
|
- FETCHER="$FTP -o"
|
||
|
-
|
||
|
-else
|
||
|
-
|
||
|
- as_fn_error $? "cannot find wget or ftp" "$LINENO" 5
|
||
|
-
|
||
|
-fi
|
||
|
-
|
||
|
-fi
|
||
|
+#set dummy wget; ac_word=$2
|
||
|
+#{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
||
|
+#$as_echo_n "checking for $ac_word... " >&6; }
|
||
|
+#if test "${ac_cv_path_WGET+set}" = set; then :
|
||
|
+# $as_echo_n "(cached) " >&6
|
||
|
+#else
|
||
|
+# case $WGET in
|
||
|
+# [\\/]* | ?:[\\/]*)
|
||
|
+# ac_cv_path_WGET="$WGET" # Let the user override the test with a path.
|
||
|
+# ;;
|
||
|
+# *)
|
||
|
+# as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||
|
+#for as_dir in $PATH
|
||
|
+#do
|
||
|
+# IFS=$as_save_IFS
|
||
|
+# test -z "$as_dir" && as_dir=.
|
||
|
+# for ac_exec_ext in '' $ac_executable_extensions; do
|
||
|
+# if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
||
|
+# ac_cv_path_WGET="$as_dir/$ac_word$ac_exec_ext"
|
||
|
+# $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||
|
+# break 2
|
||
|
+# fi
|
||
|
+#done
|
||
|
+# done
|
||
|
+#IFS=$as_save_IFS
|
||
|
+#
|
||
|
+# test -z "$ac_cv_path_WGET" && ac_cv_path_WGET="no"
|
||
|
+# ;;
|
||
|
+#esac
|
||
|
+#fi
|
||
|
+#WGET=$ac_cv_path_WGET
|
||
|
+#if test -n "$WGET"; then
|
||
|
+# { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WGET" >&5
|
||
|
+#$as_echo "$WGET" >&6; }
|
||
|
+#else
|
||
|
+# { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||
|
+#$as_echo "no" >&6; }
|
||
|
+#fi
|
||
|
+#
|
||
|
+#
|
||
|
+#if test x"$WGET" != x"no"; then :
|
||
|
+#
|
||
|
+# FETCHER="$WGET -c -O"
|
||
|
+#
|
||
|
+#else
|
||
|
+#
|
||
|
+# # Extract the first word of "ftp", so it can be a program name with args.
|
||
|
+#set dummy ftp; ac_word=$2
|
||
|
+#{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
||
|
+#$as_echo_n "checking for $ac_word... " >&6; }
|
||
|
+#if test "${ac_cv_path_FTP+set}" = set; then :
|
||
|
+# $as_echo_n "(cached) " >&6
|
||
|
+#else
|
||
|
+# case $FTP in
|
||
|
+# [\\/]* | ?:[\\/]*)
|
||
|
+# ac_cv_path_FTP="$FTP" # Let the user override the test with a path.
|
||
|
+# ;;
|
||
|
+# *)
|
||
|
+# as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||
|
+#for as_dir in $PATH
|
||
|
+#do
|
||
|
+# IFS=$as_save_IFS
|
||
|
+# test -z "$as_dir" && as_dir=.
|
||
|
+# for ac_exec_ext in '' $ac_executable_extensions; do
|
||
|
+# if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
||
|
+# ac_cv_path_FTP="$as_dir/$ac_word$ac_exec_ext"
|
||
|
+# $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||
|
+# break 2
|
||
|
+# fi
|
||
|
+#done
|
||
|
+# done
|
||
|
+#IFS=$as_save_IFS
|
||
|
+#
|
||
|
+# test -z "$ac_cv_path_FTP" && ac_cv_path_FTP="no"
|
||
|
+# ;;
|
||
|
+#esac
|
||
|
+#fi
|
||
|
+#FTP=$ac_cv_path_FTP
|
||
|
+#if test -n "$FTP"; then
|
||
|
+# { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FTP" >&5
|
||
|
+#$as_echo "$FTP" >&6; }
|
||
|
+#else
|
||
|
+# { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||
|
+#$as_echo "no" >&6; }
|
||
|
+#fi
|
||
|
+#
|
||
|
+#
|
||
|
+# if test x"$FTP" != x"no"; then :
|
||
|
+#
|
||
|
+# FETCHER="$FTP -o"
|
||
|
+#
|
||
|
+#else
|
||
|
+#
|
||
|
+# as_fn_error $? "cannot find wget or ftp" "$LINENO" 5
|
||
|
+#
|
||
|
+#fi
|
||
|
+#
|
||
|
+#fi
|
||
|
|
||
|
|
||
|
|
||
|
Index: xen-4.3.0-testing/stubdom/configure
|
||
|
===================================================================
|
||
|
--- xen-4.3.0-testing.orig/stubdom/configure
|
||
|
+++ xen-4.3.0-testing/stubdom/configure
|
||
|
@@ -593,7 +593,6 @@ CPPFLAGS
|
||
|
LDFLAGS
|
||
|
CFLAGS
|
||
|
CC
|
||
|
-WGET
|
||
|
CMAKE
|
||
|
extfiles
|
||
|
debug
|
||
|
@@ -657,7 +656,6 @@ enable_extfiles
|
||
|
host_alias
|
||
|
target_alias
|
||
|
CMAKE
|
||
|
-WGET
|
||
|
CC
|
||
|
CFLAGS
|
||
|
LDFLAGS
|
||
|
@@ -1299,7 +1297,6 @@ Optional Features:
|
||
|
|
||
|
Some influential environment variables:
|
||
|
CMAKE Path to the cmake program
|
||
|
- WGET Path to wget program
|
||
|
CC C compiler command
|
||
|
CFLAGS C compiler flags
|
||
|
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
|
||
|
@@ -3079,50 +3076,50 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCR
|
||
|
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
||
|
|
||
|
# Extract the first word of "wget", so it can be a program name with args.
|
||
|
-set dummy wget; ac_word=$2
|
||
|
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
||
|
-$as_echo_n "checking for $ac_word... " >&6; }
|
||
|
-if test "${ac_cv_path_WGET+set}" = set; then :
|
||
|
- $as_echo_n "(cached) " >&6
|
||
|
-else
|
||
|
- case $WGET in
|
||
|
- [\\/]* | ?:[\\/]*)
|
||
|
- ac_cv_path_WGET="$WGET" # Let the user override the test with a path.
|
||
|
- ;;
|
||
|
- *)
|
||
|
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||
|
-for as_dir in $PATH
|
||
|
-do
|
||
|
- IFS=$as_save_IFS
|
||
|
- test -z "$as_dir" && as_dir=.
|
||
|
- for ac_exec_ext in '' $ac_executable_extensions; do
|
||
|
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
||
|
- ac_cv_path_WGET="$as_dir/$ac_word$ac_exec_ext"
|
||
|
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||
|
- break 2
|
||
|
- fi
|
||
|
-done
|
||
|
- done
|
||
|
-IFS=$as_save_IFS
|
||
|
-
|
||
|
- test -z "$ac_cv_path_WGET" && ac_cv_path_WGET="no"
|
||
|
- ;;
|
||
|
-esac
|
||
|
-fi
|
||
|
-WGET=$ac_cv_path_WGET
|
||
|
-if test -n "$WGET"; then
|
||
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WGET" >&5
|
||
|
-$as_echo "$WGET" >&6; }
|
||
|
-else
|
||
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||
|
-$as_echo "no" >&6; }
|
||
|
-fi
|
||
|
-
|
||
|
-
|
||
|
-if test x"${WGET}" = x"no"
|
||
|
-then
|
||
|
- as_fn_error $? "Unable to find wget, please install wget" "$LINENO" 5
|
||
|
-fi
|
||
|
+#set dummy wget; ac_word=$2
|
||
|
+#{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
||
|
+#$as_echo_n "checking for $ac_word... " >&6; }
|
||
|
+#if test "${ac_cv_path_WGET+set}" = set; then :
|
||
|
+# $as_echo_n "(cached) " >&6
|
||
|
+#else
|
||
|
+# case $WGET in
|
||
|
+# [\\/]* | ?:[\\/]*)
|
||
|
+# ac_cv_path_WGET="$WGET" # Let the user override the test with a path.
|
||
|
+# ;;
|
||
|
+# *)
|
||
|
+# as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||
|
+#for as_dir in $PATH
|
||
|
+#do
|
||
|
+# IFS=$as_save_IFS
|
||
|
+# test -z "$as_dir" && as_dir=.
|
||
|
+# for ac_exec_ext in '' $ac_executable_extensions; do
|
||
|
+# if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
||
|
+# ac_cv_path_WGET="$as_dir/$ac_word$ac_exec_ext"
|
||
|
+# $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||
|
+# break 2
|
||
|
+# fi
|
||
|
+#done
|
||
|
+# done
|
||
|
+#IFS=$as_save_IFS
|
||
|
+#
|
||
|
+# test -z "$ac_cv_path_WGET" && ac_cv_path_WGET="no"
|
||
|
+# ;;
|
||
|
+#esac
|
||
|
+#fi
|
||
|
+#WGET=$ac_cv_path_WGET
|
||
|
+#if test -n "$WGET"; then
|
||
|
+# { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WGET" >&5
|
||
|
+#$as_echo "$WGET" >&6; }
|
||
|
+#else
|
||
|
+# { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||
|
+#$as_echo "no" >&6; }
|
||
|
+#fi
|
||
|
+#
|
||
|
+#
|
||
|
+#if test x"${WGET}" = x"no"
|
||
|
+#then
|
||
|
+# as_fn_error $? "Unable to find wget, please install wget" "$LINENO" 5
|
||
|
+#fi
|
||
|
|
||
|
# Checks for programs that depend on a feature
|
||
|
|