⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configure

📁 inetutils的源代码
💻
📖 第 1 页 / 共 5 页
字号:
echo "$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:config.hin"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/'`build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`echo "$as_me:$LINENO: checking host system type" >&5echo $ECHO_N "checking host system type... $ECHO_C" >&6if test "${ac_cv_host+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  ac_cv_host_alias=$host_aliastest -z "$ac_cv_host_alias" &&  ac_cv_host_alias=$ac_cv_build_aliasac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}   { (exit 1); exit 1; }; }fiecho "$as_me:$LINENO: result: $ac_cv_host" >&5echo "${ECHO_T}$ac_cv_host" >&6host=$ac_cv_hosthost_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`echo "$as_me:$LINENO: checking target system type" >&5echo $ECHO_N "checking target system type... $ECHO_C" >&6if test "${ac_cv_target+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  ac_cv_target_alias=$target_aliastest "x$ac_cv_target_alias" = "x" &&  ac_cv_target_alias=$ac_cv_host_aliasac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}   { (exit 1); exit 1; }; }fiecho "$as_me:$LINENO: result: $ac_cv_target" >&5echo "${ECHO_T}$ac_cv_target" >&6target=$ac_cv_targettarget_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`# The aliases save the names the user supplied, while $host etc.# will get canonicalized.test -n "$target_alias" &&  test "$program_prefix$program_suffix$program_transform_name" = \    NONENONEs,x,x, &&  program_prefix=${target_alias}- # FIXME: Why not just _HOST?# config.h turns this on, so make sure it's on for our tests too#CPPFLAGS=-D_BSD_SOURCE# Include files that we link into our own include directory from headers.# Initialize it with the things we always want to use.INCLUDES="crypt.h arpa/telnet.h arpa/ftp.h arpa/tftp.h protocols/talkd.h	tftpsubs.h"# Files that we link from somewhere other than headers to includes .  The# number of entries in LINK_SRCS should match that in LINK_DSTS.LINK_SRCS=''LINK_DSTS=''inetdaemondir='$(libexecdir)'# Check whether --enable-servers or --disable-servers was given.if test "${enable_servers+set}" = set; then  enableval="$enable_servers"else  enable_servers=yesfi;# Check whether --enable-clients or --disable-clients was given.if test "${enable_clients+set}" = set; then  enableval="$enable_clients"else  enable_clients=yesfi;# Check whether --enable-libls or --disable-libls was given.if test "${enable_libls+set}" = set; then  enableval="$enable_libls"else  enable_libls=yesfi;# Check whether --enable-encryption or --disable-encryption was given.if test "${enable_encryption+set}" = set; then  enableval="$enable_encryption"else  enable_encryption=nofi;# Check whether --enable-authentication or --disable-authentication was given.if test "${enable_authentication+set}" = set; then  enableval="$enable_authentication"else  enable_authentication=nofi;# Check whether --with-krb4 or --without-krb4 was given.if test "${with_krb4+set}" = set; then  withval="$with_krb4"  KERBEROS_VERSION=4             KERBEROS_DIR=$withvalfi;# Check whether --with-krb5 or --without-krb5 was given.if test "${with_krb5+set}" = set; then  withval="$with_krb5"  KERBEROS_VERSION=5             KERBEROS_DIR=$withvalfi;# Check whether --with-wrap or --without-wrap was given.if test "${with_wrap+set}" = set; then  withval="$with_wrap"fi;# Check whether --with-pam or --without-pam was given.if test "${with_pam+set}" = set; then  withval="$with_pam"fi;# Check whether --enable-ftpd or --disable-ftpd was given.if test "${enable_ftpd+set}" = set; then  enableval="$enable_ftpd"else  enable_ftpd=$enable_serversfi;if test "$enable_ftpd" = yes; then   ftpd_BUILD=ftpdelse   ftpd_BUILD=''fi;# Check whether --enable-inetd or --disable-inetd was given.if test "${enable_inetd+set}" = set; then  enableval="$enable_inetd"else  enable_inetd=$enable_serversfi;if test "$enable_inetd" = yes; then   inetd_BUILD=inetdelse   inetd_BUILD=''fi;# Check whether --enable-rexecd or --disable-rexecd was given.if test "${enable_rexecd+set}" = set; then  enableval="$enable_rexecd"else  enable_rexecd=$enable_serversfi;if test "$enable_rexecd" = yes; then   rexecd_BUILD=rexecdelse   rexecd_BUILD=''fi;# Check whether --enable-rlogind or --disable-rlogind was given.if test "${enable_rlogind+set}" = set; then  enableval="$enable_rlogind"else  enable_rlogind=$enable_serversfi;if test "$enable_rlogind" = yes; then   rlogind_BUILD=rlogindelse   rlogind_BUILD=''fi;# Check whether --enable-rshd or --disable-rshd was given.if test "${enable_rshd+set}" = set; then  enableval="$enable_rshd"else  enable_rshd=$enable_serversfi;if test "$enable_rshd" = yes; then   rshd_BUILD=rshdelse   rshd_BUILD=''fi;# Check whether --enable-syslogd or --disable-syslogd was given.if test "${enable_syslogd+set}" = set; then  enableval="$enable_syslogd"else  enable_syslogd=$enable_serversfi;if test "$enable_syslogd" = yes; then   syslogd_BUILD=syslogdelse   syslogd_BUILD=''fi;# Check whether --enable-talkd or --disable-talkd was given.if test "${enable_talkd+set}" = set; then  enableval="$enable_talkd"else  enable_talkd=$enable_serversfi;if test "$enable_talkd" = yes; then   talkd_BUILD=talkdelse   talkd_BUILD=''fi;# Check whether --enable-telnetd or --disable-telnetd was given.if test "${enable_telnetd+set}" = set; then  enableval="$enable_telnetd"else  enable_telnetd=$enable_serversfi;if test "$enable_telnetd" = yes; then   telnetd_BUILD=telnetdelse   telnetd_BUILD=''fi;# Check whether --enable-tftpd or --disable-tftpd was given.if test "${enable_tftpd+set}" = set; then  enableval="$enable_tftpd"else  enable_tftpd=$enable_serversfi;if test "$enable_tftpd" = yes; then   tftpd_BUILD=tftpdelse   tftpd_BUILD=''fi;# Check whether --enable-uucpd or --disable-uucpd was given.if test "${enable_uucpd+set}" = set; then  enableval="$enable_uucpd"else  enable_uucpd=$enable_serversfi;if test "$enable_uucpd" = yes; then   uucpd_BUILD=uucpdelse   uucpd_BUILD=''fi;# Check whether --enable-ftp or --disable-ftp was given.if test "${enable_ftp+set}" = set; then  enableval="$enable_ftp"else  enable_ftp=$enable_clientsfi;if test "$enable_ftp" = yes; then   ftp_BUILD=ftpelse   ftp_BUILD=''fi;# Check whether --enable-ping or --disable-ping was given.if test "${enable_ping+set}" = set; then  enableval="$enable_ping"else  enable_ping=$enable_clientsfi;if test "$enable_ping" = yes; then   ping_BUILD=pingelse   ping_BUILD=''fi;# Check whether --enable-rcp or --disable-rcp was given.if test "${enable_rcp+set}" = set; then  enableval="$enable_rcp"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -