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

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

?? configure

?? 機器人足球AI設計比賽
??
?? 第 1 頁 / 共 5 頁
字號:
    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;    2)      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          ac_config_headers="$ac_config_headers config.h"ac_aux_dir=for ac_dir in config.aux $srcdir/config.aux; 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 config.aux $srcdir/config.aux" >&5echo "$as_me: error: cannot find install-sh or install.sh in config.aux $srcdir/config.aux" >&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.am__api_version="1.9"# 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 &&

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久久久久电影| 国产成人在线电影| 国产剧情一区在线| 欧美午夜片在线观看| 国产欧美视频一区二区三区| 亚洲国产三级在线| 欧美美女bb生活片| 成人免费在线观看入口| 韩国欧美国产1区| 7777精品伊人久久久大香线蕉经典版下载 | 亚洲美女一区二区三区| 国产精品综合久久| 日韩精品在线一区| 亚洲成人av中文| 色菇凉天天综合网| 亚洲女与黑人做爰| 色综合中文字幕国产 | 亚洲国产aⅴ天堂久久| 北条麻妃一区二区三区| 久久久久亚洲综合| 国产一区二区免费在线| 日韩欧美的一区二区| 日韩av在线发布| 欧美日韩亚洲另类| 午夜精品123| 91麻豆精品国产自产在线| 亚洲一区在线电影| 色噜噜狠狠色综合欧洲selulu| 国产精品视频看| 成人综合在线观看| 国产精品成人免费在线| 成人午夜视频福利| 亚洲丝袜另类动漫二区| 91丨九色porny丨蝌蚪| 中文字幕在线一区| 9l国产精品久久久久麻豆| 亚洲三级电影全部在线观看高清| 成人av动漫网站| 亚洲精品国产视频| 欧美日韩第一区日日骚| 日韩精品一卡二卡三卡四卡无卡| 欧美肥妇毛茸茸| 极品少妇一区二区| 久久精品亚洲精品国产欧美kt∨| 国产成人aaa| 亚洲欧美在线视频观看| 欧洲精品一区二区三区在线观看| 樱花影视一区二区| 在线播放中文字幕一区| 久久99精品久久久久久国产越南| 精品国产乱码91久久久久久网站| 经典一区二区三区| 中文字幕中文乱码欧美一区二区| 一本到不卡免费一区二区| 亚洲国产精品久久一线不卡| 91精品在线观看入口| 国产真实乱偷精品视频免| 国产精品毛片a∨一区二区三区| 91社区在线播放| 日韩一区精品视频| 中文字幕欧美激情| 91成人国产精品| 国模一区二区三区白浆| 亚洲欧美国产毛片在线| 欧美一卡二卡在线观看| 懂色中文一区二区在线播放| 一区二区三区四区视频精品免费 | 久久精品免费在线观看| 欧美伊人精品成人久久综合97| 青草av.久久免费一区| 国产精品久久久久一区| 91精品国产色综合久久ai换脸| 成人精品一区二区三区四区 | 一区在线观看免费| 欧美一级夜夜爽| 99久久精品免费看国产免费软件| 天堂资源在线中文精品| 中文在线资源观看网站视频免费不卡| 欧洲av在线精品| 成人av小说网| 国内精品视频一区二区三区八戒 | 国产日韩三级在线| 91精品国产丝袜白色高跟鞋| 91视频.com| 丰满白嫩尤物一区二区| 精品综合久久久久久8888| 一区二区三区加勒比av| 中文字幕乱码日本亚洲一区二区 | 精品亚洲porn| 亚洲国产精品久久久男人的天堂 | 久久精品一区蜜桃臀影院| 欧美肥胖老妇做爰| 欧美熟乱第一页| 日本久久一区二区| 99这里只有久久精品视频| 国产精品91一区二区| 免费精品视频在线| 日韩国产在线观看一区| 亚洲精品成人悠悠色影视| 亚洲欧洲www| 国产精品久久毛片| 国产精品欧美综合在线| 国产亚洲1区2区3区| 精品久久免费看| 日韩精品专区在线影院重磅| 欧美精品九九99久久| 欧美丰满一区二区免费视频| 欧美日韩和欧美的一区二区| 欧美性感一类影片在线播放| 色香蕉成人二区免费| 色狠狠综合天天综合综合| 95精品视频在线| 91免费在线看| 欧美系列日韩一区| 欧美日本在线播放| 7777精品伊人久久久大香线蕉经典版下载| 色婷婷激情久久| 欧美日韩视频第一区| 欧美精品自拍偷拍| 日韩欧美激情四射| 26uuu精品一区二区| 久久综合九色欧美综合狠狠| 精品成人在线观看| 国产亚洲午夜高清国产拍精品| 国产欧美一区视频| 亚洲欧洲精品一区二区三区| 综合自拍亚洲综合图不卡区| 国产精品初高中害羞小美女文| 亚洲美女免费视频| 亚洲r级在线视频| 极品少妇一区二区三区精品视频 | 国产精品高潮呻吟| 玉米视频成人免费看| 日本欧美在线观看| 91老师片黄在线观看| 99精品欧美一区二区三区小说| 色美美综合视频| 日韩免费在线观看| 欧美高清在线一区| 亚洲自拍偷拍综合| 九色综合狠狠综合久久| 粉嫩久久99精品久久久久久夜| 成人久久久精品乱码一区二区三区 | 蜜臂av日日欢夜夜爽一区| 国产在线观看一区二区| 色欧美88888久久久久久影院| 欧美狂野另类xxxxoooo| 国产日韩精品一区二区三区 | 久久99精品国产| av一二三不卡影片| 日韩一级二级三级| 国产精品久久久一本精品| 日韩成人午夜电影| 成人高清免费观看| 日韩一区二区三区av| 中文字幕永久在线不卡| 美女国产一区二区| 欧美这里有精品| 久久久99精品免费观看不卡| 亚洲一区在线播放| 成人综合婷婷国产精品久久| 欧美一区二区视频观看视频| 欧美国产在线观看| 久热成人在线视频| 欧美日韩国产系列| 中文字幕一区不卡| 激情小说欧美图片| 91精品国产美女浴室洗澡无遮挡| 国产精品久久久久一区二区三区| 看电影不卡的网站| 欧美日韩亚洲丝袜制服| 自拍视频在线观看一区二区| 国产一区二区在线看| 欧美一区在线视频| 亚洲成人免费在线| 色妞www精品视频| 亚洲日本韩国一区| 99久久er热在这里只有精品15| 欧美tk丨vk视频| 日韩电影免费在线看| 欧美三日本三级三级在线播放| 中文字幕亚洲欧美在线不卡| 国产激情91久久精品导航| 久久一日本道色综合| 麻豆国产精品一区二区三区| 欧美日韩在线播放三区| 亚洲精品成人在线| 一本一本大道香蕉久在线精品| 欧美国产日韩一二三区| 国产成人综合在线播放| 久久新电视剧免费观看| 精品亚洲免费视频| 精品久久久久99| 极品尤物av久久免费看| 久久综合999| 国产激情一区二区三区桃花岛亚洲| 日韩美女一区二区三区| 国内精品视频666| 国产亚洲美州欧州综合国| 成人在线综合网|