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

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

?? configure

?? partysip 插件開發 簡單的一個小例子
??
?? 第 1 頁 / 共 5 頁
字號:
#! /bin/sh# Guess values for system-dependent variables and create Makefiles.# Generated automatically using autoconf version 2.13 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.## This configure script is free software; the Free Software Foundation# gives unlimited permission to copy, distribute and modify it.# Defaults:ac_help=ac_default_prefix=/usr/local# Any additions from configure.in:ac_help="$ac_help  --enable-shared[=PKGS]  build shared libraries [default=yes]"ac_help="$ac_help  --enable-static[=PKGS]  build static libraries [default=yes]"ac_help="$ac_help  --enable-fast-install[=PKGS]  optimize for fast installation [default=yes]"ac_help="$ac_help  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]"# 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_separatorfi# Check that we are running under the correct shell.SHELL=${CONFIG_SHELL-/bin/sh}case X$ECHO inX*--fallback-echo)  # Remove one level of quotation (which was required for Make).  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`  ;;esacecho=${ECHO-echo}if test "X$1" = X--no-reexec; then  # Discard the --no-reexec flag, and continue.  shiftelif test "X$1" = X--fallback-echo; then  # Avoid inline document here, it may be left over  :elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then  # Yippee, $echo works!  :else  # Restart under the correct shell.  exec $SHELL "$0" --no-reexec ${1+"$@"}fiif test "X$1" = X--fallback-echo; then  # used as fallback echo  shift  cat <<EOFEOF  exit 0fi# The HP-UX ksh and POSIX shell print the target directory to stdout# if CDPATH is set.if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fiif test -z "$ECHO"; thenif test "X${echo_test_string+set}" != Xset; then# find a string as large as possible, as long as the shell can cope with it  for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...    if (echo_test_string="`eval $cmd`") 2>/dev/null &&       echo_test_string="`eval $cmd`" &&       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null    then      break    fi  donefiif test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&   test "X$echo_testing_string" = "X$echo_test_string"; then  :else  # The Solaris, AIX, and Digital Unix default echo programs unquote  # backslashes.  This makes it impossible to quote backslashes using  #   echo "$something" | sed 's/\\/\\\\/g'  #  # So, first we look for a working echo in the user's PATH.  IFS="${IFS= 	}"; save_ifs="$IFS"; IFS=$PATH_SEPARATOR  for dir in $PATH /usr/ucb; do    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&       test "X$echo_testing_string" = "X$echo_test_string"; then      echo="$dir/echo"      break    fi  done  IFS="$save_ifs"  if test "X$echo" = Xecho; then    # We didn't find a better echo, so look for alternatives.    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&       test "X$echo_testing_string" = "X$echo_test_string"; then      # This shell has a builtin print -r that does the trick.      echo='print -r'    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&	 test "X$CONFIG_SHELL" != X/bin/ksh; then      # If we have ksh, try running configure again with it.      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}      export ORIGINAL_CONFIG_SHELL      CONFIG_SHELL=/bin/ksh      export CONFIG_SHELL      exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}    else      # Try using printf.      echo='printf %s\n'      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&	 test "X$echo_testing_string" = "X$echo_test_string"; then	# Cool, printf works	:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&	   test "X$echo_testing_string" = 'X\t' &&	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&	   test "X$echo_testing_string" = "X$echo_test_string"; then	CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL	export CONFIG_SHELL	SHELL="$CONFIG_SHELL"	export SHELL	echo="$CONFIG_SHELL $0 --fallback-echo"      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&	   test "X$echo_testing_string" = 'X\t' &&	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&	   test "X$echo_testing_string" = "X$echo_test_string"; then	echo="$CONFIG_SHELL $0 --fallback-echo"      else	# maybe with a smaller string...	prev=:	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null	  then	    break	  fi	  prev="$cmd"	done	if test "$prev" != 'sed 50q "$0"'; then	  echo_test_string=`eval $prev`	  export echo_test_string	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}	else	  # Oops.  We lost completely, so just stick with echo.	  echo=echo	fi      fi    fi  fififi# Copy echo and quote the copy suitably for passing to libtool from# the Makefile, instead of quoting the original, which is used later.ECHO=$echoif test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then   ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"fiac_help="$ac_help  --disable-libtool-lock  avoid locking (might break parallel builds)"ac_help="$ac_help  --with-pic              try to use only PIC/non-PIC objects [default=use both]"ac_help="$ac_help  --enable-shared[=PKGS]  build shared libraries [default=yes]"# Initialize some variables set by options.# The variables have the same names as the options, with# dashes changed to underlines.build=NONEcache_file=./config.cacheexec_prefix=NONEhost=NONEno_create=nonopt=NONEno_recursion=prefix=NONEprogram_prefix=NONEprogram_suffix=NONEprogram_transform_name=s,x,x,silent=site=srcdir=target=NONEverbose=x_includes=NONEx_libraries=NONEbindir='${exec_prefix}/bin'sbindir='${exec_prefix}/sbin'libexecdir='${exec_prefix}/libexec'datadir='${prefix}/share'sysconfdir='${prefix}/etc'sharedstatedir='${prefix}/com'localstatedir='${prefix}/var'libdir='${exec_prefix}/lib'includedir='${prefix}/include'oldincludedir='/usr/include'infodir='${prefix}/info'mandir='${prefix}/man'# Initialize some other variables.subdirs=MFLAGS= MAKEFLAGS=SHELL=${CONFIG_SHELL-/bin/sh}# Maximum number of lines to put in a shell here document.ac_max_here_lines=12ac_prev=for ac_optiondo  # If the previous option needs an argument, assign it.  if test -n "$ac_prev"; then    eval "$ac_prev=\$ac_option"    ac_prev=    continue  fi  case "$ac_option" in  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;  *) ac_optarg= ;;  esac  # Accept the important Cygnus configure options, so we can diagnose typos.  case "$ac_option" in  -bindir | --bindir | --bindi | --bind | --bin | --bi)    ac_prev=bindir ;;  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)    bindir="$ac_optarg" ;;  -build | --build | --buil | --bui | --bu)    ac_prev=build ;;  -build=* | --build=* | --buil=* | --bui=* | --bu=*)    build="$ac_optarg" ;;  -cache-file | --cache-file | --cache-fil | --cache-fi \  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)    ac_prev=cache_file ;;  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)    cache_file="$ac_optarg" ;;  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)    ac_prev=datadir ;;  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \  | --da=*)    datadir="$ac_optarg" ;;  -disable-* | --disable-*)    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`    # Reject names that are not valid shell variable names.    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }    fi    ac_feature=`echo $ac_feature| sed 's/-/_/g'`    eval "enable_${ac_feature}=no" ;;  -enable-* | --enable-*)    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`    # Reject names that are not valid shell variable names.    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }    fi    ac_feature=`echo $ac_feature| sed 's/-/_/g'`    case "$ac_option" in      *=*) ;;      *) ac_optarg=yes ;;    esac    eval "enable_${ac_feature}='$ac_optarg'" ;;  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \  | --exec | --exe | --ex)    ac_prev=exec_prefix ;;  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \  | --exec=* | --exe=* | --ex=*)    exec_prefix="$ac_optarg" ;;  -gas | --gas | --ga | --g)    # Obsolete; use --with-gas.    with_gas=yes ;;  -help | --help | --hel | --he)    # Omit some internal or obsolete options to make the list less imposing.    # This message is too long to be a string in the A/UX 3.1 sh.    cat << EOFUsage: configure [options] [host]Options: [defaults in brackets after descriptions]Configuration:  --cache-file=FILE       cache test results in FILE  --help                  print this message  --no-create             do not create output files  --quiet, --silent       do not print \`checking...' messages  --version               print the version of autoconf that created configureDirectory and file names:  --prefix=PREFIX         install architecture-independent files in PREFIX                          [$ac_default_prefix]  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX                          [same as prefix]  --bindir=DIR            user executables in DIR [EPREFIX/bin]  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]  --datadir=DIR           read-only architecture-independent data in DIR                          [PREFIX/share]  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]  --sharedstatedir=DIR    modifiable architecture-independent data in DIR                          [PREFIX/com]  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]  --includedir=DIR        C header files in DIR [PREFIX/include]  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]  --infodir=DIR           info documentation in DIR [PREFIX/info]  --mandir=DIR            man documentation in DIR [PREFIX/man]  --srcdir=DIR            find the sources in DIR [configure dir or ..]  --program-prefix=PREFIX prepend PREFIX to installed program names  --program-suffix=SUFFIX append SUFFIX to installed program names  --program-transform-name=PROGRAM                          run sed PROGRAM on installed program namesEOF    cat << EOFHost type:  --build=BUILD           configure for building on BUILD [BUILD=HOST]  --host=HOST             configure for HOST [guessed]  --target=TARGET         configure for TARGET [TARGET=HOST]Features and packages:  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)  --x-includes=DIR        X include files are in DIR  --x-libraries=DIR       X library files are in DIREOF    if test -n "$ac_help"; then      echo "--enable and --with options recognized:$ac_help"    fi    exit 0 ;;  -host | --host | --hos | --ho)    ac_prev=host ;;  -host=* | --host=* | --hos=* | --ho=*)    host="$ac_optarg" ;;  -includedir | --includedir | --includedi | --included | --include \  | --includ | --inclu | --incl | --inc)    ac_prev=includedir ;;  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \  | --includ=* | --inclu=* | --incl=* | --inc=*)    includedir="$ac_optarg" ;;  -infodir | --infodir | --infodi | --infod | --info | --inf)    ac_prev=infodir ;;  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)    infodir="$ac_optarg" ;;  -libdir | --libdir | --libdi | --libd)    ac_prev=libdir ;;  -libdir=* | --libdir=* | --libdi=* | --libd=*)    libdir="$ac_optarg" ;;  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \  | --libexe | --libex | --libe)    ac_prev=libexecdir ;;  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \  | --libexe=* | --libex=* | --libe=*)    libexecdir="$ac_optarg" ;;  -localstatedir | --localstatedir | --localstatedi | --localstated \  | --localstate | --localstat | --localsta | --localst \  | --locals | --local | --loca | --loc | --lo)    ac_prev=localstatedir ;;  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \  | --localstate=* | --localstat=* | --localsta=* | --localst=* \  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)    localstatedir="$ac_optarg" ;;  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)    ac_prev=mandir ;;  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)    mandir="$ac_optarg" ;;  -nfp | --nfp | --nf)    # Obsolete; use --without-fp.    with_fp=no ;;  -no-create | --no-create | --no-creat | --no-crea | --no-cre \  | --no-cr | --no-c)    no_create=yes ;;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产日韩欧美激情| 国产在线一区二区综合免费视频| 日韩一区二区三区视频| 91丨九色丨蝌蚪富婆spa| 国产成人精品一区二| 激情国产一区二区| 色综合天天在线| 欧美自拍偷拍一区| 欧美日韩亚洲综合一区 | 国产一二三精品| 精品亚洲成av人在线观看| 国内精品久久久久影院一蜜桃| 色悠悠久久综合| 欧美麻豆精品久久久久久| 7777精品伊人久久久大香线蕉经典版下载 | a美女胸又www黄视频久久| 国产黄色精品视频| 制服.丝袜.亚洲.中文.综合| 亚洲黄网站在线观看| 综合电影一区二区三区 | 国产精品入口麻豆九色| 中文一区一区三区高中清不卡| 国产精品二区一区二区aⅴ污介绍| 中文字幕在线视频一区| 国产精品久久久久影院色老大| 麻豆成人综合网| 国产成人在线看| 久久综合狠狠综合久久激情| 国产精品久久久久永久免费观看| 激情久久久久久久久久久久久久久久| 欧美日韩黄色影视| 国产三级精品三级在线专区| 国内精品在线播放| 欧美第一区第二区| 亚洲女同女同女同女同女同69| 视频一区中文字幕国产| 国内精品久久久久影院一蜜桃| 日韩一本二本av| 青草国产精品久久久久久| 丁香六月久久综合狠狠色| 波多野结衣中文字幕一区二区三区| 91一区一区三区| 亚洲欧美偷拍三级| 91黄色小视频| 欧美激情综合五月色丁香小说| 国产伦精品一区二区三区视频青涩| 日韩欧美在线不卡| 国产一区二区伦理| 日本一区二区三区电影| 成人午夜av电影| 亚洲精品国产高清久久伦理二区| 91麻豆免费在线观看| 亚洲成人一二三| 东方aⅴ免费观看久久av| 欧美裸体bbwbbwbbw| 人人爽香蕉精品| 国产色婷婷亚洲99精品小说| 美国三级日本三级久久99| 日韩一级完整毛片| 国产精品一区二区男女羞羞无遮挡| 欧美人体做爰大胆视频| 久久精品国产亚洲高清剧情介绍| 在线看日韩精品电影| 午夜精品福利一区二区三区av | 精久久久久久久久久久| 国产日韩欧美制服另类| 91在线精品一区二区三区| 久久久亚洲午夜电影| 日本视频在线一区| 欧美日韩一区二区三区在线看| 日本在线播放一区二区三区| 久久免费看少妇高潮| 在线影视一区二区三区| 精品一区二区三区影院在线午夜| 中文字幕国产一区| 欧美卡1卡2卡| www.亚洲精品| 蜜桃久久av一区| 亚洲免费在线播放| 精品国产一区二区亚洲人成毛片| 亚洲欧美国产毛片在线| 精品卡一卡二卡三卡四在线| 青青草原综合久久大伊人精品优势 | 亚洲综合999| 成人一区在线观看| 午夜精彩视频在线观看不卡| 久久精品一区蜜桃臀影院| 欧美亚洲国产一区二区三区| 亚洲天堂网中文字| 日韩欧美高清一区| 在线观看欧美黄色| 大白屁股一区二区视频| 免费高清视频精品| 亚洲精品国产高清久久伦理二区| 2欧美一区二区三区在线观看视频 337p粉嫩大胆噜噜噜噜噜91av | 国产欧美精品一区二区色综合| 欧美日韩国产综合草草| 99久久伊人精品| 国产福利一区在线观看| 免费人成在线不卡| 亚洲一线二线三线视频| 中文字幕一区av| xvideos.蜜桃一区二区| 欧美一区二区日韩| 国内精品伊人久久久久av一坑| 亚洲五码中文字幕| 精品噜噜噜噜久久久久久久久试看| 欧美艳星brazzers| 91精品办公室少妇高潮对白| 91极品美女在线| 91在线视频免费观看| 9久草视频在线视频精品| 国产一区高清在线| 国产一区91精品张津瑜| 久久超碰97中文字幕| 美女网站一区二区| 蜜臀精品一区二区三区在线观看| 亚洲亚洲人成综合网络| 亚洲免费av在线| 亚洲女人的天堂| 一区二区三区四区不卡在线| 51午夜精品国产| 91精品国模一区二区三区| 欧美精品三级日韩久久| 欧美老女人在线| 日韩欧美成人一区| 精品99久久久久久| 国产亚洲欧美日韩俺去了| 国产欧美一区二区三区网站| 国产日产亚洲精品系列| 国产精品久久久久久一区二区三区 | 精品国产一区二区精华 | 日本高清不卡aⅴ免费网站| 91农村精品一区二区在线| 97国产精品videossex| 91麻豆精品在线观看| 欧美伊人久久久久久久久影院| 欧美性大战久久| 日韩欧美亚洲另类制服综合在线| 日韩一级完整毛片| 国产婷婷一区二区| 亚洲精品免费一二三区| 亚洲成人三级小说| 精品一区二区影视| av在线播放一区二区三区| 欧美在线观看一区二区| 91精品国产综合久久香蕉麻豆| 欧美α欧美αv大片| 国产精品的网站| 午夜精品久久久久久不卡8050| 黄色精品一二区| 972aa.com艺术欧美| 欧美一区二区观看视频| 国产午夜亚洲精品不卡| 亚洲在线观看免费| 久久99国产精品尤物| 99免费精品视频| 日韩欧美亚洲国产精品字幕久久久| 久久久蜜桃精品| 亚洲成年人影院| 国产精品66部| 欧美精品1区2区3区| 中文字幕精品三区| 肉肉av福利一精品导航| 成人国产精品免费网站| 欧美久久久久久久久久| 欧美激情一区二区三区四区| 日韩专区中文字幕一区二区| 色94色欧美sute亚洲线路二| 欧美一区二区成人6969| 中文字幕一区二区三中文字幕| 日韩电影在线一区二区三区| 懂色av中文一区二区三区| 日韩亚洲欧美一区二区三区| 中文字幕日韩一区二区| 精品中文字幕一区二区小辣椒| 色先锋aa成人| 久久久久久**毛片大全| 亚洲一区中文日韩| 成人免费视频国产在线观看| 欧美一区二区三区婷婷月色| 亚洲欧美激情视频在线观看一区二区三区| 狠狠色狠狠色合久久伊人| 欧美精品日日鲁夜夜添| 亚洲精品国产高清久久伦理二区| 国产精品一区二区无线| 欧美一区欧美二区| 亚洲一区二区三区在线看| 大胆欧美人体老妇| 久久久国产午夜精品| 六月丁香婷婷久久| 在线成人av网站| 亚洲与欧洲av电影| 色诱视频网站一区| 亚洲欧美成人一区二区三区| 国产福利一区二区三区视频| 日韩亚洲国产中文字幕欧美| 日韩中文字幕1| 3d成人动漫网站| 日本不卡123|