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

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

?? configure

?? partysip 插件開(kāi)發(fā) 簡(jiǎn)單的一個(gè)小例子
??
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
  cat conftest.$ac_ext >&5  rm -rf conftest*  CPP="${CC-cc} -nologo -E"  cat > conftest.$ac_ext <<EOF#line 1239 "configure"#include "confdefs.h"#include <assert.h>Syntax ErrorEOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:1245: \"$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>&6# 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:1281: 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'# Find the correct PATH separator.  Usually this is `:', but# DJGPP uses `;' like DOS.if test "X${PATH_SEPARATOR+set}" != Xset; then  UNAME=${UNAME-`uname 2>/dev/null`}  case X$UNAME in    *-DOS) lt_cv_sys_path_separator=';' ;;    *)     lt_cv_sys_path_separator=':' ;;  esac  PATH_SEPARATOR=$lt_cv_sys_path_separatorfiecho $ac_n "checking for Cygwin environment""... $ac_c" 1>&6echo "configure:1347: checking for Cygwin environment" >&5if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1352 "configure"#include "confdefs.h"int main() {#ifndef __CYGWIN__#define __CYGWIN__ __CYGWIN32__#endifreturn __CYGWIN__;; return 0; }EOFif { (eval echo configure:1363: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  rm -rf conftest*  ac_cv_cygwin=yeselse  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  ac_cv_cygwin=nofirm -f conftest*rm -f conftest*fiecho "$ac_t""$ac_cv_cygwin" 1>&6CYGWIN=test "$ac_cv_cygwin" = yes && CYGWIN=yesecho $ac_n "checking for mingw32 environment""... $ac_c" 1>&6echo "configure:1380: checking for mingw32 environment" >&5if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1385 "configure"#include "confdefs.h"int main() {return __MINGW32__;; return 0; }EOFif { (eval echo configure:1392: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  rm -rf conftest*  ac_cv_mingw32=yeselse  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  ac_cv_mingw32=nofirm -f conftest*rm -f conftest*fiecho "$ac_t""$ac_cv_mingw32" 1>&6MINGW32=test "$ac_cv_mingw32" = yes && MINGW32=yes# Check whether --enable-shared or --disable-shared was given.if test "${enable_shared+set}" = set; then  enableval="$enable_shared"  p=${PACKAGE-default}case $enableval inyes) enable_shared=yes ;;no) enable_shared=no ;;*)  enable_shared=no  # Look at the argument we got.  We use all the common list separators.  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:,"  for pkg in $enableval; do    if test "X$pkg" = "X$p"; then      enable_shared=yes    fi  done  IFS="$ac_save_ifs"  ;;esacelse  enable_shared=yesfi# Check whether --enable-static or --disable-static was given.if test "${enable_static+set}" = set; then  enableval="$enable_static"  p=${PACKAGE-default}case $enableval inyes) enable_static=yes ;;no) enable_static=no ;;*)  enable_static=no  # Look at the argument we got.  We use all the common list separators.  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:,"  for pkg in $enableval; do    if test "X$pkg" = "X$p"; then      enable_static=yes    fi  done  IFS="$ac_save_ifs"  ;;esacelse  enable_static=yesfi# Check whether --enable-fast-install or --disable-fast-install was given.if test "${enable_fast_install+set}" = set; then  enableval="$enable_fast_install"  p=${PACKAGE-default}case $enableval inyes) enable_fast_install=yes ;;no) enable_fast_install=no ;;*)  enable_fast_install=no  # Look at the argument we got.  We use all the common list separators.  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:,"  for pkg in $enableval; do    if test "X$pkg" = "X$p"; then      enable_fast_install=yes    fi  done  IFS="$ac_save_ifs"  ;;esacelse  enable_fast_install=yesfi# 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:1484: 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 build system type""... $ac_c" 1>&6echo "configure:1505: 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>&6# Check whether --with-gnu-ld or --without-gnu-ld was given.if test "${with_gnu_ld+set}" = set; then  withval="$with_gnu_ld"  test "$withval" = no || with_gnu_ld=yeselse  with_gnu_ld=nofiac_prog=ldif test "$GCC" = yes; then  # Check if gcc -print-prog-name=ld gives a path.  echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6echo "configure:1534: checking for ld used by GCC" >&5  case $host in  *-*-mingw*)    # gcc leaves a trailing carriage return which upsets mingw    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;  *)    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;  esac  case $ac_prog in    # Accept absolute paths.    [\\/]* | [A-Za-z]:[\\/]*)      re_direlt='/[^/][^/]*/\.\./'      # Canonicalize the path of ld      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`      done      test -z "$LD" && LD="$ac_prog"      ;;  "")    # If it fails, then pretend we aren't using GCC.    ac_prog=ld    ;;  *)    # If it is relative, then search for the first ld in PATH.    with_gnu_ld=unknown    ;;  esacelif test "$with_gnu_ld" = yes; then  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6echo "configure:1564: checking for GNU ld" >&5else  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6echo "configure:1567: checking for non-GNU ld" >&5fiif eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  if test -z "$LD"; then  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=$PATH_SEPARATOR  for ac_dir in $PATH; do    test -z "$ac_dir" && ac_dir=.    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then      lt_cv_path_LD="$ac_dir/$ac_prog"      # Check to see if the program is GNU ld.  I'd rather use --version,      # but apparently some GNU ld's only accept -v.      # Break only if it was the GNU/non-GNU ld that we prefer.      if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then	test "$with_gnu_ld" != no && break      else	test "$with_gnu_ld" != yes && break      fi    fi  done  IFS="$ac_save_ifs"else  lt_cv_path_LD="$LD" # Let the user override the test with a path.fifiLD="$lt_cv_path_LD"if test -n "$LD"; then  echo "$ac_t""$LD" 1>&6else  echo "$ac_t""no" 1>&6fitest -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6echo "configure:1602: checking if the linker ($LD) is GNU ld" >&5if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  # I'd rather use --version here, but apparently some GNU ld's only accept -v.if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then  lt_cv_prog_gnu_ld=yeselse  lt_cv_prog_gnu_ld=nofifiecho "$ac_t""$lt_cv_prog_gnu_ld" 1>&6with_gnu_ld=$lt_cv_prog_gnu_ldecho $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6echo "configure:1619: checking for $LD option to reload object files" >&5if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  lt_cv_ld_reload_flag='-r'fiecho "$ac_t""$lt_cv_ld_reload_flag" 1>&6reload_flag=$lt_cv_ld_reload_flagtest -n "$reload_flag" && reload_flag=" $reload_flag"echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6echo "configure:1631: checking for BSD-compatible nm" >&5if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  if test -n "$NM"; then  # Let the user override the test.  lt_cv_path_NM="$NM"else  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=$PATH_SEPARATOR  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do    test -z "$ac_dir" && ac_dir=.    tmp_nm=$ac_dir/${ac_tool_prefix}nm    if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then      # Check to see if the nm accepts a BSD-compat flag.      # Adding the `sed 1q' prevents false positives on HP-UX, which says:

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美人与禽zozo性伦| 欧美激情在线一区二区三区| 一本一本久久a久久精品综合麻豆| 国产一级精品在线| 韩国精品一区二区| 九九在线精品视频| 精品一区二区三区影院在线午夜 | 亚洲国产精品成人综合| 久久五月婷婷丁香社区| 久久无码av三级| 国产无人区一区二区三区| 国产日产欧产精品推荐色 | 一区二区国产视频| 亚洲午夜三级在线| 秋霞影院一区二区| 精品夜夜嗨av一区二区三区| 国产一区91精品张津瑜| 高清不卡一区二区| 99re亚洲国产精品| 日本精品裸体写真集在线观看| 91传媒视频在线播放| 欧美日韩不卡一区| 欧美一级电影网站| 国产午夜一区二区三区| 中文字幕制服丝袜成人av| 亚洲欧美另类久久久精品2019| 一区二区视频免费在线观看| 亚洲成人免费在线观看| 免费成人小视频| 国产999精品久久久久久绿帽| 99精品桃花视频在线观看| 在线看国产一区二区| 日韩一区二区三区在线观看 | 久久97超碰色| 国产成人8x视频一区二区 | 日韩精品自拍偷拍| 91看片淫黄大片一级在线观看| 欧美在线一区二区三区| 日韩久久精品一区| 国产精品国产三级国产普通话蜜臀 | 欧美一区二区三区人| 久久久综合精品| 136国产福利精品导航| 三级成人在线视频| 国产麻豆91精品| 欧亚一区二区三区| 精品99一区二区| 亚洲精品国产品国语在线app| 日本中文字幕一区二区视频| 国产精品91xxx| 欧美在线色视频| 国产三级精品在线| 性久久久久久久久| 从欧美一区二区三区| 欧美日韩一区二区三区免费看| 久久久蜜桃精品| 亚洲国产日韩精品| 成人丝袜高跟foot| 91精品午夜视频| 亚洲欧美国产毛片在线| 九色|91porny| 欧美日韩国产在线观看| 中文字幕成人av| 老色鬼精品视频在线观看播放| 色综合亚洲欧洲| 亚洲人成影院在线观看| 免费成人av资源网| 色琪琪一区二区三区亚洲区| 久久综合久久久久88| 五月天久久比比资源色| 9久草视频在线视频精品| 精品国产露脸精彩对白| 亚洲成av人片一区二区三区 | 久久色.com| 日韩高清在线不卡| 色久综合一二码| 国产精品视频一区二区三区不卡| 蜜桃精品视频在线| 欧美视频在线一区| 自拍偷拍欧美激情| 国产成人免费在线观看| 日韩一卡二卡三卡| 亚洲第一电影网| 97se亚洲国产综合自在线 | 亚洲成av人片在www色猫咪| av在线不卡网| 中文字幕 久热精品 视频在线| 精品一区免费av| 欧美一区二区久久久| 99精品1区2区| 国产午夜精品久久久久久免费视| 免费观看久久久4p| 在线播放91灌醉迷j高跟美女| 亚洲精品成人悠悠色影视| 成人污污视频在线观看| 亚洲国产精品成人综合色在线婷婷| 九色porny丨国产精品| 欧美mv日韩mv国产网站app| 日韩高清不卡一区二区| 欧美猛男男办公室激情| 亚洲一区自拍偷拍| 在线观看国产91| 一区二区欧美国产| 欧美系列亚洲系列| 亚洲一区二区精品3399| 欧美在线观看禁18| 亚洲成人自拍一区| 欧美性做爰猛烈叫床潮| 一区二区欧美视频| 欧美日韩亚洲丝袜制服| 香蕉成人伊视频在线观看| 欧美日韩成人综合天天影院| 三级不卡在线观看| 日韩免费高清av| 精品系列免费在线观看| 精品入口麻豆88视频| 国产真实乱偷精品视频免| 久久精品一区二区| 成人午夜私人影院| 中文字幕一区二区视频| 91免费版在线| 亚洲va韩国va欧美va| 欧美剧在线免费观看网站| 青青青伊人色综合久久| 精品理论电影在线| 国产91丝袜在线播放| 亚洲欧洲精品一区二区精品久久久| 99久久久国产精品免费蜜臀| 亚洲一区在线观看网站| 91麻豆精品国产91久久久久久久久 | 国产精品久久久久久久久免费相片 | 国产一区二区在线电影| 中文字幕av在线一区二区三区| www.性欧美| 午夜精品福利一区二区三区蜜桃| 精品理论电影在线观看 | 欧美日韩国产欧美日美国产精品| 日本中文在线一区| 国产欧美一区二区精品性色超碰 | 欧美日韩在线不卡| 久久狠狠亚洲综合| 中文字幕av不卡| 欧美日韩日本视频| 精彩视频一区二区三区| 欧美激情中文不卡| 欧美在线一区二区| 激情图片小说一区| 亚洲欧洲三级电影| 欧美高清www午色夜在线视频| 国产综合成人久久大片91| 亚洲三级免费电影| 欧美久久久久中文字幕| 国产成人在线电影| 亚洲国产乱码最新视频| 欧美电影免费观看高清完整版在线| 岛国一区二区在线观看| 亚洲电影在线播放| 久久九九99视频| 欧美日韩精品电影| 岛国精品在线观看| 日韩精品一级中文字幕精品视频免费观看 | 97精品国产露脸对白| 日本女人一区二区三区| 国产精品不卡视频| 日韩欧美国产一二三区| 91丝袜美女网| 国产在线观看免费一区| 亚洲一级不卡视频| 欧美国产综合色视频| 91精品啪在线观看国产60岁| 99精品国产99久久久久久白柏 | 97se狠狠狠综合亚洲狠狠| 精品一区二区三区不卡| 亚洲成av人影院| 综合久久综合久久| 久久久精品免费网站| 在线不卡欧美精品一区二区三区| 99精品一区二区| 国产999精品久久久久久| 久久精品国产精品亚洲红杏| 亚洲五码中文字幕| 最新日韩在线视频| 国产日韩影视精品| 日韩视频123| 在线播放一区二区三区| 在线视频欧美精品| 暴力调教一区二区三区| 国产精品自在在线| 精品影视av免费| 美女视频黄 久久| 婷婷综合另类小说色区| 亚洲午夜久久久久久久久久久| 国产精品国产精品国产专区不蜜| 久久久影视传媒| 欧美白人最猛性xxxxx69交| 在线成人午夜影院| 欧美久久高跟鞋激| 欧美日韩高清一区| 欧美体内she精视频| 欧美在线制服丝袜|