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

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

?? configure

?? 用于2維的射線追蹤
??
?? 第 1 頁 / 共 5 頁
字號:
  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;}fiif mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then  # We used to keeping the `.' as first argument, in order to  # allow $(mkdir_p) to be used without argument.  As in  #   $(mkdir_p) $(somedir)  # where $(somedir) is conditionally defined.  However this is wrong  # for two reasons:  #  1. if the package is installed by a user who cannot write `.'  #     make install will fail,  #  2. the above comment should most certainly read  #     $(mkdir_p) $(DESTDIR)$(somedir)  #     so it does not work when $(somedir) is undefined and  #     $(DESTDIR) is not.  #  To support the latter case, we have to write  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),  #  so the `.' trick is pointless.  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=$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/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=ray2mesh VERSION=1.0cat >>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"}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=$2{ echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }if 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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  fidonedoneIFS=$as_save_IFSfifiSTRIP=$ac_cv_prog_STRIPif test -n "$STRIP"; then  { echo "$as_me:$LINENO: result: $STRIP" >&5echo "${ECHO_T}$STRIP" >&6; }else  { echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6; }fifiif 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=$2{ echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }if 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    ac_cv_prog_ac_ct_STRIP="strip"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedoneIFS=$as_save_IFSfifiac_ct_STRIP=$ac_cv_prog_ac_ct_STRIPif test -n "$ac_ct_STRIP"; then  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5echo "${ECHO_T}$ac_ct_STRIP" >&6; }else  { echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6; }fi  if test "x$ac_ct_STRIP" = x; then    STRIP=":"  else    case $cross_compiling:$ac_tool_warned inyes:){ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-toolswhose name does not start with the host triplet.  If you think thisconfiguration is useful to you, please write to autoconf@gnu.org." >&5echo "$as_me: WARNING: In the future, Autoconf will not detect cross-toolswhose name does not start with the host triplet.  If you think thisconfiguration is useful to you, please write to autoconf@gnu.org." >&2;}ac_tool_warned=yes ;;esac    STRIP=$ac_ct_STRIP  fielse  STRIP="$ac_cv_prog_STRIP"fifiINSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"# We need awk for the "check" target.  The system "awk" is bad on# some platforms.# Always define AMTAR for backward compatibility.AMTAR=${AMTAR-"${am_missing_run}tar"}am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'ac_config_headers="$ac_config_headers config.h"# Make sure we can run config.sub.$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}   { (exit 1); exit 1; }; }{ echo "$as_me:$LINENO: checking build system type" >&5echo $ECHO_N "checking build system type... $ECHO_C" >&6; }if test "${ac_cv_build+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  ac_build_alias=$build_aliastest "x$ac_build_alias" = x &&  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`test "x$ac_build_alias" = x &&  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5echo "$as_me: error: cannot guess build type; you must specify one" >&2;}   { (exit 1); exit 1; }; }ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5echo "$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_vend

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美伊人久久大香线蕉综合69| 国产综合久久久久久鬼色| 久久亚洲二区三区| 日韩视频免费观看高清完整版| 欧美午夜精品一区| 欧美日韩在线直播| 777欧美精品| 欧美久久婷婷综合色| 91精品国产色综合久久不卡电影 | 久久久亚洲综合| 国产三级久久久| 久久天堂av综合合色蜜桃网| 精品国产伦一区二区三区免费| 欧美刺激午夜性久久久久久久| 久久亚洲二区三区| 中文字幕第一区二区| 亚洲日穴在线视频| 亚洲亚洲精品在线观看| 日本va欧美va精品发布| 精品一区二区三区的国产在线播放| 麻豆精品久久久| 国产黄色成人av| 国产不卡在线播放| 97精品超碰一区二区三区| 欧美亚洲动漫精品| 欧美精品一区二区久久婷婷 | 亚洲色图视频网| 亚洲综合色成人| 日韩福利电影在线| 国产精品91一区二区| 9i看片成人免费高清| 在线成人av影院| 国产日韩欧美精品在线| 亚洲美女少妇撒尿| 日本vs亚洲vs韩国一区三区 | 88在线观看91蜜桃国自产| 精品国产乱码久久久久久闺蜜| 国产精品午夜春色av| 五月激情六月综合| 国产99精品视频| 7777精品伊人久久久大香线蕉的 | 成人在线综合网| 欧美精品三级在线观看| 中文字幕精品一区二区精品绿巨人 | 国产一区二区三区四区五区美女| 91网站在线观看视频| 日韩免费视频一区| 亚洲一区精品在线| caoporn国产精品| 日韩精品专区在线| 亚洲一二三区在线观看| 成人免费观看av| 日韩精品资源二区在线| 性做久久久久久免费观看欧美| 99在线热播精品免费| 久久久精品欧美丰满| 免费高清成人在线| 在线不卡的av| 亚洲一区二区三区自拍| 99视频精品在线| 久久精品这里都是精品| 蜜桃视频在线观看一区| 777xxx欧美| 日韩av网站免费在线| 欧美日韩一区二区三区在线看 | 久久久久久久久久久久久久久99 | 天堂一区二区在线| 欧美在线制服丝袜| 亚洲精品精品亚洲| 91黄视频在线| 一区二区三区免费网站| 色哟哟精品一区| 亚洲人快播电影网| aaa欧美大片| 亚洲精品久久久蜜桃| 在线不卡欧美精品一区二区三区| 亚洲欧美日本在线| 91网上在线视频| 一区二区三区免费在线观看| 在线欧美日韩国产| 午夜精品久久久久久久久久| 欧美日韩成人在线| 手机精品视频在线观看| 欧美一区国产二区| 韩国一区二区三区| 亚洲国产成人一区二区三区| 高清在线观看日韩| 日韩美女久久久| 欧美中文字幕一区| 日韩专区欧美专区| 精品毛片乱码1区2区3区| 国产乱妇无码大片在线观看| 日本一区二区不卡视频| a级高清视频欧美日韩| 一区二区三区美女视频| 欧美一区二区在线视频| 国产一区二区三区在线观看免费| 国产精品免费视频观看| 色吊一区二区三区| 日韩av中文字幕一区二区 | 国产精品欧美一区二区三区| 91麻豆123| 视频一区视频二区中文| 国产亚洲一区二区三区| 色婷婷综合久久久久中文 | 亚洲精品一区二区三区99| 99在线精品视频| 日韩av中文字幕一区二区| 久久久91精品国产一区二区精品 | 麻豆成人在线观看| 国产精品福利av| 91精品国产综合久久久久久久| 国产成人aaa| 午夜国产精品一区| 国产精品无遮挡| 日韩色视频在线观看| 91极品美女在线| 成人福利视频在线看| 日韩精品国产欧美| 最新国产の精品合集bt伙计| 精品久久人人做人人爰| 欧美日韩中字一区| 99re8在线精品视频免费播放| 精彩视频一区二区| 亚洲无线码一区二区三区| 久久久久国产精品厨房| xvideos.蜜桃一区二区| 色婷婷综合久久久久中文 | 91免费视频观看| 亚洲福利电影网| 天堂va蜜桃一区二区三区漫画版| 亚洲精品乱码久久久久久黑人| 亚洲激情图片qvod| 亚洲影院在线观看| 亚洲gay无套男同| 美腿丝袜亚洲三区| 激情都市一区二区| 精品一二三四区| 国产在线不卡视频| 乱一区二区av| 国产制服丝袜一区| yourporn久久国产精品| 色噜噜狠狠色综合欧洲selulu| 色综合天天综合| 欧美三级视频在线观看| 91女厕偷拍女厕偷拍高清| 欧美精品99久久久**| 日韩一卡二卡三卡四卡| 欧美一级免费大片| 欧美xxxxxxxxx| 国产精品女主播av| 亚洲午夜一区二区| 美女视频网站久久| 国产suv精品一区二区6| 91激情五月电影| 欧美一区二区高清| 中文成人综合网| 夜夜嗨av一区二区三区中文字幕| 亚洲欧美日韩国产手机在线 | 久久久无码精品亚洲日韩按摩| 国产精品视频线看| 亚洲欧美日韩国产综合在线| 亚洲影视资源网| 国产麻豆精品在线观看| 色菇凉天天综合网| 欧美剧情片在线观看| 亚洲欧洲另类国产综合| 五月综合激情婷婷六月色窝| 国产精品自拍三区| 在线日韩国产精品| 成人欧美一区二区三区白人| 日韩在线卡一卡二| av中文字幕不卡| 欧美一区二区三区小说| 亚洲国产日韩一级| 99在线视频精品| 精品久久久久99| 亚洲午夜久久久| 色久优优欧美色久优优| 国产日产欧美一区| 日韩影院精彩在线| 色综合天天视频在线观看| 欧美国产精品一区二区三区| 欧美aaaaa成人免费观看视频| 成人综合婷婷国产精品久久| 91麻豆精品久久久久蜜臀| 亚洲国产精品久久久久婷婷884| 国产精品伊人色| 日韩精品一区二区三区中文不卡 | 99麻豆久久久国产精品免费| 久久日韩粉嫩一区二区三区| 亚洲国产三级在线| 色综合久久天天| 国产拍揄自揄精品视频麻豆| 亚洲一区免费观看| 91丨九色丨蝌蚪丨老版| 国产欧美日韩在线观看| 久久av中文字幕片| 欧美四级电影网| 亚洲精品一卡二卡|