[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 2 of 5] autconf: remove ip check
# HG changeset patch # User Roger Pau Monne <roger.pau@xxxxxxxxxxxxx> # Date 1330003783 -3600 # Node ID 21734a9d28823bdda72423282582ff973289c758 # Parent 72fc6b55447b9f45fd4d8a5d7ef09d4dd899edc2 autconf: remove ip check ip is a run-time dependency, and it is not needed to build Xen tools. Signed-off-by: Roger Pau Monne <roger.pau@xxxxxxxxxxxxx> diff -r 72fc6b55447b -r 21734a9d2882 config/Tools.mk.in --- a/config/Tools.mk.in Tue Feb 21 21:54:15 2012 +0100 +++ b/config/Tools.mk.in Thu Feb 23 14:29:43 2012 +0100 @@ -11,7 +11,6 @@ FLEX := @FLEX@ PYTHON := @PYTHON@ PYTHON_PATH := @PYTHONPATH@ PERL := @PERL@ -IP := @IP@ CURL_CONFIG := @CURL@ XML2_CONFIG := @XML@ BASH := @BASH@ diff -r 72fc6b55447b -r 21734a9d2882 tools/configure --- a/tools/configure Tue Feb 21 21:54:15 2012 +0100 +++ b/tools/configure Thu Feb 23 14:29:43 2012 +0100 @@ -637,7 +637,6 @@ XML CURL FLEX BISON -IP PERL PYTHON APPEND_LIB @@ -739,7 +738,6 @@ APPEND_INCLUDES APPEND_LIB PYTHON PERL -IP BISON FLEX CURL @@ -1394,7 +1392,6 @@ Some influential environment variables: APPEND_LIB List of library folders to append to LDFLAGS (without -L) PYTHON Path to the Python parser PERL Path to Perl parser - IP Path to ip tool BISON Path to Bison parser generator FLEX Path to Flex lexical analyser generator CURL Path to curl-config tool @@ -4158,7 +4155,6 @@ LDFLAGS="$PREPEND_LDFLAGS $LDFLAGS $APPE - # Checks for programs. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 $as_echo_n "checking for a sed that does not truncate output... " >&6; } @@ -4949,51 +4945,6 @@ if test x"${PERL}" == x"no" then as_fn_error $? "Unable to find perl, please install perl" "$LINENO" 5 fi -# Extract the first word of "ip", so it can be a program name with args. -set dummy ip; 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_IP+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - case $IP in - [\\/]* | ?:[\\/]*) - ac_cv_path_IP="$IP" # 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_IP="$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_IP" && ac_cv_path_IP="no" - ;; -esac -fi -IP=$ac_cv_path_IP -if test -n "$IP"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IP" >&5 -$as_echo "$IP" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -if test x"${IP}" == x"no" -then - as_fn_error $? "Unable to find ip, please install ip" "$LINENO" 5 -fi # Extract the first word of "bison", so it can be a program name with args. set dummy bison; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 diff -r 72fc6b55447b -r 21734a9d2882 tools/configure.ac --- a/tools/configure.ac Tue Feb 21 21:54:15 2012 +0100 +++ b/tools/configure.ac Thu Feb 23 14:29:43 2012 +0100 @@ -62,7 +62,6 @@ AX_SET_FLAGS AC_ARG_VAR([PYTHON], [Path to the Python parser]) AC_ARG_VAR([PERL], [Path to Perl parser]) -AC_ARG_VAR([IP], [Path to ip tool]) AC_ARG_VAR([BISON], [Path to Bison parser generator]) AC_ARG_VAR([FLEX], [Path to Flex lexical analyser generator]) AC_ARG_VAR([CURL], [Path to curl-config tool]) @@ -77,7 +76,6 @@ AC_PROG_LN_S AC_PROG_MAKE_SET AC_PROG_INSTALL AX_PATH_PROG_OR_FAIL([PERL], [perl]) -AX_PATH_PROG_OR_FAIL([IP], [ip]) AX_PATH_PROG_OR_FAIL([BISON], [bison]) AX_PATH_PROG_OR_FAIL([FLEX], [flex]) AS_IF([test "x$xapi" = "xy"], [ _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |