亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? configure

?? OpenVPN is a robust and highly flexible tunneling application that uses all of the encryption, authe
??
?? 第 1 頁 / 共 5 頁
字號:
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}-am__api_version="1.8"# Find a good install program.  We prefer a C program (faster),# so one script is as good as another.  But avoid the broken or# incompatible versions:# SysV /etc/install, /usr/sbin/install# SunOS /usr/etc/install# IRIX /sbin/install# AIX /bin/install# AmigaOS /C/install, which installs bootblocks on floppy discs# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag# AFS /usr/afsws/bin/install, which mishandles nonexistent args# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"# OS/2's system install, which has a completely different semantic# ./install, which can be erroneously created by make from ./install.sh.echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6if test -z "$INSTALL"; thenif test "${ac_cv_path_install+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  # Account for people who put trailing slashes in PATH elements.case $as_dir/ in  ./ | .// | /cC/* | \  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \  /usr/ucb/* ) ;;  *)    # OSF1 and SCO ODT 3.0 have their own names for install.    # Don't use installbsd from OSF since it installs stuff as root    # by default.    for ac_prog in ginstall scoinst install; do      for ac_exec_ext in '' $ac_executable_extensions; do	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then	  if test $ac_prog = install &&	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then	    # AIX install.  It has an incompatible calling convention.	    :	  elif test $ac_prog = install &&	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then	    # program-specific install script used by HP pwplus--don't use.	    :	  else	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"	    break 3	  fi	fi      done    done    ;;esacdonefi  if test "${ac_cv_path_install+set}" = set; then    INSTALL=$ac_cv_path_install  else    # As a last resort, use the slow shell script.  We don't cache a    # path for INSTALL within a source directory, because that will    # break other packages using the cache if that directory is    # removed, or if the path is relative.    INSTALL=$ac_install_sh  fifiecho "$as_me:$LINENO: result: $INSTALL" >&5echo "${ECHO_T}$INSTALL" >&6# Use test -z because SunOS4 sh mishandles braces in ${var-val}.# It thinks the first close brace ends the variable substitution.test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'echo "$as_me:$LINENO: checking whether build environment is sane" >&5echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6# Just in casesleep 1echo timestamp > conftest.file# Do `set' in a subshell so we don't clobber the current shell's# arguments.  Must try -L first in case configure is actually a# symlink; some systems play weird games with the mod time of symlinks# (eg FreeBSD returns the mod time of the symlink's containing# directory).if (   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`   if test "$*" = "X"; then      # -L didn't work.      set X `ls -t $srcdir/configure conftest.file`   fi   rm -f conftest.file   if test "$*" != "X $srcdir/configure conftest.file" \      && test "$*" != "X conftest.file $srcdir/configure"; then      # If neither matched, then we have a broken ls.  This can happen      # if, for instance, CONFIG_SHELL is bash and it inherits a      # broken ls alias from the environment.  This has actually      # happened.  Such a system could not be considered "sane".      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a brokenalias in your environment" >&5echo "$as_me: error: ls -t appears to fail.  Make sure there is not a brokenalias in your environment" >&2;}   { (exit 1); exit 1; }; }   fi   test "$2" = conftest.file   )then   # Ok.   :else   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!Check your system clock" >&5echo "$as_me: error: newly created file is older than distributed files!Check your system clock" >&2;}   { (exit 1); exit 1; }; }fiecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6test "$program_prefix" != NONE &&  program_transform_name="s,^,$program_prefix,;$program_transform_name"# Use a double $ so make ignores it.test "$program_suffix" != NONE &&  program_transform_name="s,\$,$program_suffix,;$program_transform_name"# Double any \ or $.  echo might interpret backslashes.# By default was `s,x,x', remove it if useless.cat <<\_ACEOF >conftest.seds/[\\$]/&&/g;s/;s,x,x,$//_ACEOFprogram_transform_name=`echo $program_transform_name | sed -f conftest.sed`rm conftest.sed# expand $ac_aux_dir to an absolute patham_aux_dir=`cd $ac_aux_dir && pwd`test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"# Use eval to expand $SHELLif eval "$MISSING --run true"; then  am_missing_run="$MISSING --run "else  am_missing_run=  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}fiif mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then  # Keeping the `.' argument allows $(mkdir_p) to be used without  # argument.  Indeed, we sometimes output rules like  #   $(mkdir_p) $(somedir)  # where $(somedir) is conditionally defined.  # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more  # expensive solution, as it forces Make to start a sub-shell.)  mkdir_p='mkdir -p -- .'else  # On NextStep and OpenStep, the `mkdir' command does not  # recognize any option.  It will interpret all options as  # directories to create, and then abort because `.' already  # exists.  for d in ./-p ./--version;  do    test -d $d && rmdir $d  done  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.  if test -f "$ac_aux_dir/mkinstalldirs"; then    mkdir_p='$(mkinstalldirs)'  else    mkdir_p='$(install_sh) -d'  fififor ac_prog in gawk mawk nawk awkdo  # Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_AWK+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$AWK"; then  ac_cv_prog_AWK="$AWK" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  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_prog_AWK="$ac_prog"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedonefifiAWK=$ac_cv_prog_AWKif test -n "$AWK"; then  echo "$as_me:$LINENO: result: $AWK" >&5echo "${ECHO_T}$AWK" >&6else  echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi  test -n "$AWK" && breakdoneecho "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.make <<\_ACEOFall:	@echo 'ac_maketemp="$(MAKE)"'_ACEOF# GNU make sometimes prints "make[1]: Entering...", which would confuse us.eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`if test -n "$ac_maketemp"; then  eval ac_cv_prog_make_${ac_make}_set=yeselse  eval ac_cv_prog_make_${ac_make}_set=nofirm -f conftest.makefiif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then  echo "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6  SET_MAKE=else  echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6  SET_MAKE="MAKE=${MAKE-make}"firm -rf .tst 2>/dev/nullmkdir .tst 2>/dev/nullif test -d .tst; then  am__leading_dot=.else  am__leading_dot=_firmdir .tst 2>/dev/null# test to see if srcdir already configuredif test "`cd $srcdir && pwd`" != "`pwd`" &&   test -f $srcdir/config.status; then  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}   { (exit 1); exit 1; }; }fi# test whether we have cygpathif test -z "$CYGPATH_W"; then  if (cygpath --version) >/dev/null 2>/dev/null; then    CYGPATH_W='cygpath -w'  else    CYGPATH_W=echo  fifi# Define the identity of the package. PACKAGE=openvpn VERSION=$PACKAGE_VERSIONcat >>confdefs.h <<_ACEOF#define PACKAGE "$PACKAGE"_ACEOFcat >>confdefs.h <<_ACEOF#define VERSION "$VERSION"_ACEOF# Some tools Automake needs.ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}AMTAR=${AMTAR-"${am_missing_run}tar"}install_sh=${install_sh-"$am_aux_dir/install-sh"}# Installed binaries are usually stripped using `strip' when the user# run `make install-strip'.  However `strip' might not be the right# tool to use in cross-compilation environments, therefore Automake# will honor the `STRIP' environment variable to overrule this program.if test "$cross_compiling" != no; then  if test -n "$ac_tool_prefix"; then  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.set dummy ${ac_tool_prefix}strip; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_STRIP+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$STRIP"; then  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  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_prog_STRIP="${ac_tool_prefix}strip"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedonefifiSTRIP=$ac_cv_prog_STRIPif test -n "$STRIP"; then  echo "$as_me:$LINENO: result: $STRIP" >&5echo "${ECHO_T}$STRIP" >&6else  echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fifiif test -z "$ac_cv_prog_STRIP"; then  ac_ct_STRIP=$STRIP  # Extract the first word of "strip", so it can be a program name with args.set dummy strip; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$ac_ct_STRIP"; then  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  for ac_exec_ext in '' $ac_executable_extensions; do  if $as_executable_p "$as_d

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一本久久a久久免费精品不卡| 欧美tk—视频vk| 日韩欧美一区二区视频| 国产精品天天摸av网| 麻豆精品视频在线观看视频| 色偷偷成人一区二区三区91| 日韩一区二区三免费高清| 中文字幕不卡在线观看| 久久精品国产77777蜜臀| 欧日韩精品视频| 中文字幕第一页久久| 狂野欧美性猛交blacked| 欧美日韩三级视频| 亚洲素人一区二区| 国产精品1区二区.| 精品福利在线导航| 一区二区三区在线观看视频| 国产成人精品免费网站| 久久综合色天天久久综合图片| 亚洲精品国产一区二区精华液| 国产不卡高清在线观看视频| 精品国产第一区二区三区观看体验 | 在线播放一区二区三区| 亚洲色图都市小说| www.日韩在线| 亚洲欧美日韩中文播放| 成人免费视频视频| 成人免费在线播放视频| 成人精品一区二区三区中文字幕| 国产日韩高清在线| 国产成人免费视频网站| 国产欧美一区二区精品仙草咪| 国产毛片精品视频| 国产精品免费视频网站| 99riav久久精品riav| 亚洲欧洲国产日韩| 一本一本久久a久久精品综合麻豆 一本一道波多野结衣一区二区 | 国产精品久久国产精麻豆99网站| 成人小视频在线| 中文一区二区完整视频在线观看 | 欧美大片在线观看| 极品销魂美女一区二区三区| 26uuu成人网一区二区三区| 国产精品原创巨作av| 中文字幕免费在线观看视频一区| 国产ts人妖一区二区| 国产精品成人免费| 色综合久久久久久久| 亚洲福利电影网| 欧美一卡二卡三卡| 国产精品一区二区久激情瑜伽| www亚洲一区| 色综合久久综合中文综合网| 亚洲成人av福利| 久久夜色精品国产噜噜av | 亚洲精品亚洲人成人网 | 日韩精品三区四区| 欧美大片日本大片免费观看| 国产麻豆一精品一av一免费 | 国产一区在线观看视频| 中文字幕一区二区三| 欧美视频精品在线观看| 久久国产精品色婷婷| 亚洲欧洲日本在线| 91麻豆精品国产无毒不卡在线观看 | 欧美—级在线免费片| 欧亚一区二区三区| 激情久久五月天| 亚洲乱码国产乱码精品精98午夜 | 在线欧美一区二区| 国产在线不卡视频| 亚洲一级电影视频| 久久久不卡网国产精品一区| 色老汉一区二区三区| 狠狠色丁香婷婷综合| 亚洲激情网站免费观看| 精品粉嫩aⅴ一区二区三区四区| 色婷婷久久99综合精品jk白丝| 捆绑紧缚一区二区三区视频| 亚洲人成网站影音先锋播放| 久久网站最新地址| 精品视频在线看| www.66久久| 国产综合色在线视频区| 亚洲va欧美va人人爽| **欧美大码日韩| 久久久久久久久久美女| 欧美一区二区三区不卡| 色88888久久久久久影院野外| 国产成人精品1024| 精品一二线国产| 日韩在线一区二区三区| 一区二区在线观看视频在线观看| 久久久久久久网| 精品国偷自产国产一区| 69av一区二区三区| 欧美无乱码久久久免费午夜一区| www.亚洲激情.com| 成人毛片在线观看| 国产精品77777| 国内久久精品视频| 精品一区二区三区在线播放| 蜜桃久久久久久久| 青青草国产精品亚洲专区无| 亚洲成人免费在线| 亚洲国产成人精品视频| 一区二区三区欧美亚洲| 亚洲精品欧美激情| 亚洲激情图片一区| 亚洲午夜视频在线观看| 亚洲精品免费看| 亚洲黄色免费电影| 一区二区欧美视频| 一区二区三区四区不卡在线 | 欧美日韩免费观看一区三区| 在线观看网站黄不卡| 欧美中文字幕一区二区三区亚洲| 日本高清免费不卡视频| 在线观看亚洲专区| 欧美日韩国产精品自在自线| 欧美精选午夜久久久乱码6080| 欧美日韩日日摸| 日韩天堂在线观看| 26uuu国产在线精品一区二区| 精品国产免费一区二区三区香蕉| 欧美成人一区二区三区片免费| 亚洲精品一区二区精华| 2欧美一区二区三区在线观看视频| 国产亚洲va综合人人澡精品| 国产午夜一区二区三区| 日韩理论在线观看| 亚洲国产精品影院| 日本视频在线一区| 国产麻豆成人传媒免费观看| 99久久久精品免费观看国产蜜| 欧洲在线/亚洲| 精品少妇一区二区三区日产乱码 | 久久se精品一区精品二区| 国产成人夜色高潮福利影视| 91美女片黄在线观看| 欧美精品成人一区二区三区四区| 日韩精品一区二区三区四区| 中文字幕精品—区二区四季| 一区二区三区日韩| 国产一区二区三区免费看| 成人激情开心网| 在线成人av网站| 亚洲国产激情av| 亚洲午夜私人影院| 国产**成人网毛片九色| 欧美日韩激情一区| 欧美国产精品一区二区三区| 亚洲123区在线观看| 国产乱码一区二区三区| 在线观看欧美黄色| 久久精品这里都是精品| 亚洲国产成人tv| 成人av在线资源| 日韩一卡二卡三卡| 亚洲免费观看高清完整版在线| 久久99久国产精品黄毛片色诱| eeuss国产一区二区三区| 91精品国产美女浴室洗澡无遮挡| 国产精品久久看| 国产一区视频网站| 欧美日本一区二区三区四区| 中文字幕久久午夜不卡| 麻豆一区二区99久久久久| 91黄色在线观看| 国产精品久久三| 国产精品亚洲视频| 日韩一区二区精品葵司在线| 亚洲最大成人综合| av电影在线观看不卡| 国产亚洲综合在线| 久久国内精品自在自线400部| 在线精品视频小说1| 国产精品的网站| 国产suv一区二区三区88区| 欧美不卡123| 蜜桃一区二区三区四区| 7777精品伊人久久久大香线蕉| 亚洲一区二区三区小说| 色综合久久久久| 亚洲丝袜另类动漫二区| 国产suv精品一区二区三区| 久久夜色精品一区| 国产精品一区久久久久| 久久婷婷国产综合精品青草| 极品少妇一区二区| 日韩丝袜情趣美女图片| 日韩va欧美va亚洲va久久| 欧美一区二区在线免费观看| 午夜伦欧美伦电影理论片| 欧美撒尿777hd撒尿| 亚洲成人免费影院| 日韩午夜在线播放| 久久99久久久欧美国产| 欧美大片一区二区| 国产大陆亚洲精品国产|