📄 configure
字号:
{ echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} { echo "$as_me:$LINENO: former value: $ac_old_val" >&5echo "$as_me: former value: $ac_old_val" >&2;} { echo "$as_me:$LINENO: current value: $ac_new_val" >&5echo "$as_me: current value: $ac_new_val" >&2;} ac_cache_corrupted=: fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; esac fidoneif $ac_cache_corrupted; then { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5echo "$as_me: error: changes in the environment can compromise the build" >&2;} { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} { (exit 1); exit 1; }; }fiac_ext=cac_cpp='$CPP $CPPFLAGS'ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_config_headers="$ac_config_headers config.h"# Check whether --enable-lzo or --disable-lzo was given.if test "${enable_lzo+set}" = set; then enableval="$enable_lzo" LZO="$enableval"else LZO="yes"fi;# Check whether --enable-crypto or --disable-crypto was given.if test "${enable_crypto+set}" = set; then enableval="$enable_crypto" CRYPTO="$enableval"else CRYPTO="yes"fi;# Check whether --enable-ssl or --disable-ssl was given.if test "${enable_ssl+set}" = set; then enableval="$enable_ssl" SSL="$enableval"else SSL="yes"fi;# Check whether --enable-pthread or --disable-pthread was given.if test "${enable_pthread+set}" = set; then enableval="$enable_pthread" PTHREAD="$enableval"else PTHREAD="no"fi;# Check whether --enable-multi or --disable-multi was given.if test "${enable_multi+set}" = set; then enableval="$enable_multi" MULTI="$enableval"else MULTI="yes"fi;# Check whether --enable-strict or --disable-strict was given.if test "${enable_strict+set}" = set; then enableval="$enable_strict" STRICT="$enableval"else STRICT="no"fi;# Check whether --enable-profiling or --disable-profiling was given.if test "${enable_profiling+set}" = set; then enableval="$enable_profiling" PROFILE="$enableval"else PROFILE="no"fi;# Check whether --enable-strict-options or --disable-strict-options was given.if test "${enable_strict_options+set}" = set; then enableval="$enable_strict_options" STRICT_OPTIONS="$enableval"else STRICT_OPTIONS="no"fi;# Check whether --with-ssl-headers or --without-ssl-headers was given.if test "${with_ssl_headers+set}" = set; then withval="$with_ssl_headers" CS_HDR_DIR="$withval" CPPFLAGS="$CPPFLAGS -I$withval"fi;# Check whether --with-ssl-lib or --without-ssl-lib was given.if test "${with_ssl_lib+set}" = set; then withval="$with_ssl_lib" LDFLAGS="$LDFLAGS -L$withval"fi;# Check whether --with-lzo-headers or --without-lzo-headers was given.if test "${with_lzo_headers+set}" = set; then withval="$with_lzo_headers" LZO_HDR_DIR="$withval" CPPFLAGS="$CPPFLAGS -I$withval"fi;# Check whether --with-lzo-lib or --without-lzo-lib was given.if test "${with_lzo_lib+set}" = set; then withval="$with_lzo_lib" LDFLAGS="$LDFLAGS -L$withval"fi;# Check whether --with-ifconfig-path or --without-ifconfig-path was given.if test "${with_ifconfig_path+set}" = set; then withval="$with_ifconfig_path" IFCONFIG="$withval"else # Extract the first word of "ifconfig", so it can be a program name with args.set dummy ifconfig; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_IFCONFIG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6else case $IFCONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_IFCONFIG="$IFCONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATORas_dummy="$PATH:/usr/local/sbin:/usr/sbin:/sbin"for as_dir in $as_dummydo IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_IFCONFIG="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fidonedone test -z "$ac_cv_path_IFCONFIG" && ac_cv_path_IFCONFIG="ifconfig" ;;esacfiIFCONFIG=$ac_cv_path_IFCONFIGif test -n "$IFCONFIG"; then echo "$as_me:$LINENO: result: $IFCONFIG" >&5echo "${ECHO_T}$IFCONFIG" >&6else echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fifi;cat >>confdefs.h <<_ACEOF#define IFCONFIG_PATH "$IFCONFIG"_ACEOF# Check whether --with-iproute-path or --without-iproute-path was given.if test "${with_iproute_path+set}" = set; then withval="$with_iproute_path" IPROUTE="$withval"else # Extract the first word of "ip", so it can be a program name with args.set dummy ip; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_IPROUTE+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6else case $IPROUTE in [\\/]* | ?:[\\/]*) ac_cv_path_IPROUTE="$IPROUTE" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATORas_dummy="$PATH:/usr/local/sbin:/usr/sbin:/sbin"for as_dir in $as_dummydo IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_IPROUTE="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fidonedone test -z "$ac_cv_path_IPROUTE" && ac_cv_path_IPROUTE="ip" ;;esacfiIPROUTE=$ac_cv_path_IPROUTEif test -n "$IPROUTE"; then echo "$as_me:$LINENO: result: $IPROUTE" >&5echo "${ECHO_T}$IPROUTE" >&6else echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fifi;cat >>confdefs.h <<_ACEOF#define IPROUTE_PATH "$IPROUTE"_ACEOF# Check whether --with-route-path or --without-route-path was given.if test "${with_route_path+set}" = set; then withval="$with_route_path" ROUTE="$withval"else # Extract the first word of "route", so it can be a program name with args.set dummy route; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_path_ROUTE+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6else case $ROUTE in [\\/]* | ?:[\\/]*) ac_cv_path_ROUTE="$ROUTE" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATORas_dummy="$PATH:/usr/local/sbin:/usr/sbin:/sbin"for as_dir in $as_dummydo IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_ROUTE="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fidonedone test -z "$ac_cv_path_ROUTE" && ac_cv_path_ROUTE="route" ;;esacfiROUTE=$ac_cv_path_ROUTEif test -n "$ROUTE"; then echo "$as_me:$LINENO: result: $ROUTE" >&5echo "${ECHO_T}$ROUTE" >&6else echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fifi;cat >>confdefs.h <<_ACEOF#define ROUTE_PATH "$ROUTE"_ACEOF# Check whether --with-leak-check or --without-leak-check was given.if test "${with_leak_check+set}" = set; then withval="$with_leak_check" LEAK="$withval"fi;# Check whether --enable-iproute2 or --disable-iproute2 was given.if test "${enable_iproute2+set}" = set; then enableval="$enable_iproute2"cat >>confdefs.h <<\_ACEOF#define CONFIG_FEATURE_IPROUTE 1_ACEOFfi;ac_aux_dir=for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do if test -f $ac_dir/install-sh; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f $ac_dir/install.sh; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f $ac_dir/shtool; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fidoneif test -z "$ac_aux_dir"; then { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} { (exit 1); exit 1; }; }fiac_config_guess="$SHELL $ac_aux_dir/config.guess"ac_config_sub="$SHELL $ac_aux_dir/config.sub"ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.# Make sure we can run config.sub.$ac_config_sub sun4 >/dev/null 2>&1 || { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5echo "$as_me: error: cannot run $ac_config_sub" >&2;} { (exit 1); exit 1; }; }echo "$as_me:$LINENO: checking build system type" >&5echo $ECHO_N "checking build system type... $ECHO_C" >&6if test "${ac_cv_build+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6else ac_cv_build_alias=$build_aliastest -z "$ac_cv_build_alias" && ac_cv_build_alias=`$ac_config_guess`test -z "$ac_cv_build_alias" && { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5echo "$as_me: error: cannot guess build type; you must specify one" >&2;} { (exit 1); exit 1; }; }ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} { (exit 1); exit 1; }; }fiecho "$as_me:$LINENO: result: $ac_cv_build" >&5echo "${ECHO_T}$ac_cv_build" >&6build=$ac_cv_buildbuild_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -