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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? configure

?? 能把所有線程的數(shù)據(jù)和環(huán)境記錄到文件,方便調(diào)試.
??
?? 第 1 頁 / 共 5 頁
字號:
      ac_configure_args1="$ac_configure_args1 '$ac_arg'"      if test $ac_must_keep_next = true; then	ac_must_keep_next=false # Got value, back to normal.      else	case $ac_arg in	  *=* | --config-cache | -C | -disable-* | --disable-* \	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \	  | -with-* | --with-* | -without-* | --without-* | --x)	    case "$ac_configure_args0 " in	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;	    esac	    ;;	  -* ) ac_must_keep_next=true ;;	esac      fi      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"      # Get rid of the leading space.      ac_sep=" "      ;;    esac  donedone$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }# When interrupted or exit'd, cleanup temporary files, and complete# config.log.  We remove comments because anyway the quotes in there# would cause problems or look ugly.# WARNING: Be sure not to use single quotes in there, as some shells,# such as our DU 5.0 friend, will then `close' the trap.trap 'exit_status=$?  # Save into config.log some information that might help in debugging.  {    echo    cat <<\_ASBOX## ---------------- #### Cache variables. #### ---------------- ##_ASBOX    echo    # The following way of writing the cache mishandles newlines in values,{  (set) 2>&1 |    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in    *ac_space=\ *)      sed -n \	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"      ;;    *)      sed -n \	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"      ;;    esac;}    echo    cat <<\_ASBOX## ----------------- #### Output variables. #### ----------------- ##_ASBOX    echo    for ac_var in $ac_subst_vars    do      eval ac_val=$`echo $ac_var`      echo "$ac_var='"'"'$ac_val'"'"'"    done | sort    echo    if test -n "$ac_subst_files"; then      cat <<\_ASBOX## ------------- #### Output files. #### ------------- ##_ASBOX      echo      for ac_var in $ac_subst_files      do	eval ac_val=$`echo $ac_var`	echo "$ac_var='"'"'$ac_val'"'"'"      done | sort      echo    fi    if test -s confdefs.h; then      cat <<\_ASBOX## ----------- #### confdefs.h. #### ----------- ##_ASBOX      echo      sed "/^$/d" confdefs.h | sort      echo    fi    test "$ac_signal" != 0 &&      echo "$as_me: caught signal $ac_signal"    echo "$as_me: exit $exit_status"  } >&5  rm -f core *.core &&  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&    exit $exit_status     ' 0for ac_signal in 1 2 13 15; do  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signaldoneac_signal=0# confdefs.h avoids OS command line length limits that DEFS can exceed.rm -rf conftest* confdefs.h# AIX cpp loses on an empty file, so make sure it contains at least a newline.echo >confdefs.h# Predefined preprocessor variables.cat >>confdefs.h <<_ACEOF#define PACKAGE_NAME "$PACKAGE_NAME"_ACEOFcat >>confdefs.h <<_ACEOF#define PACKAGE_TARNAME "$PACKAGE_TARNAME"_ACEOFcat >>confdefs.h <<_ACEOF#define PACKAGE_VERSION "$PACKAGE_VERSION"_ACEOFcat >>confdefs.h <<_ACEOF#define PACKAGE_STRING "$PACKAGE_STRING"_ACEOFcat >>confdefs.h <<_ACEOF#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"_ACEOF# Let the site file select an alternate cache file if it wants to.# Prefer explicitly selected file to automatically selected ones.if test -z "$CONFIG_SITE"; then  if test "x$prefix" != xNONE; then    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"  else    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"  fififor ac_site_file in $CONFIG_SITE; do  if test -r "$ac_site_file"; then    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5echo "$as_me: loading site script $ac_site_file" >&6;}    sed 's/^/| /' "$ac_site_file" >&5    . "$ac_site_file"  fidoneif test -r "$cache_file"; then  # Some versions of bash will fail to source /dev/null (special  # files actually), so we avoid doing that.  if test -f "$cache_file"; then    { echo "$as_me:$LINENO: loading cache $cache_file" >&5echo "$as_me: loading cache $cache_file" >&6;}    case $cache_file in      [\\/]* | ?:[\\/]* ) . $cache_file;;      *)                      . ./$cache_file;;    esac  fielse  { echo "$as_me:$LINENO: creating cache $cache_file" >&5echo "$as_me: creating cache $cache_file" >&6;}  >$cache_filefi# Check that the precious variables saved in the cache have kept the same# value.ac_cache_corrupted=falsefor ac_var in `(set) 2>&1 |	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do  eval ac_old_set=\$ac_cv_env_${ac_var}_set  eval ac_new_set=\$ac_env_${ac_var}_set  eval ac_old_val="\$ac_cv_env_${ac_var}_value"  eval ac_new_val="\$ac_env_${ac_var}_value"  case $ac_old_set,$ac_new_set in    set,)      { 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# The argument here is just something that should be in the current directory# (for sanity checking)am__api_version="1.9"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.# 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 &&

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产成人av一区二区三区在线 | 亚洲三级电影全部在线观看高清| 91精品1区2区| 国产一区二区在线免费观看| 亚洲永久精品大片| 国产亚洲精品bt天堂精选| 精品视频一区二区不卡| 成人av电影在线观看| 久久 天天综合| 午夜久久久久久久久| 亚洲免费伊人电影| 国产视频一区不卡| 日韩欧美国产成人一区二区| 91成人免费电影| 91丨porny丨国产| 粉嫩aⅴ一区二区三区四区五区| 琪琪一区二区三区| 亚洲国产乱码最新视频| 成人欧美一区二区三区黑人麻豆 | 韩国在线一区二区| 天堂在线亚洲视频| 亚洲在线一区二区三区| 国产精品激情偷乱一区二区∴| 精品国产乱码久久久久久图片| 欧美日韩一区二区电影| 色拍拍在线精品视频8848| 成人av动漫在线| www.成人网.com| 国产99久久久国产精品潘金| 国产乱码精品1区2区3区| 毛片不卡一区二区| 蜜桃一区二区三区在线观看| 婷婷久久综合九色综合绿巨人| 洋洋av久久久久久久一区| 成人欧美一区二区三区白人| 国产精品萝li| 国产精品卡一卡二| 国产精品久久久99| 自拍偷拍欧美精品| 亚洲免费在线视频| 亚洲永久免费av| 日韩精品免费视频人成| 秋霞午夜鲁丝一区二区老狼| 日本不卡免费在线视频| 蜜臀久久99精品久久久久久9 | 久久亚洲影视婷婷| 2021国产精品久久精品| 久久久久久久性| 国产精品国产三级国产| 亚洲色图色小说| 亚洲国产精品久久久久秋霞影院 | 六月丁香婷婷久久| 久久99久久久久| 国产一区二区免费看| 国产精品一区不卡| 成人国产精品免费网站| 91亚洲精华国产精华精华液| 欧美亚洲图片小说| 日韩欧美一区二区在线视频| 欧美精品一区视频| 亚洲视频免费在线观看| 亚洲电影你懂得| 久久99精品一区二区三区| 国产v综合v亚洲欧| 色激情天天射综合网| 欧美一区二区三区小说| 亚洲精品一区二区三区福利| 国产精品久久久久婷婷| 亚洲成人一区二区在线观看| 久久成人18免费观看| 成人午夜大片免费观看| 欧美专区亚洲专区| 精品欧美乱码久久久久久1区2区| 国产日韩欧美激情| 亚洲国产中文字幕在线视频综合| 麻豆精品久久久| 91日韩在线专区| 日韩三级免费观看| 国产精品素人一区二区| 亚洲成人免费看| 成人自拍视频在线观看| 555夜色666亚洲国产免| 欧美激情综合网| 亚洲大片精品永久免费| 国产福利不卡视频| 欧美女孩性生活视频| 中文字幕国产一区| 日本成人在线视频网站| 91丨国产丨九色丨pron| 精品国产91乱码一区二区三区 | 亚洲视频免费观看| 久色婷婷小香蕉久久| av男人天堂一区| 精品日韩一区二区三区| 亚洲黄色免费网站| 成人精品小蝌蚪| 日韩欧美国产综合| 亚洲成人福利片| 99re6这里只有精品视频在线观看 99re8在线精品视频免费播放 | 免费人成在线不卡| 色婷婷av一区| 国产精品看片你懂得| 九色|91porny| 欧美一区二区三区视频| 成人免费在线视频观看| 国产成人免费视频网站| 日韩色视频在线观看| 一区二区三区四区国产精品| 国产河南妇女毛片精品久久久 | 中文字幕在线不卡一区| 麻豆极品一区二区三区| 欧美三级中文字幕在线观看| 中文字幕一区二区日韩精品绯色| 精品一区二区久久| 欧美一级国产精品| 日韩专区在线视频| 欧美午夜理伦三级在线观看| 一区在线观看视频| 成人蜜臀av电影| 国产欧美一区二区精品忘忧草 | 午夜欧美视频在线观看| 色网综合在线观看| 成人欧美一区二区三区| www.视频一区| 国产精品久久久爽爽爽麻豆色哟哟| 精品一区二区国语对白| 精品国内片67194| 日韩1区2区3区| 欧美酷刑日本凌虐凌虐| 亚洲综合激情网| 色综合婷婷久久| 亚洲精品视频在线| 色综合久久天天| 一区二区三区不卡视频在线观看| 91在线无精精品入口| 一区二区中文字幕在线| 波多野结衣在线aⅴ中文字幕不卡| 国产日韩精品一区二区浪潮av| 国产乱子轮精品视频| 国产日韩欧美在线一区| 国产高清久久久| 综合久久久久久久| 91麻豆国产在线观看| 亚洲一区二区视频| 在线播放日韩导航| 九九**精品视频免费播放| 久久精品网站免费观看| 成人app软件下载大全免费| 中文字幕五月欧美| 在线免费亚洲电影| 爽好久久久欧美精品| 日韩精品一区二区三区四区视频| 久久成人18免费观看| 欧美激情一区二区三区| 色狠狠桃花综合| 天堂资源在线中文精品| 精品国产电影一区二区| 成人午夜私人影院| 亚洲午夜在线视频| 日韩欧美国产一区在线观看| 从欧美一区二区三区| 亚洲人吸女人奶水| 3d动漫精品啪啪1区2区免费 | 成人三级伦理片| 亚洲免费高清视频在线| 欧美一区日韩一区| 国产一区二区美女诱惑| 亚洲精品你懂的| 日韩色视频在线观看| 成人深夜在线观看| 亚洲一二三级电影| 久久综合九色综合久久久精品综合 | 日韩欧美国产精品一区| 成人午夜av影视| 天天综合天天综合色| 国产日产精品一区| 欧美日韩黄色一区二区| 国产老妇另类xxxxx| 亚洲三级在线免费观看| 日韩一区二区免费高清| 99久久精品国产毛片| 久久99精品国产| 亚洲h在线观看| 国产欧美一区二区三区网站| 欧美日韩精品久久久| 成人一区二区三区视频在线观看| 亚洲国产视频在线| 中文字幕一区二区三区精华液| 日韩欧美中文一区| 欧美亚洲一区二区在线观看| 国产精品一级片在线观看| 性欧美疯狂xxxxbbbb| 国产欧美一区二区精品久导航| 欧美日韩免费观看一区三区| 成人午夜电影久久影院| 久久国产免费看| 午夜影视日本亚洲欧洲精品| 中文字幕欧美一| 亚洲国产精品v| 精品少妇一区二区三区在线播放|