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

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

?? configure

?? 一個機器人平臺
??
?? 第 1 頁 / 共 5 頁
字號:
    CXXFLAGS="-g"  fielse  if test "$GXX" = yes; then    CXXFLAGS="-O2"  else    CXXFLAGS=  fifi# 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:1275: 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'# Extract the first word of "ranlib", so it can be a program name with args.set dummy ranlib; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:1330: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  if test -n "$RANLIB"; then  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.else  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"  ac_dummy="$PATH"  for ac_dir in $ac_dummy; do    test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      ac_cv_prog_RANLIB="ranlib"      break    fi  done  IFS="$ac_save_ifs"  test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"fifiRANLIB="$ac_cv_prog_RANLIB"if test -n "$RANLIB"; then  echo "$ac_t""$RANLIB" 1>&6else  echo "$ac_t""no" 1>&6fiecho $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6echo "configure:1359: checking how to run the C preprocessor" >&5# On Suns, sometimes $CPP names a directory.if test -n "$CPP" && test -d "$CPP"; then  CPP=fiif test -z "$CPP"; thenif eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else    # This must be in double quotes, not single quotes, because CPP may get  # substituted into the Makefile and "${CC-cc}" will confuse make.  CPP="${CC-cc} -E"  # On the NeXT, cc -E runs the code through the compiler's parser,  # not just through cpp.  cat > conftest.$ac_ext <<EOF#line 1374 "configure"#include "confdefs.h"#include <assert.h>Syntax ErrorEOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:1380: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then  :else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  CPP="${CC-cc} -E -traditional-cpp"  cat > conftest.$ac_ext <<EOF#line 1391 "configure"#include "confdefs.h"#include <assert.h>Syntax ErrorEOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:1397: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then  :else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  CPP="${CC-cc} -nologo -E"  cat > conftest.$ac_ext <<EOF#line 1408 "configure"#include "confdefs.h"#include <assert.h>Syntax ErrorEOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:1414: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then  :else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  CPP=/lib/cppfirm -f conftest*firm -f conftest*firm -f conftest*  ac_cv_prog_CPP="$CPP"fi  CPP="$ac_cv_prog_CPP"else  ac_cv_prog_CPP="$CPP"fiecho "$ac_t""$CPP" 1>&6for ac_hdr in stdint.h strings.h values.hdoac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6echo "configure:1442: checking for $ac_hdr" >&5if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1447 "configure"#include "confdefs.h"#include <$ac_hdr>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:1452: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then  rm -rf conftest*  eval "ac_cv_header_$ac_safe=yes"else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then  echo "$ac_t""yes" 1>&6    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`  cat >> confdefs.h <<EOF#define $ac_tr_hdr 1EOF else  echo "$ac_t""no" 1>&6fidoneecho $ac_n "checking if socklen_t is defined""... $ac_c" 1>&6echo "configure:1480: checking if socklen_t is defined" >&5cat > conftest.$ac_ext <<EOF#line 1482 "configure"#include "confdefs.h"#include <sys/types.h>      #include <sys/socket.h>int main() {socklen_t len = 42; return len;; return 0; }EOFif { (eval echo configure:1490: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  rm -rf conftest*  echo "$ac_t""yes" 1>&6else  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  echo "$ac_t""no" 1>&6          cat >> confdefs.h <<\EOF#define socklen_t intEOFfirm -f conftest*for ac_func in poll dirnamedoecho $ac_n "checking for $ac_func""... $ac_c" 1>&6echo "configure:1508: checking for $ac_func" >&5if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1513 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,    which can conflict with char $ac_func(); below.  */#include <assert.h>/* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2    builtin and then its argument prototype would still apply.  */char $ac_func();int main() {/* The GNU C library defines this for functions which it implements    to always fail with ENOSYS.  Some functions are actually named    something starting with __ and the normal name is an alias.  */#if defined (__stub_$ac_func) || defined (__stub___$ac_func)choke me#else$ac_func();#endif; return 0; }EOFif { (eval echo configure:1536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  rm -rf conftest*  eval "ac_cv_func_$ac_func=yes"else  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_func_$ac_func=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then  echo "$ac_t""yes" 1>&6    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`  cat >> confdefs.h <<EOF#define $ac_tr_func 1EOF else  echo "$ac_t""no" 1>&6LIBOBJS="$LIBOBJS ${ac_func}.${ac_objext}"fidoneecho $ac_n "checking for gzopen in -lz""... $ac_c" 1>&6echo "configure:1563: checking for gzopen in -lz" >&5ac_lib_var=`echo z'_'gzopen | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  ac_save_LIBS="$LIBS"LIBS="-lz  $LIBS"cat > conftest.$ac_ext <<EOF#line 1571 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2    builtin and then its argument prototype would still apply.  */char gzopen();int main() {gzopen(); return 0; }EOFif { (eval echo configure:1582: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  rm -rf conftest*  eval "ac_cv_lib_$ac_lib_var=yes"else  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$ac_t""yes" 1>&6    ac_tr_lib=HAVE_LIB`echo z | sed -e 's/[^a-zA-Z0-9_]/_/g' \    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`  cat >> confdefs.h <<EOF#define $ac_tr_lib 1EOF  LIBS="-lz $LIBS"else  echo "$ac_t""no" 1>&6fiecho $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6echo "configure:1610: checking for gethostbyname in -lnsl" >&5ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  ac_save_LIBS="$LIBS"LIBS="-lnsl  $LIBS"cat > conftest.$ac_ext <<EOF#line 1618 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2    builtin and then its argument prototype would still apply.  */char gethostbyname();int main() {gethostbyname(); return 0; }EOFif { (eval echo configure:1629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  rm -rf conftest*  eval "ac_cv_lib_$ac_lib_var=yes"else  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$ac_t""yes" 1>&6    ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`  cat >> confdefs.h <<EOF#define $ac_tr_lib 1EOF  LIBS="-lnsl $LIBS"else  echo "$ac_t""no" 1>&6fiecho $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6echo "configure:1657: checking for connect in -lsocket" >&5ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  ac_save_LIBS="$LIBS"LIBS="-lsocket  $LIBS"cat > conftest.$ac_ext <<EOF#line 1665 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2    builtin and then its argument prototype would still apply.  */

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久精品欧美日韩| 国产亚洲制服色| 91精品国产综合久久精品性色| 天天综合网天天综合色| 亚洲欧美日韩中文字幕一区二区三区| 欧美大白屁股肥臀xxxxxx| 欧美大片在线观看一区二区| 欧美日韩大陆一区二区| 日韩欧美视频在线| 久久无码av三级| 精品国产乱码久久久久久久久 | 亚洲综合精品久久| 性做久久久久久免费观看| 一区二区三区在线观看动漫| 亚洲成人资源网| 久久国产视频网| av午夜精品一区二区三区| 欧美区视频在线观看| 国产婷婷色一区二区三区四区| 国产精品久久久久婷婷二区次| 亚洲亚洲精品在线观看| 美女mm1313爽爽久久久蜜臀| 成人av网站免费观看| 欧美喷水一区二区| 国产精品的网站| 久久国产剧场电影| 色综合久久中文综合久久97| 欧美成人精品高清在线播放| 亚洲视频精选在线| 国产麻豆视频精品| 欧美本精品男人aⅴ天堂| 亚洲伦在线观看| 国产凹凸在线观看一区二区| 欧美调教femdomvk| 亚洲自拍偷拍九九九| 成人午夜电影网站| 欧美精品一区二区三区在线播放| 午夜精品久久久久久久| 色乱码一区二区三区88 | 亚洲欧美偷拍另类a∨色屁股| 国产最新精品免费| 精品少妇一区二区三区日产乱码| 日本中文字幕一区| 26uuu色噜噜精品一区二区| 麻豆精品视频在线| 欧美一卡二卡在线观看| 日韩激情视频网站| 久久久久久久久久美女| 免费av成人在线| 欧美大片日本大片免费观看| 青青草伊人久久| 久久亚洲精华国产精华液| 色婷婷综合久久久久中文一区二区 | 91精品国产美女浴室洗澡无遮挡| 午夜视频一区在线观看| 欧美一区二区女人| 国产成人亚洲精品狼色在线 | 亚洲综合网站在线观看| 日韩女优视频免费观看| 国产精品亚洲综合一区在线观看| 日韩美女视频一区二区| 欧美日韩国产中文| 福利电影一区二区| 亚洲蜜臀av乱码久久精品蜜桃| 欧美日韩国产区一| 国产精品一区在线观看你懂的| 亚洲黄一区二区三区| 日韩精品一区二区在线观看| 91丨九色丨黑人外教| 久久不见久久见中文字幕免费| 亚洲欧美日韩国产综合| 欧美videos中文字幕| 色老汉av一区二区三区| 国产一区二区伦理| 日韩中文字幕区一区有砖一区 | 欧美大片拔萝卜| 欧美日韩不卡一区二区| 91女人视频在线观看| 国产剧情av麻豆香蕉精品| 一区二区免费视频| 亚洲欧美激情小说另类| 亚洲成a人片在线观看中文| 欧美国产精品一区| 久久久另类综合| 精品av久久707| 精品久久久久久久久久久久久久久久久| 波波电影院一区二区三区| 成人免费va视频| 成人涩涩免费视频| av不卡在线播放| www.日韩大片| 国产精品69毛片高清亚洲| 另类调教123区| 岛国av在线一区| 一本久久精品一区二区| 日本道色综合久久| 欧美日韩一卡二卡三卡| 精品视频在线免费看| 777色狠狠一区二区三区| 91精品国产综合久久香蕉麻豆| 欧美va亚洲va香蕉在线| 国产婷婷一区二区| 亚洲午夜久久久久久久久电影院| 一区二区三区鲁丝不卡| 日本强好片久久久久久aaa| 久久精品国产亚洲a| 不卡电影免费在线播放一区| 日韩欧美亚洲国产另类| 久久夜色精品国产欧美乱极品| 国产亚洲欧美日韩日本| 亚洲在线视频一区| 国内精品久久久久影院色| eeuss鲁片一区二区三区在线看| 欧美三区在线观看| 国产欧美一区二区三区网站| 中文字幕一区二区视频| 亚洲福中文字幕伊人影院| 成人手机在线视频| 日韩一区二区三区三四区视频在线观看| 国产精品无人区| 蜜臀99久久精品久久久久久软件| 99久久99久久精品免费看蜜桃| 欧美一区二区三区播放老司机| 自拍偷在线精品自拍偷无码专区| 国内不卡的二区三区中文字幕| 欧美日韩视频第一区| 亚洲综合一区在线| 欧美偷拍一区二区| 亚洲人成伊人成综合网小说| 成人精品小蝌蚪| 久久精品男人的天堂| 韩国一区二区在线观看| 日韩三级视频在线看| 日韩国产欧美在线播放| 欧美日韩一级黄| 日韩在线一区二区| 91麻豆精品国产91久久久 | 亚洲六月丁香色婷婷综合久久| 不卡av电影在线播放| 中文字幕在线观看不卡| 国产一区二三区好的| 久久美女高清视频| 国产成人午夜高潮毛片| 国产欧美一区二区三区网站| 成人av电影免费在线播放| 亚洲日本一区二区三区| 欧美精品一卡两卡| 国产在线精品视频| 一区二区中文字幕在线| 欧美性猛交xxxx乱大交退制版 | 亚洲三级视频在线观看| 欧美一级视频精品观看| 国产电影一区二区三区| 一区二区三区在线免费视频| 91福利视频网站| 五月天丁香久久| 欧美激情一区在线| 欧美猛男gaygay网站| 成人免费的视频| 日韩精品一级中文字幕精品视频免费观看| 在线综合视频播放| 一本在线高清不卡dvd| 精品无人码麻豆乱码1区2区| 亚洲三级电影全部在线观看高清| 日韩一区二区在线观看| 在线亚洲精品福利网址导航| 国产精品一区二区三区乱码| 亚洲综合色区另类av| 亚洲国产成人私人影院tom| 欧美日韩国产影片| 色综合久久久久网| av电影一区二区| 国产福利91精品一区二区三区| 亚洲国产精品久久一线不卡| 亚洲欧美日韩成人高清在线一区| 久久久久一区二区三区四区| 91精品国产综合久久久久久久| 欧美喷水一区二区| 9191精品国产综合久久久久久| 97久久精品人人澡人人爽| 丁香一区二区三区| 97久久精品人人做人人爽50路| 国产乱理伦片在线观看夜一区| 国产麻豆精品一区二区| 国内久久婷婷综合| 成人激情视频网站| 欧美体内she精高潮| 欧美日韩性生活| 日韩午夜电影在线观看| 日本韩国一区二区| 日韩欧美一区中文| 国产亚洲一区字幕| 国产欧美日韩视频一区二区 | 国产一区视频导航| 国产成人综合自拍| 亚洲一区二区精品视频| 亚洲一二三四久久| 国产一区二区伦理| 波多野结衣视频一区| 欧美午夜在线一二页|