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

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

?? configure

?? 解加密的zip文件的密碼的程序
??
?? 第 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:# 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 ;;  -no-recursion | --no-recursion | --no-recursio | --no-recursi \  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)    no_recursion=yes ;;  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \  | --oldin | --oldi | --old | --ol | --o)    ac_prev=oldincludedir ;;  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)    oldincludedir="$ac_optarg" ;;  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)    ac_prev=prefix ;;  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)    prefix="$ac_optarg" ;;  -program-prefix | --program-prefix | --program-prefi | --program-pref \  | --program-pre | --program-pr | --program-p)    ac_prev=program_prefix ;;  -program-prefix=* | --program-prefix=* | --program-prefi=* \  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)    program_prefix="$ac_optarg" ;;  -program-suffix | --program-suffix | --program-suffi | --program-suff \  | --program-suf | --program-su | --program-s)    ac_prev=program_suffix ;;  -program-suffix=* | --program-suffix=* | --program-suffi=* \  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)    program_suffix="$ac_optarg" ;;  -program-transform-name | --program-transform-name \  | --program-transform-nam | --program-transform-na \  | --program-transform-n | --program-transform- \  | --program-transform | --program-transfor \  | --program-transfo | --program-transf \  | --program-trans | --program-tran \  | --progr-tra | --program-tr | --program-t)    ac_prev=program_transform_name ;;  -program-transform-name=* | --program-transform-name=* \  | --program-transform-nam=* | --program-transform-na=* \  | --program-transform-n=* | --program-transform-=* \  | --program-transform=* | --program-transfor=* \  | --program-transfo=* | --program-transf=* \  | --program-trans=* | --program-tran=* \  | --progr-tra=* | --program-tr=* | --program-t=*)    program_transform_name="$ac_optarg" ;;  -q | -quiet | --quiet | --quie | --qui | --qu | --q \  | -silent | --silent | --silen | --sile | --sil)    silent=yes ;;  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)    ac_prev=sbindir ;;  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \  | --sbi=* | --sb=*)    sbindir="$ac_optarg" ;;  -sharedstatedir | --sharedstatedir | --sharedstatedi \  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \  | --sharedst | --shareds | --shared | --share | --shar \  | --sha | --sh)    ac_prev=sharedstatedir ;;  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \  | --sha=* | --sh=*)    sharedstatedir="$ac_optarg" ;;  -site | --site | --sit)    ac_prev=site ;;  -site=* | --site=* | --sit=*)    site="$ac_optarg" ;;  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)    ac_prev=srcdir ;;  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)    srcdir="$ac_optarg" ;;  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \  | --syscon | --sysco | --sysc | --sys | --sy)    ac_prev=sysconfdir ;;  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)    sysconfdir="$ac_optarg" ;;  -target | --target | --targe | --targ | --tar | --ta | --t)    ac_prev=target ;;  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)    target="$ac_optarg" ;;  -v | -verbose | --verbose | --verbos | --verbo | --verb)    verbose=yes ;;  -version | --version | --versio | --versi | --vers)    echo "configure generated by autoconf version 2.13"    exit 0 ;;  -with-* | --with-*)    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`    # Reject names that are not valid shell variable names.    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }    fi    ac_package=`echo $ac_package| sed 's/-/_/g'`    case "$ac_option" in      *=*) ;;      *) ac_optarg=yes ;;    esac    eval "with_${ac_package}='$ac_optarg'" ;;  -without-* | --without-*)    ac_package=`echo $ac_option|sed -e 's/-*without-//'`    # Reject names that are not valid shell variable names.    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }    fi    ac_package=`echo $ac_package| sed 's/-/_/g'`    eval "with_${ac_package}=no" ;;  --x)    # Obsolete; use --with-x.    with_x=yes ;;  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \  | --x-incl | --x-inc | --x-in | --x-i)    ac_prev=x_includes ;;  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)    x_includes="$ac_optarg" ;;  -x-libraries | --x-libraries | --x-librarie | --x-librari \  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)    ac_prev=x_libraries ;;  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)    x_libraries="$ac_optarg" ;;  -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }    ;;  *)    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then      echo "configure: warning: $ac_option: invalid host type" 1>&2    fi    if test "x$nonopt" != xNONE; then      { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }    fi    nonopt="$ac_option"    ;;  esacdoneif test -n "$ac_prev"; then  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }fitrap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15# File descriptor usage:# 0 standard input# 1 file creation# 2 errors and warnings# 3 some systems may open it to /dev/tty# 4 used on the Kubota Titan# 6 checking for... messages and results# 5 compiler messages saved in config.log

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲欧洲韩国日本视频| 2020国产精品自拍| 国产suv精品一区二区三区| 日韩不卡在线观看日韩不卡视频| 亚洲精品久久久蜜桃| 国产日韩欧美麻豆| 日本一区二区三区在线观看| 久久综合色一综合色88| 久久久久久久久久久久久女国产乱 | 美女被吸乳得到大胸91| 一区二区高清在线| 婷婷成人激情在线网| 午夜精品一区二区三区电影天堂| 午夜视频一区二区| 免费久久精品视频| 久久99国产精品麻豆| 国产精品一区二区三区四区| 国产乱码精品一区二区三区忘忧草 | 久久国产三级精品| 国产福利视频一区二区三区| 国产成人精品免费在线| 91在线无精精品入口| 欧美视频中文字幕| 欧美草草影院在线视频| 精品国产91乱码一区二区三区| 国产亚洲一二三区| 亚洲欧洲在线观看av| 亚洲国产精品麻豆| 久久精品国内一区二区三区| 国产精品亚洲第一 | 一区二区三区在线播放| 首页国产欧美日韩丝袜| 国产精品一区一区三区| 欧美综合色免费| 精品理论电影在线| 亚洲欧洲一区二区在线播放| 日韩不卡免费视频| 欧美亚洲综合色| 日韩欧美一区二区不卡| 欧美激情一区二区三区全黄| 亚洲国产精品一区二区久久| 国产精品一线二线三线| 欧美日韩三级视频| 国产精品美日韩| 热久久国产精品| 91免费在线看| www激情久久| 亚洲va天堂va国产va久| 成人夜色视频网站在线观看| 欧美一二三四在线| 国产精品成人一区二区艾草 | 亚洲国产精品人人做人人爽| 一区二区三区四区视频精品免费| 久久综合九色欧美综合狠狠| 五月天欧美精品| 日韩一区二区免费高清| 国产精品中文欧美| 亚洲精品国产精华液| 欧美日韩精品免费观看视频 | 在线观看一区二区视频| 五月综合激情网| 精品久久久网站| 99热精品国产| 秋霞av亚洲一区二区三| 日本一区免费视频| 欧美特级限制片免费在线观看| 五月天亚洲婷婷| 日本一区二区视频在线观看| 日本丶国产丶欧美色综合| 免费av成人在线| 亚洲欧洲精品一区二区三区不卡| 欧美欧美欧美欧美| 国产精品1区2区3区在线观看| 一区二区在线观看免费视频播放| 日韩一级片网站| 99久久国产综合精品色伊| 日韩av中文在线观看| 欧美国产日韩在线观看| 欧美日韩一区二区三区在线看| 国产综合色视频| 亚洲不卡一区二区三区| 国产欧美日产一区| 欧美高清性hdvideosex| 波波电影院一区二区三区| 日产欧产美韩系列久久99| **欧美大码日韩| 精品理论电影在线| 欧美喷潮久久久xxxxx| 欧美白人最猛性xxxxx69交| 91论坛在线播放| 国产伦精品一区二区三区免费| 亚洲成a人片综合在线| 综合色天天鬼久久鬼色| 精品日产卡一卡二卡麻豆| 欧美亚洲一区二区在线| 成人av网址在线观看| 国产一区二区调教| 亚洲va韩国va欧美va精品| 中文字幕在线一区二区三区| 久久久久久久免费视频了| 欧美放荡的少妇| 91浏览器入口在线观看| 国产 日韩 欧美大片| 狠狠色丁香婷综合久久| 天堂成人国产精品一区| 亚洲伦在线观看| 国产精品二三区| 中文av一区特黄| 国产亚洲欧洲997久久综合 | 日本高清视频一区二区| 99久久精品国产一区二区三区 | 91精品国产日韩91久久久久久| 久久综合色天天久久综合图片| 欧美欧美午夜aⅴ在线观看| 91国偷自产一区二区使用方法| 99久久久精品| 成人av一区二区三区| www.亚洲色图.com| 丁香桃色午夜亚洲一区二区三区| 国产麻豆一精品一av一免费| 韩国三级电影一区二区| 国产伦精一区二区三区| 国产伦精品一区二区三区视频青涩| 国产一区二区精品久久99| 国产又粗又猛又爽又黄91精品| 国内精品第一页| 国产黄人亚洲片| av不卡免费在线观看| 色先锋资源久久综合| 色偷偷88欧美精品久久久| 欧美亚洲日本国产| 欧美午夜精品理论片a级按摩| 欧美挠脚心视频网站| 欧美r级在线观看| 亚洲国产精品精华液2区45| 日本一区二区三区免费乱视频| 中文字幕在线观看不卡视频| 亚洲精品国产成人久久av盗摄 | 成人激情文学综合网| 成人午夜视频在线| 一本大道久久精品懂色aⅴ| 欧美日韩午夜在线| 欧美一级午夜免费电影| 国产午夜亚洲精品理论片色戒| 中文字幕一区二区三区色视频| 一个色妞综合视频在线观看| 视频一区二区中文字幕| 国模冰冰炮一区二区| 99视频精品全部免费在线| 欧美日韩中文字幕一区二区| 精品免费视频.| 亚洲天堂2016| 91久久奴性调教| 日韩精品专区在线影院重磅| 中文av一区二区| 日韩高清中文字幕一区| 国产成人免费视频网站| 在线观看欧美日本| 久久久久久久久久电影| 亚洲资源在线观看| 国产一区二区三区在线观看免费| av色综合久久天堂av综合| 日韩亚洲欧美一区| ㊣最新国产の精品bt伙计久久| 日韩av电影免费观看高清完整版| 国产成人av在线影院| 欧美挠脚心视频网站| 亚洲欧洲精品一区二区三区| 蜜桃一区二区三区在线| 91国产免费观看| 国产午夜精品福利| 奇米色一区二区三区四区| 91视频com| 国产欧美日韩一区二区三区在线观看| 午夜精品久久久久久久99樱桃| 99久久国产综合色|国产精品| 久久久青草青青国产亚洲免观| 亚洲一区二区三区自拍| 国产91露脸合集magnet| 91精品国产91综合久久蜜臀| 亚洲男同性恋视频| 成年人网站91| 久久久综合视频| 免费不卡在线观看| 欧美乱熟臀69xxxxxx| 亚洲日韩欧美一区二区在线| 国产精品1区2区| 精品久久一二三区| 蜜臀精品久久久久久蜜臀| 欧美日韩中文一区| 亚洲与欧洲av电影| 在线观看日韩电影| 亚洲精品免费电影| 91网站视频在线观看| 国产日产精品1区| 国产福利不卡视频| 国产丝袜在线精品| 国产精品一区二区黑丝| 久久久777精品电影网影网| 激情偷乱视频一区二区三区|