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

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

?? configure

?? liburl是一個小的C++庫
??
?? 第 1 頁 / 共 3 頁
字號:
#! /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_default_prefix=/usr/local# 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

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一本到不卡免费一区二区| 欧美不卡视频一区| 3atv一区二区三区| 国产精品女主播av| 精品午夜久久福利影院| 在线观看一区二区视频| 国产欧美日韩另类视频免费观看| 天堂一区二区在线| 91蜜桃婷婷狠狠久久综合9色| 久久尤物电影视频在线观看| 同产精品九九九| 在线观看日韩av先锋影音电影院| 国产无遮挡一区二区三区毛片日本| 视频一区中文字幕国产| 欧美午夜精品电影| 亚洲一区在线观看网站| 91丨九色丨国产丨porny| 国产精品三级视频| 国产99久久久久| 久久嫩草精品久久久久| 精品亚洲免费视频| 欧美精品一区二区三区蜜臀| 男女男精品网站| 精品入口麻豆88视频| 亚洲图片欧美视频| 欧美性色欧美a在线播放| 国产精品美女一区二区| 成人av资源站| 亚洲欧美中日韩| 91麻豆swag| 一区二区三区蜜桃网| 色国产精品一区在线观看| 亚洲特级片在线| 日本二三区不卡| 一区二区三区日韩精品视频| 一本久久a久久精品亚洲 | 成人av网站大全| 亚洲国产岛国毛片在线| 粉嫩av一区二区三区在线播放| 久久久噜噜噜久噜久久综合| 国产精品99久久久久久宅男| 久久色.com| 成人高清视频在线| 亚洲视频在线观看三级| 91九色02白丝porn| 亚洲国产毛片aaaaa无费看| 911精品国产一区二区在线| 免费成人在线播放| 国产亚洲综合在线| 成年人午夜久久久| 亚洲香蕉伊在人在线观| 欧美二区三区的天堂| 激情国产一区二区| 国产精品久久久久久久久免费丝袜 | 中文字幕亚洲视频| 日本精品一级二级| 蜜臀av一区二区在线观看| 久久九九影视网| 91色porny| 蜜桃视频在线观看一区| 国产精品热久久久久夜色精品三区| 色综合色狠狠天天综合色| 视频一区欧美日韩| 中文乱码免费一区二区| 欧美三级日韩三级| 国产精品一卡二| 一区二区三区四区国产精品| 日韩欧美在线1卡| 不卡高清视频专区| 日本va欧美va精品发布| 中文字幕久久午夜不卡| 欧美久久久久久蜜桃| 99精品国产99久久久久久白柏| 亚洲精品日日夜夜| 精品国产免费人成电影在线观看四季 | 日韩一区和二区| proumb性欧美在线观看| 久久精品国内一区二区三区| 国产精品免费免费| 日韩精品一区二区三区视频在线观看| 国产suv精品一区二区883| 丝袜a∨在线一区二区三区不卡 | 欧美日韩电影在线| 成人激情免费电影网址| 美女尤物国产一区| 伊人开心综合网| 中文字幕久久午夜不卡| 日韩欧美精品在线视频| 欧美午夜理伦三级在线观看| 国产精品1区2区3区| 奇米综合一区二区三区精品视频| 中文字幕在线观看一区| 久久久精品一品道一区| 欧美精品久久99| 欧美综合一区二区三区| www.欧美日韩| 成人动漫精品一区二区| 国产在线精品一区二区不卡了 | 欧美国产精品中文字幕| 日韩欧美一级精品久久| 欧美丝袜丝交足nylons| 91在线国产福利| 成人高清免费观看| 国产成人亚洲综合a∨猫咪| 久久激情综合网| 免费亚洲电影在线| 日韩二区三区四区| 石原莉奈在线亚洲二区| 视频一区国产视频| 天天综合色天天综合| 偷拍一区二区三区| 亚洲国产视频一区二区| 一区二区三区中文字幕在线观看| 亚洲欧美综合另类在线卡通| 中文字幕亚洲成人| 中文字幕佐山爱一区二区免费| 国产精品国产三级国产普通话99| 日本一区二区电影| 国产精品免费观看视频| 中文字幕色av一区二区三区| 国产精品久久久久久久午夜片| 中文字幕第一页久久| 国产精品久久久久影院老司 | 亚洲国产精品久久一线不卡| 亚洲在线观看免费| 蜜桃视频一区二区| 激情文学综合丁香| 国产成人午夜片在线观看高清观看| 久草中文综合在线| 国产成人啪午夜精品网站男同| 国产精品亚洲成人| 97久久精品人人爽人人爽蜜臀| 日本精品一区二区三区高清| 在线精品国精品国产尤物884a| 7777精品伊人久久久大香线蕉完整版| 日韩一区二区三区电影| 26uuu另类欧美亚洲曰本| 久久九九久久九九| 亚洲乱码国产乱码精品精的特点| 亚洲一区二区视频在线| 蜜桃av一区二区三区| 国产成人在线视频网站| 日本韩国一区二区三区视频| 在线不卡一区二区| 国产亚洲欧美一区在线观看| 亚洲女人****多毛耸耸8| 天天影视涩香欲综合网| 国产.欧美.日韩| 欧美色综合久久| 久久奇米777| 亚洲一二三专区| 国产高清久久久| 欧美性大战xxxxx久久久| 久久影院午夜片一区| 亚洲激情图片一区| 国产一区二区三区四区五区美女| 99久久精品免费精品国产| 欧美一卡二卡三卡四卡| 国产精品麻豆一区二区| 日本欧美在线观看| 色综合久久88色综合天天6| 日韩午夜小视频| 一区二区三区在线视频免费| 久久99久久精品| 在线看日本不卡| 亚洲国产精品国自产拍av| 首页亚洲欧美制服丝腿| 不卡的av在线播放| 欧美精品一区二区在线播放| 亚洲国产精品欧美一二99| 成人精品在线视频观看| 欧美一区二区三级| 一区二区三区四区激情| 成人免费视频网站在线观看| 91精品国产综合久久久久久 | 欧美xxxxxxxxx| 亚洲乱码中文字幕| 成人免费毛片片v| 日韩精品一区二区三区在线播放| 亚洲男人天堂一区| 成人深夜视频在线观看| 精品国产伦一区二区三区免费 | 激情久久五月天| 91精品国产综合久久婷婷香蕉| 亚洲激情成人在线| 99精品国产91久久久久久| 中文字幕免费一区| 国产mv日韩mv欧美| 国产日产欧产精品推荐色| 久久国产三级精品| 日韩免费一区二区三区在线播放| 亚洲午夜在线电影| 欧美色精品在线视频| 一区二区三区在线视频免费观看| 91小视频在线| 中文字幕色av一区二区三区| 成人高清视频免费观看| 成人欧美一区二区三区黑人麻豆 | 亚洲最色的网站| 91黄视频在线|