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

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

?? configure

?? 功能較全面的反匯編器:反匯編器ht-2.0.15.tar.gz
??
?? 第 1 頁 / 共 5 頁
字號:
echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}   { (exit 1); exit 1; }; }fi{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5echo "${ECHO_T}$ac_cv_build" >&6; }case $ac_cv_build in*-*-*) ;;*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5echo "$as_me: error: invalid value of canonical build" >&2;}   { (exit 1); exit 1; }; };;esacbuild=$ac_cv_buildac_save_IFS=$IFS; IFS='-'set x $ac_cv_buildshiftbuild_cpu=$1build_vendor=$2shift; shift# Remember, the first character of IFS is used to create $*,# except with old shells:build_os=$*IFS=$ac_save_IFScase $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac{ echo "$as_me:$LINENO: checking host system type" >&5echo $ECHO_N "checking host system type... $ECHO_C" >&6; }if test "${ac_cv_host+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test "x$host_alias" = x; then  ac_cv_host=$ac_cv_buildelse  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}   { (exit 1); exit 1; }; }fifi{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5echo "${ECHO_T}$ac_cv_host" >&6; }case $ac_cv_host in*-*-*) ;;*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5echo "$as_me: error: invalid value of canonical host" >&2;}   { (exit 1); exit 1; }; };;esachost=$ac_cv_hostac_save_IFS=$IFS; IFS='-'set x $ac_cv_hostshifthost_cpu=$1host_vendor=$2shift; shift# Remember, the first character of IFS is used to create $*,# except with old shells:host_os=$*IFS=$ac_save_IFScase $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac{ echo "$as_me:$LINENO: checking target system type" >&5echo $ECHO_N "checking target system type... $ECHO_C" >&6; }if test "${ac_cv_target+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test "x$target_alias" = x; then  ac_cv_target=$ac_cv_hostelse  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}   { (exit 1); exit 1; }; }fifi{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5echo "${ECHO_T}$ac_cv_target" >&6; }case $ac_cv_target in*-*-*) ;;*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5echo "$as_me: error: invalid value of canonical target" >&2;}   { (exit 1); exit 1; }; };;esactarget=$ac_cv_targetac_save_IFS=$IFS; IFS='-'set x $ac_cv_targetshifttarget_cpu=$1target_vendor=$2shift; shift# Remember, the first character of IFS is used to create $*,# except with old shells:target_os=$*IFS=$ac_save_IFScase $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac# 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}-# Check whether --enable-x11-textmode was given.if test "${enable_x11_textmode+set}" = set; then  enableval=$enable_x11_textmode;else  enable_x11_textmode="yes"fi# Check whether --enable-maintainermode was given.if test "${enable_maintainermode+set}" = set; then  enableval=$enable_maintainermode;else  enable_maintainermode="no"fi# Check whether --enable-release was given.if test "${enable_release+set}" = set; then  enableval=$enable_release;else  enable_release="yes"fi# Check whether --enable-profiling was given.if test "${enable_profiling+set}" = set; then  enableval=$enable_profiling;else  enable_profiling="no"fiif test "x$enable_maintainermode" = "xno"; thenif test "x$enable_release" = "xyes"; then    FLAGS_ALL="-O3 -fomit-frame-pointer -Wall -fsigned-char"else    FLAGS_ALL="-ggdb -g3 -O0 -Wall -fsigned-char"fiif test "x$enable_profiling" = "xyes"; then    FLAGS_ALL="$FLAGS_ALL -pg -g"fifiam__api_version='1.10'# 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" >&6; }if 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 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$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    ;;esacdoneIFS=$as_save_IFSfi  if test "${ac_cv_path_install+set}" = set; then    INSTALL=$ac_cv_path_install  else    # As a last resort, use the slow shell script.  Don't cache a    # value for INSTALL within a source directory, because that will    # break other packages using the cache if that directory is    # removed, or if the value is a relative name.    INSTALL=$ac_install_sh  fifi{ echo "$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; }; }fi{ echo "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6; }test "$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 -f 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;}fi{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }if test -z "$MKDIR_P"; then  if test "${ac_cv_path_mkdir+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bindo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  for ac_prog in mkdir gmkdir; do	 for ac_exec_ext in '' $ac_executable_extensions; do	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(	     'mkdir (GNU coreutils) '* | \	     'mkdir (coreutils) '* | \	     'mkdir (fileutils) '4.1*)	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext	       break 3;;	   esac	 done       donedoneIFS=$as_save_IFSfi  if test "${ac_cv_path_mkdir+set}" = set; then    MKDIR_P="$ac_cv_path_mkdir -p"  else    # As a last resort, use the slow shell script.  Don't cache a    # value for MKDIR_P within a source directory, because that will    # break other packages using the cache if that directory is    # removed, or if the value is a relative name.    test -d ./--version && rmdir ./--version    MKDIR_P="$ac_install_sh -d"  fifi{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5echo "${ECHO_T}$MKDIR_P" >&6; }mkdir_p="$MKDIR_P"case $mkdir_p in  [\\/$]* | ?:[\\/]*) ;;  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;esacfor 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=$2{ echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }if 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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  fidonedoneIFS=$as_save_IFSfifiAWK=$ac_cv_prog_AWKif test -n "$AWK"; then  { echo "$as_me:$LINENO: result: $AWK" >&5echo "${ECHO_T}$AWK" >&6; }else  { echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6; }fi  test -n "$AWK" && breakdone{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.make <<\_ACEOFSHELL = /bin/shall:	@echo '@@@%%%=$(MAKE)=@@@%%%'_ACEOF# GNU make sometimes prints "make[1]: Entering...", which would confuse us.case `${MAKE-make} -f conftest.make 2>/dev/null` in  *@@@%%%=?*=@@@%%%*)    eval ac_cv_prog_make_${ac_make}_set=yes;;  *)    eval ac_cv_prog_make_${ac_make}_set=no;;esacrm -f conftest.makefiif eval test \$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/nullif test "`cd $srcdir && pwd`" != "`pwd`"; then  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output  # is not polluted with repeated "-I."  am__isrc=' -I$(srcdir)'  # test to see if srcdir already configured  if 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; }; }  fifi# 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='ht' VERSION='2.0.15'cat >>confdefs.

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩欧美一区在线观看| 成人动漫中文字幕| 国产精品三级av在线播放| 99久久99久久精品国产片果冻| 亚洲一区二区三区四区中文字幕| 久久久久久9999| 在线观看91精品国产麻豆| 成人v精品蜜桃久久一区| 日韩专区在线视频| 亚洲人精品午夜| 久久中文娱乐网| 日韩亚洲欧美在线| 在线亚洲一区二区| 成人午夜激情在线| 麻豆传媒一区二区三区| 亚洲国产精品久久久久婷婷884| 中文文精品字幕一区二区| 欧美一二三四在线| 欧美三级三级三级| 色婷婷久久久综合中文字幕| 成人免费毛片片v| 黄色资源网久久资源365| 污片在线观看一区二区| 亚洲男帅同性gay1069| 国产精品女人毛片| 欧美国产日本视频| 久久嫩草精品久久久精品| 日韩欧美久久久| 欧美高清精品3d| 欧美精品高清视频| 欧美日韩综合不卡| 欧美写真视频网站| 色狠狠色狠狠综合| 91麻豆精品一区二区三区| 成人开心网精品视频| 国产婷婷色一区二区三区四区| av高清久久久| 成人精品在线视频观看| 国产精品综合av一区二区国产馆| 激情深爱一区二区| 精品亚洲成av人在线观看| 美国毛片一区二区| 美国精品在线观看| 六月丁香婷婷久久| 久久av资源站| 国产精品99久久久久久久女警 | 国产91丝袜在线播放0| 国产精品一区二区无线| 国产老女人精品毛片久久| 精品午夜久久福利影院| 国产精品一区二区x88av| 国产二区国产一区在线观看| 国产成人精品亚洲午夜麻豆| 成人妖精视频yjsp地址| av一区二区久久| 在线视频你懂得一区| 欧美视频在线播放| 欧美一区二区成人6969| 精品国产一区二区精华| 久久久久久黄色| 椎名由奈av一区二区三区| 亚洲综合精品自拍| 丝袜脚交一区二区| 狠狠色综合播放一区二区| 国产成人精品1024| 91在线高清观看| 欧美高清视频一二三区 | 久久久久九九视频| 亚洲欧美日韩在线不卡| 日韩高清不卡一区| 国产精品1024久久| 色综合天天综合网天天狠天天| 欧美日韩第一区日日骚| 精品国产一区二区三区忘忧草 | 色婷婷av久久久久久久| 制服丝袜中文字幕一区| 久久久久久久久岛国免费| 1000精品久久久久久久久| 午夜视频在线观看一区二区三区| 青青国产91久久久久久| 丁香一区二区三区| 欧美精品丝袜中出| 欧美国产成人在线| 三级成人在线视频| 国产不卡视频在线观看| 欧美日韩国产123区| 中文字幕精品一区二区三区精品| 亚洲一区二区偷拍精品| 国产精品天美传媒| 日韩理论片在线| 青娱乐精品在线视频| 99精品欧美一区二区三区综合在线| 欧美精品色一区二区三区| 国产精品色噜噜| 美洲天堂一区二卡三卡四卡视频| 99久久er热在这里只有精品66| 欧美一级淫片007| 亚洲精品乱码久久久久久久久| 韩国一区二区在线观看| 在线精品视频免费播放| 日本一区二区视频在线| 日本在线不卡视频一二三区| 99精品一区二区三区| 精品国产三级a在线观看| 一区二区在线观看视频| 国产成人啪午夜精品网站男同| 97se亚洲国产综合自在线| 91久久一区二区| 亚洲精品高清在线观看| 在线免费精品视频| 亚洲精品乱码久久久久| 在线免费亚洲电影| 不卡高清视频专区| 图片区小说区国产精品视频| 蜜臀国产一区二区三区在线播放| 国产成人午夜电影网| 欧美成人aa大片| 午夜欧美电影在线观看| 色噜噜偷拍精品综合在线| 国产日韩欧美精品电影三级在线| 麻豆精品蜜桃视频网站| 欧美日韩中字一区| 亚洲电影在线播放| 96av麻豆蜜桃一区二区| 国产精品亲子伦对白| 国产精品一二三区在线| 久久综合色播五月| 蜜乳av一区二区三区| 久久精品国产亚洲高清剧情介绍| 国产成人午夜视频| 久久亚洲综合色| 久久国产尿小便嘘嘘尿| 日韩午夜小视频| 日韩精品一二区| 欧美久久一二区| 天天亚洲美女在线视频| 69堂国产成人免费视频| 午夜婷婷国产麻豆精品| 欧美性xxxxx极品少妇| 亚洲福利视频三区| 欧美精品乱人伦久久久久久| 肉色丝袜一区二区| 欧美三电影在线| 日韩激情av在线| 日韩欧美高清dvd碟片| 精品在线视频一区| 久久日韩精品一区二区五区| 国产精品小仙女| 国产精品视频麻豆| 91丨九色丨黑人外教| 亚洲综合丝袜美腿| 在线电影欧美成精品| 美腿丝袜亚洲三区| 久久久精品国产免费观看同学| 国产精品一区二区视频| 亚洲婷婷综合色高清在线| 色婷婷国产精品| 午夜精品福利一区二区三区蜜桃| 欧美在线免费播放| 中文一区一区三区高中清不卡| 色综合天天性综合| 一区二区三区在线观看欧美| 欧美日本国产视频| 美女精品一区二区| 精品国产一二三区| 国产成人精品1024| 亚洲一区欧美一区| 欧美日韩国产影片| 日本不卡一区二区三区| 精品国产一区二区在线观看| 国产成人av在线影院| 国产日本亚洲高清| 国产精品久久久久精k8| 91小视频免费观看| 男人的天堂久久精品| 精品成人一区二区三区四区| 国产精品资源在线观看| 欧美精品一区二区三区在线| bt7086福利一区国产| 一区二区三区在线观看欧美| 欧美日韩国产在线观看| 免费看日韩精品| 久久精品人人做人人爽人人| 91猫先生在线| 日韩av一区二| 综合久久国产九一剧情麻豆| 欧美精品在线一区二区三区| 美女精品一区二区| 亚洲欧洲无码一区二区三区| 欧美日韩在线精品一区二区三区激情| 日韩电影在线看| 中文字幕欧美激情一区| 在线播放亚洲一区| 粉嫩13p一区二区三区| 亚洲精品国产无套在线观| 在线亚洲欧美专区二区| 国产福利精品导航| 亚洲国产日韩一级| 久久精品视频一区| 日韩一区二区三|