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

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

?? configure

?? 語音Email/語音Modem程序包
??
?? 第 1 頁 / 共 4 頁
字號:
#! /bin/sh# Guess values for system-dependent variables and create Makefiles.# Generated automatically using autoconf version 2.12 # 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  --with-dbase=DATABASE 	specify the database used "ac_help="$ac_help  --with-modem-type=TYPE 	specify the modem type used (std, isdn, sport) "ac_help="$ac_help  --with-toast-path=DATABASE 	specify the database used "ac_help="$ac_help  --with-region=TYPE 	specify the regional settings to use (usa, isdn) "ac_help="$ac_help  --with-dbase-password=TYPE 	specify the database PASSWORD to use "ac_help="$ac_help  --with-dbase-user=USER 	specify the database USER to use "ac_help="$ac_help  --with-modem=DEVICE	 specify the modem device "ac_help="$ac_help  --with-modem-reset=STRING	 specify the modem reset string "ac_help="$ac_help  --with-modem-init=STRING	 specify the caller ID init string "# 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=# 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.12"    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; }    ;;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲欧美日韩成人高清在线一区| 亚洲精品福利视频网站| 国产精品久久久久影院色老大 | 亚洲六月丁香色婷婷综合久久| 午夜a成v人精品| www.欧美.com| 26uuu久久综合| 日韩电影免费一区| 色综合久久久久久久久久久| 精品久久久久久久久久久久久久久久久| 中文字幕亚洲一区二区va在线| 久久国产精品99久久人人澡| 在线观看视频一区二区欧美日韩| 久久久精品中文字幕麻豆发布| 午夜日韩在线观看| 欧美三级资源在线| 成人欧美一区二区三区在线播放| 九九热在线视频观看这里只有精品| 欧美私人免费视频| 亚洲男人的天堂在线aⅴ视频| 国产东北露脸精品视频| 日韩精品在线看片z| 日韩精品欧美精品| 欧美日韩中文字幕精品| 亚洲丝袜精品丝袜在线| 成人美女在线观看| 欧美国产日韩亚洲一区| 国产高清精品久久久久| 久久久噜噜噜久久人人看| 久99久精品视频免费观看| 欧美一区二区三区啪啪| 日本特黄久久久高潮| 欧美丰满美乳xxx高潮www| 亚洲成av人片在线| 7878成人国产在线观看| 天堂蜜桃一区二区三区| 91精品国产一区二区三区 | 亚洲成人精品在线观看| 91福利精品视频| 亚洲最新在线观看| 在线观看亚洲专区| 天天色图综合网| 日韩欧美一区在线观看| 免费的国产精品| 久久一区二区三区国产精品| 国产在线不卡视频| 国产精品伦理一区二区| 色综合天天综合网天天狠天天| 亚洲天堂a在线| 欧美日韩卡一卡二| 韩国中文字幕2020精品| 国产精品丝袜黑色高跟| 色婷婷久久久亚洲一区二区三区| 亚洲精品水蜜桃| 欧美精品一二三四| 国产在线精品视频| 亚洲视频一区二区免费在线观看| 在线亚洲免费视频| 蜜臀av一区二区在线免费观看 | 日本一不卡视频| 26uuu精品一区二区在线观看| 国产一区999| 亚洲麻豆国产自偷在线| 在线成人免费观看| 国产成人自拍在线| 亚洲福中文字幕伊人影院| 日韩丝袜情趣美女图片| 成人夜色视频网站在线观看| 亚洲精品免费一二三区| 日韩午夜精品视频| 91丨国产丨九色丨pron| 蜜桃久久精品一区二区| 国产精品不卡一区二区三区| 欧美色大人视频| 国产高清亚洲一区| 午夜精品123| 国产精品三级av在线播放| 欧美三级电影一区| 大尺度一区二区| 人人超碰91尤物精品国产| 国产精品天干天干在观线| 欧美疯狂做受xxxx富婆| 成人av免费在线| 免费av成人在线| 一区二区国产视频| 国产视频一区二区在线| 91精品国产高清一区二区三区| 成人三级在线视频| 精品写真视频在线观看| 亚洲综合久久久| 国产精品国产a级| 337p粉嫩大胆色噜噜噜噜亚洲 | 一区二区三区免费观看| 久久久噜噜噜久久中文字幕色伊伊 | 午夜视频在线观看一区二区三区| 国产日韩欧美在线一区| 欧美嫩在线观看| 91精品91久久久中77777| 国产激情一区二区三区桃花岛亚洲| 亚洲成人精品一区| 一区二区三区蜜桃| 亚洲视频免费在线| 国产精品久久久久久久久晋中| 欧美变态凌虐bdsm| 欧美一级二级三级蜜桃| 欧美性视频一区二区三区| 99久久久免费精品国产一区二区| 国产精品自拍一区| 国产美女精品一区二区三区| 日日嗨av一区二区三区四区| 亚洲国产美女搞黄色| 亚洲一二三四久久| 亚洲最新视频在线播放| 亚洲自拍另类综合| 亚洲最大的成人av| 一区二区免费看| 亚洲国产综合色| 婷婷六月综合亚洲| 日韩高清电影一区| 久久精品国产精品亚洲综合| 蜜桃传媒麻豆第一区在线观看| 日韩电影在线一区二区| 日本va欧美va瓶| 韩国女主播一区二区三区| 国内精品第一页| 风间由美一区二区av101| 国产91精品一区二区麻豆网站| 国产精品99久久不卡二区| 国产乱码一区二区三区| 国产精品99久久久久久有的能看| 国产成人亚洲精品青草天美| 国产盗摄精品一区二区三区在线| 国产成人av电影在线| av电影天堂一区二区在线| 91蜜桃在线免费视频| 欧美日韩精品一区二区三区四区 | 日韩欧美国产系列| 国产视频一区二区在线观看| 国产精品国产三级国产普通话99| 一区二区三区中文字幕| 日韩黄色小视频| 国产99精品视频| 日本精品视频一区二区| 日韩视频免费观看高清完整版在线观看 | 国产91丝袜在线观看| av不卡一区二区三区| 欧美日韩午夜精品| 久久久欧美精品sm网站| 亚洲精品伦理在线| 九色综合狠狠综合久久| 91亚洲国产成人精品一区二区三| 欧美日韩一二区| 久久精品视频在线看| 亚洲综合视频在线| 久久se精品一区精品二区| 91在线小视频| 欧美成人a∨高清免费观看| 亚洲视频香蕉人妖| 久久99国产精品免费网站| 色综合天天在线| 久久亚洲综合色| 亚洲无人区一区| 国产99一区视频免费| 欧美一区二区三区视频免费| 国产精品对白交换视频| 蜜桃在线一区二区三区| 91论坛在线播放| 久久久久久久久久久电影| 五月激情综合网| 色综合久久久久综合体桃花网| 久久综合99re88久久爱| 亚洲v中文字幕| 91视视频在线观看入口直接观看www | 欧美mv日韩mv| 亚洲午夜免费福利视频| 成人夜色视频网站在线观看| 欧美一级高清片| 亚洲成人免费在线| 一本大道久久a久久精二百| 久久婷婷综合激情| 老司机精品视频线观看86| 欧美亚洲一区二区三区四区| 国产精品乱码一区二区三区软件 | 国产精品伊人色| 欧美一级高清片| 五月激情综合色| 欧美性感一区二区三区| 亚洲日本丝袜连裤袜办公室| 粉嫩一区二区三区性色av| 欧美精品一区二区三区视频| 日韩黄色免费电影| 91精品福利在线一区二区三区| 亚洲一区二区三区四区在线免费观看 | 亚洲小说欧美激情另类| 色综合久久六月婷婷中文字幕| 国产清纯白嫩初高生在线观看91 | 久久综合九色欧美综合狠狠| 麻豆精品一区二区av白丝在线| 欧美精品在线一区二区| 亚洲一二三四在线观看|