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

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

?? configure

?? 一個機器人平臺
??
?? 第 1 頁 / 共 5 頁
字號:
  exec 6>/dev/nullelse  exec 6>&1fiexec 5>./config.logecho "\This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake." 1>&5# Strip out --no-create and --no-recursion so they do not pile up.# Also quote any args containing shell metacharacters.ac_configure_args=for ac_argdo  case "$ac_arg" in  -no-create | --no-create | --no-creat | --no-crea | --no-cre \  | --no-cr | --no-c) ;;  -no-recursion | --no-recursion | --no-recursio | --no-recursi \  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)  ac_configure_args="$ac_configure_args '$ac_arg'" ;;  *) ac_configure_args="$ac_configure_args $ac_arg" ;;  esacdone# NLS nuisances.# Only set these to C if already set.  These must not be set unconditionally# because not all systems understand e.g. LANG=C (notably SCO).# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!# Non-C LC_CTYPE values break the ctype check.if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fiif test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fiif test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fiif test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi# 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# A filename unique to this package, relative to the directory that# configure is in, which we can look for to find out if srcdir is correct.ac_unique_file=src/main.cc# Find the source files, if location was not specified.if test -z "$srcdir"; then  ac_srcdir_defaulted=yes  # Try the directory containing this script, then its parent.  ac_prog=$0  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.  srcdir=$ac_confdir  if test ! -r $srcdir/$ac_unique_file; then    srcdir=..  fielse  ac_srcdir_defaulted=nofiif test ! -r $srcdir/$ac_unique_file; then  if test "$ac_srcdir_defaulted" = yes; then    { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }  else    { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }  fifisrcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`# 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 "loading site script $ac_site_file"    . "$ac_site_file"  fidoneif test -r "$cache_file"; then  echo "loading cache $cache_file"  . $cache_fileelse  echo "creating cache $cache_file"  > $cache_filefiac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossac_exeext=ac_objext=oif (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then    ac_n= ac_c='' ac_t='	'  else    ac_n=-n ac_c= ac_t=  fielse  ac_n= ac_c='\c' ac_t=fiac_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  fidoneif test -z "$ac_aux_dir"; then  { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }fiac_config_guess=$ac_aux_dir/config.guessac_config_sub=$ac_aux_dir/config.subac_configure=$ac_aux_dir/configure # This should be Cygnus configure.# Do some error checking and defaulting for the host and target type.# The inputs are:#    configure --host=HOST --target=TARGET --build=BUILD NONOPT## The rules are:# 1. You are not allowed to specify --host, --target, and nonopt at the#    same time.# 2. Host defaults to nonopt.# 3. If nonopt is not specified, then host defaults to the current host,#    as determined by config.guess.# 4. Target and build default to nonopt.# 5. If nonopt is not specified, then target and build default to host.# The aliases save the names the user supplied, while $host etc.# will get canonicalized.case $host---$target---$nonopt inNONE---*---* | *---NONE---* | *---*---NONE) ;;*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;esac# Make sure we can run config.sub.if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }fiecho $ac_n "checking host system type""... $ac_c" 1>&6echo "configure:581: checking host system type" >&5host_alias=$hostcase "$host_alias" inNONE)  case $nonopt in  NONE)    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }    fi ;;  *) host_alias=$nonopt ;;  esac ;;esachost=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`echo "$ac_t""$host" 1>&6echo $ac_n "checking target system type""... $ac_c" 1>&6echo "configure:602: checking target system type" >&5target_alias=$targetcase "$target_alias" inNONE)  case $nonopt in  NONE) target_alias=$host_alias ;;  *) target_alias=$nonopt ;;  esac ;;esactarget=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`echo "$ac_t""$target" 1>&6echo $ac_n "checking build system type""... $ac_c" 1>&6echo "configure:620: checking build system type" >&5build_alias=$buildcase "$build_alias" inNONE)  case $nonopt in  NONE) build_alias=$host_alias ;;  *) build_alias=$nonopt ;;  esac ;;esacbuild=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`echo "$ac_t""$build" 1>&6test "$host_alias" != "$target_alias" &&  test "$program_prefix$program_suffix$program_transform_name" = \    NONENONEs,x,x, &&  program_prefix=${target_alias}-case $host in*-*-solaris*) cat >> confdefs.h <<\EOF#define PLAYER_SOLARIS 1EOF;;*-*-linux*) cat >> confdefs.h <<\EOF#define PLAYER_LINUX 1EOF;;esacecho $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6echo "configure:655: checking whether ${MAKE-make} sets \${MAKE}" >&5set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftestmake <<\EOFall:	@echo 'ac_maketemp="${MAKE}"'EOF# GNU make sometimes prints "make[1]: Entering...", which would confuse us.eval `${MAKE-make} -f conftestmake 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 conftestmakefiif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then  echo "$ac_t""yes" 1>&6  SET_MAKE=else  echo "$ac_t""no" 1>&6  SET_MAKE="MAKE=${MAKE-make}"fiam__api_version="1.4"# 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# 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"# ./install, which can be erroneously created by make from ./install.sh.echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6echo "configure:703: checking for a BSD compatible install" >&5if test -z "$INSTALL"; thenif eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else    IFS="${IFS= 	}"; ac_save_IFS="$IFS"; IFS=":"  for ac_dir in $PATH; do    # Account for people who put trailing slashes in PATH elements.    case "$ac_dir/" in    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/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        if test -f $ac_dir/$ac_prog; then	  if test $ac_prog = install &&            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then	    # AIX install.  It has an incompatible calling convention.	    :	  else	    ac_cv_path_install="$ac_dir/$ac_prog -c"	    break 2	  fi	fi      done      ;;    esac  done  IFS="$ac_save_IFS"fi  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 "$ac_t""$INSTALL" 1>&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_PROGRAM}'test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6echo "configure:756: checking whether build environment is sane" >&5# Just in casesleep 1echo timestamp > conftestfile# 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 conftestfile 2> /dev/null`   if test "$*" = "X"; then      # -L didn't work.      set X `ls -t $srcdir/configure conftestfile`   fi   if test "$*" != "X $srcdir/configure conftestfile" \      && test "$*" != "X conftestfile $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 "configure: error: ls -t appears to fail.  Make sure there is not a brokenalias in your environment" 1>&2; exit 1; }   fi   test "$2" = conftestfile   )then   # Ok.   :else   { echo "configure: error: newly created file is older than distributed files!Check your system clock" 1>&2; exit 1; }firm -f conftest*echo "$ac_t""yes" 1>&6if test "$program_transform_name" = s,x,x,; then  program_transform_name=else  # Double any \ or $.  echo might interpret backslashes.  cat <<\EOF_SED > conftestseds,\\,\\\\,g; s,\$,$$,gEOF_SED  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"  rm -f conftestsedfitest "$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"# sed with no file args requires a program.test "$program_transform_name" = "" && program_transform_name="s,x,x,"PACKAGE=stage-srcVERSION=1.3.3if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }ficat >> confdefs.h <<EOF#define PACKAGE "$PACKAGE"EOFcat >> confdefs.h <<EOF#define VERSION "$VERSION"EOFmissing_dir=`cd $ac_aux_dir && pwd`echo $ac_n "checking for working aclocal-${am__api_version}""... $ac_c" 1>&6echo "configure:832: checking for working aclocal-${am__api_version}" >&5# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf.  Sigh.

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91福利资源站| 久久免费美女视频| 成人激情免费电影网址| 国产麻豆9l精品三级站| 久久99精品国产91久久来源| 久久草av在线| 国产呦精品一区二区三区网站| 99re66热这里只有精品3直播 | 一区二区三区美女| 伊人夜夜躁av伊人久久| 亚洲午夜免费福利视频| 日本不卡一二三| 国产精品1区二区.| 91欧美激情一区二区三区成人| 色婷婷亚洲一区二区三区| 欧美日韩国产电影| 久久蜜桃av一区精品变态类天堂 | 亚洲裸体在线观看| 一区二区三区不卡视频在线观看| 国产乱淫av一区二区三区| 国产精品进线69影院| 亚洲欧美影音先锋| 亚洲成av人片一区二区三区| 久久er99热精品一区二区| 欧美色视频一区| 久久久精品中文字幕麻豆发布| 日韩av在线免费观看不卡| 国产69精品久久99不卡| 欧美色大人视频| 一区二区三区精品视频在线| 91免费看片在线观看| 亚洲另类一区二区| 在线观看视频一区二区| 久久综合国产精品| 亚洲国产毛片aaaaa无费看 | 3d动漫精品啪啪一区二区竹菊 | 欧洲另类一二三四区| 国产精品久久久久久久第一福利| 国产91清纯白嫩初高中在线观看| 国产亚洲欧洲997久久综合| 亚洲一区二区视频在线观看| 久久91精品久久久久久秒播| 日韩一区二区三区精品视频| 亚洲欧美偷拍另类a∨色屁股| 不卡av免费在线观看| 一色桃子久久精品亚洲| 色婷婷av久久久久久久| 亚洲一区二区三区四区的| 欧美吻胸吃奶大尺度电影| 欧美国产精品一区二区| 免播放器亚洲一区| fc2成人免费人成在线观看播放| 91精品国产色综合久久不卡蜜臀 | 懂色av一区二区三区蜜臀| 精品国产99国产精品| 午夜伦欧美伦电影理论片| 91免费看视频| 午夜精品在线看| 精品国产乱码久久久久久久久| 成人免费不卡视频| 国产亚洲欧美在线| 日本黄色一区二区| 麻豆成人久久精品二区三区红| 久久久久久久久久久久久久久99| 99国产精品国产精品久久| 亚洲一区二区三区在线播放| 日韩欧美一区中文| 波多野结衣一区二区三区| 午夜精品123| 国产日韩精品一区| 成人在线综合网站| 亚洲成人三级小说| 久久日韩精品一区二区五区| 色噜噜狠狠色综合欧洲selulu| 日韩激情视频在线观看| 日韩一区二区免费电影| 91在线精品一区二区| 美女看a上一区| 亚洲欧美色一区| 久久先锋资源网| 欧美日韩高清影院| 成人av网站在线观看免费| 三级一区在线视频先锋 | 亚洲午夜视频在线| 欧美国产综合色视频| 正在播放亚洲一区| 色婷婷综合激情| 成人免费精品视频| 91美女蜜桃在线| 麻豆免费精品视频| 亚洲制服丝袜一区| 中文无字幕一区二区三区| 国产精品影音先锋| 日本成人在线电影网| 亚洲男人的天堂在线观看| 久久久99精品久久| 精品久久久久一区二区国产| 国产精品一区免费在线观看| 视频一区视频二区中文| 亚洲女厕所小便bbb| 日本一区二区三区dvd视频在线 | 亚洲成人av一区| 日韩理论片中文av| 欧美久久久久久蜜桃| 国模娜娜一区二区三区| 综合激情成人伊人| 国产精品系列在线| 国产日韩成人精品| 久久综合九色综合97婷婷| 日韩精品一区二区三区蜜臀| 成人美女视频在线观看18| 狠狠色2019综合网| 韩日欧美一区二区三区| 蜜臀av国产精品久久久久| 亚洲成a人v欧美综合天堂| 亚洲网友自拍偷拍| 亚洲gay无套男同| 亚洲va在线va天堂| 午夜精品成人在线| 麻豆成人久久精品二区三区红| 麻豆国产精品视频| 国产在线观看一区二区| 国产一区 二区| 国产福利一区二区三区在线视频| 午夜视频一区在线观看| 肉色丝袜一区二区| 久久精品99国产国产精| 国产美女视频一区| 国产传媒一区在线| 99久久精品国产毛片| 97精品超碰一区二区三区| 日本大香伊一区二区三区| 在线看不卡av| 日韩午夜中文字幕| 久久久久久久久久久电影| 欧美激情一区二区三区蜜桃视频 | 99久久精品国产导航| 色综合久久久网| 欧美日本精品一区二区三区| 欧美一区二区播放| 欧美激情一区二区三区四区| 亚洲男女毛片无遮挡| 天天影视涩香欲综合网| 国产一区二区视频在线| 99国产精品久久久久久久久久| 欧美日韩国产一二三| 26uuu另类欧美| 亚洲人成亚洲人成在线观看图片| 亚洲福利视频一区| 国产精品12区| 91福利在线导航| 亚洲电影一级黄| 久久97超碰色| 色素色在线综合| 蜜臀av一区二区在线免费观看 | 欧美激情综合五月色丁香| 亚洲柠檬福利资源导航| 秋霞电影一区二区| 成人av在线播放网址| 欧美高清视频不卡网| 国产精品视频你懂的| 天堂一区二区在线| 91浏览器打开| 精品日韩一区二区| 亚洲国产欧美日韩另类综合 | 成人黄色a**站在线观看| 欧美日韩久久久| 中文字幕制服丝袜一区二区三区 | 精品美女在线观看| 亚洲自拍欧美精品| 成人激情黄色小说| 久久综合久久综合亚洲| 午夜电影久久久| 色拍拍在线精品视频8848| 久久久久久久久久久电影| 日本不卡一二三区黄网| 91精品国产欧美一区二区| 亚洲精品日韩专区silk| 国精产品一区一区三区mba视频 | 91精品国产一区二区三区蜜臀 | 成人av在线电影| 精品国产亚洲在线| 日韩中文欧美在线| 欧美亚洲一区二区在线观看| 成人欧美一区二区三区视频网页| 黄色精品一二区| 日韩欧美国产综合| 日韩精品久久理论片| 欧美日韩一区二区欧美激情| 国产精品国产a| 粉嫩aⅴ一区二区三区四区五区| 亚洲精品在线免费播放| 日本伊人精品一区二区三区观看方式| av成人免费在线| 欧美精品日韩精品| 亚洲精品中文字幕乱码三区| 成人国产精品免费网站| 国产偷国产偷精品高清尤物| 欧美在线不卡视频| 国产精品美日韩|