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

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

?? configure

?? 對(duì)SCSI設(shè)備 直接存取的通用庫(kù)
??
?? 第 1 頁(yè) / 共 3 頁(yè)
字號(hào):
  ac_srcdir_defaulted=yes  # Try the directory containing this script, then its parent.  ac_prog=$0  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.  srcdir=$ac_confdir  if test ! -r $srcdir/$ac_unique_file; then    srcdir=..  fielse  ac_srcdir_defaulted=nofiif test ! -r $srcdir/$ac_unique_file; then  if test "$ac_srcdir_defaulted" = yes; then    { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }  else    { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }  fifisrcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`# Prefer explicitly selected file to automatically selected ones.if test -z "$CONFIG_SITE"; then  if test "x$prefix" != xNONE; then    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"  else    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"  fififor ac_site_file in $CONFIG_SITE; do  if test -r "$ac_site_file"; then    echo "loading site script $ac_site_file"    . "$ac_site_file"  fidoneif test -r "$cache_file"; then  echo "loading cache $cache_file"  . $cache_fileelse  echo "creating cache $cache_file"  > $cache_filefiac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossif (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then    ac_n= ac_c='' ac_t='	'  else    ac_n=-n ac_c= ac_t=  fielse  ac_n= ac_c='\c' ac_t=fiac_aux_dir=for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do  if test -f $ac_dir/install-sh; then    ac_aux_dir=$ac_dir    ac_install_sh="$ac_aux_dir/install-sh -c"    break  elif test -f $ac_dir/install.sh; then    ac_aux_dir=$ac_dir    ac_install_sh="$ac_aux_dir/install.sh -c"    break  fidoneif test -z "$ac_aux_dir"; then  { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }fiac_config_guess=$ac_aux_dir/config.guessac_config_sub=$ac_aux_dir/config.subac_configure=$ac_aux_dir/configure # This should be Cygnus configure.# 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# 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:552: 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="${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.      for ac_prog in ginstall installbsd 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.	    # OSF/1 installbsd also uses dspmsg, but is usable.	    :	  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_DATA" && INSTALL_DATA='${INSTALL} -m 644'test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'PACKAGE=libscsicat >> confdefs.h <<EOF#define PACKAGE "$PACKAGE"EOFVERSION=0.3cat >> confdefs.h <<EOF#define VERSION "$VERSION"EOFecho $ac_n "checking whether build environment is sane""... $ac_c" 1>&6echo "configure:618: checking whether build environment is sane" >&5echo timestamp > conftestfile# Do this in a subshell so we don't clobber the current shell's# arguments.  FIXME: maybe try `-L' hack like GETLOADAVG test?if (set X `ls -t $srcdir/configure conftestfile`; test "$2" = conftestfile)then   # Ok.   :else   { echo "configure: error: newly created file is older than distributed files!Check your system clock" 1>&2; exit 1; }firm -f conftest*echo "$ac_t""yes" 1>&6if test "$program_transform_name" = s,x,x,; then  program_transform_name=else  # Double any \ or $.  echo might interpret backslashes.  cat <<\EOF_SED > conftestseds,\\,\\\\,g; s,\$,$$,gEOF_SED  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"  rm -f conftestsedfitest "$program_prefix" != NONE &&  program_transform_name="s,^,${program_prefix},; $program_transform_name"# Use a double $ so make ignores it.test "$program_suffix" != NONE &&  program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"# sed with no file args requires a program.test "$program_transform_name" = "" && program_transform_name="s,x,x,"echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6echo "configure:652: checking whether ${MAKE-make} sets \${MAKE}" >&5set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftestmake <<\EOFall:	@echo 'ac_maketemp="${MAKE}"'EOF# GNU make sometimes prints "make[1]: Entering...", which would confuse us.eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`if test -n "$ac_maketemp"; then  eval ac_cv_prog_make_${ac_make}_set=yeselse  eval ac_cv_prog_make_${ac_make}_set=nofirm -f conftestmakefiif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then  echo "$ac_t""yes" 1>&6  SET_MAKE=else  echo "$ac_t""no" 1>&6  SET_MAKE="MAKE=${MAKE-make}"fi# We want these before the checks, so the checks can modify their values.test -z "$CFLAGS" && CFLAGS=-g auto_cflags=1# Make sure we can run config.sub.if $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:691: checking host system type" >&5host_alias=$hostcase "$host_alias" inNONE)  case $nonopt in  NONE)    if host_alias=`$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=`$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>&6case $host_osin 	amigados*) MAKEINFO_FLAGS="--amiga"		LDFLAGS="$LDFLAGS -noixemul";;esac# Extract the first word of "gcc", so it can be a program name with args.set dummy gcc; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:725: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  if test -n "$CC"; then  ac_cv_prog_CC="$CC" # Let the user override the test.else  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"  for ac_dir in $PATH; do    test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      ac_cv_prog_CC="gcc"      break    fi  done  IFS="$ac_save_ifs"fifiCC="$ac_cv_prog_CC"if test -n "$CC"; then  echo "$ac_t""$CC" 1>&6else  echo "$ac_t""no" 1>&6fiif test -z "$CC"; then  # Extract the first word of "cc", so it can be a program name with args.set dummy cc; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:754: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  if test -n "$CC"; then  ac_cv_prog_CC="$CC" # Let the user override the test.else  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"  ac_prog_rejected=no  for ac_dir in $PATH; do    test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then        ac_prog_rejected=yes	continue      fi      ac_cv_prog_CC="cc"      break    fi  done  IFS="$ac_save_ifs"if test $ac_prog_rejected = yes; then  # We found a bogon in the path, so make sure we never use it.  set dummy $ac_cv_prog_CC  shift  if test $# -gt 0; then    # We chose a different compiler from the bogus one.    # However, it has the same basename, so the bogon will be chosen    # first if we set CC to just the basename; use the full file name.    shift    set dummy "$ac_dir/$ac_word" "$@"    shift    ac_cv_prog_CC="$@"  fifififiCC="$ac_cv_prog_CC"if test -n "$CC"; then  echo "$ac_t""$CC" 1>&6else  echo "$ac_t""no" 1>&6fi  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }fiecho $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6echo "configure:802: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5ac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crosscat > conftest.$ac_ext <<EOF#line 812 "configure"#include "confdefs.h"main(){return(0);}EOFif { (eval echo configure:816: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  ac_cv_prog_cc_works=yes  # If we can't run a trivial program, we are probably using a cross compiler.  if (./conftest; exit) 2>/dev/null; then    ac_cv_prog_cc_cross=no  else    ac_cv_prog_cc_cross=yes  fielse  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  ac_cv_prog_cc_works=nofirm -fr conftest*echo "$ac_t""$ac_cv_prog_cc_works" 1>&6if test $ac_cv_prog_cc_works = no; then  { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }fiecho $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6echo "configure:836: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6cross_compiling=$ac_cv_prog_cc_crossecho $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6echo "configure:841: checking whether we are using GNU C" >&5if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.c <<EOF#ifdef __GNUC__  yes;#endifEOFif { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:850: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then  ac_cv_prog_gcc=yeselse  ac_cv_prog_gcc=nofifiecho "$ac_t""$ac_cv_prog_gcc" 1>&6if test $ac_cv_prog_gcc = yes; then  GCC=yes  ac_test_CFLAGS="${CFLAGS+set}"  ac_save_CFLAGS="$CFLAGS"  CFLAGS=  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6echo "configure:865: checking whether ${CC-cc} accepts -g" >&5if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  echo 'void f(){}' > conftest.cif test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then  ac_cv_prog_cc_g=yeselse  ac_cv_prog_cc_g=nofirm -f conftest*fiecho "$ac_t""$ac_cv_prog_cc_g" 1>&6  if test "$ac_test_CFLAGS" = set; then    CFLAGS="$ac_save_CFLAGS"  elif test $ac_cv_prog_cc_g = yes; then    CFLAGS="-g -O2"  else    CFLAGS="-O2"  fielse  GCC=  test "${CFLAGS+set}" = set || CFLAGS="-g"fi# Extract the first word of "ranlib", so it can be a program name with args.set dummy ranlib; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:896: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  if test -n "$RANLIB"; then  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.else  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"  for ac_dir in $PATH; do    test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      ac_cv_prog_RANLIB="ranlib"      break    fi  done  IFS="$ac_save_ifs"  test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"fi

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚瑟在线精品视频| 国产福利一区二区三区在线视频| 欧美精品一级二级| 国产在线国偷精品免费看| 亚洲欧洲日韩女同| 777亚洲妇女| 成人免费毛片app| 日韩av午夜在线观看| 欧美国产一区二区| 日韩午夜在线播放| 欧美系列日韩一区| 成人高清免费观看| 精品影视av免费| 亚洲高清免费一级二级三级| 国产亚洲成av人在线观看导航| 欧美在线免费观看亚洲| 国产精品69毛片高清亚洲| 午夜伦理一区二区| 中文字幕免费不卡在线| 日韩精品一区二区三区视频播放 | av亚洲精华国产精华精华| 丝袜美腿亚洲色图| 一区二区三区免费观看| 国产欧美日韩一区二区三区在线观看| 欧美人成免费网站| 在线精品观看国产| 99国产精品久| 成人在线综合网| 久久99这里只有精品| 无码av中文一区二区三区桃花岛| 中文字幕一区不卡| 日本一区二区三区四区| 精品免费99久久| 日韩三级伦理片妻子的秘密按摩| 在线观看亚洲成人| 色婷婷久久综合| 91亚洲国产成人精品一区二区三 | 久久国产麻豆精品| 日日骚欧美日韩| 亚洲国产毛片aaaaa无费看| 亚洲另类春色校园小说| 中文字幕中文字幕在线一区| 国产三级精品在线| 国产香蕉久久精品综合网| 久久亚洲精华国产精华液 | 欧美人与z0zoxxxx视频| 欧洲一区二区三区免费视频| 91久久精品一区二区三| 色综合天天在线| 日本韩国视频一区二区| 日本韩国欧美在线| 欧美日本视频在线| 91精品国产全国免费观看| 91精品久久久久久久99蜜桃| 欧美一区二区三区电影| 日韩久久久精品| 2017欧美狠狠色| 国产日韩精品久久久| 国产欧美精品一区二区色综合| 中文字幕的久久| 中文字幕一区二区三区精华液 | 午夜私人影院久久久久| 午夜精品一区二区三区免费视频| 午夜久久久久久久久| 久久99精品一区二区三区| 国内欧美视频一区二区| 国产丶欧美丶日本不卡视频| 丁香六月久久综合狠狠色| 91蜜桃在线免费视频| 欧美日韩一区高清| 精品国产一区二区三区忘忧草| 亚洲精品一区二区三区蜜桃下载| 久久网站热最新地址| 国产日产精品一区| 一区二区在线观看视频| 日韩影院精彩在线| 国内成人免费视频| 91在线看国产| 欧美丰满嫩嫩电影| 国产拍欧美日韩视频二区| 亚洲伦理在线精品| 日韩制服丝袜av| 国产91丝袜在线18| 欧美视频一区在线观看| 欧美不卡一二三| 亚洲人精品午夜| 免费在线观看视频一区| 成人av综合在线| 欧美疯狂做受xxxx富婆| 国产精品欧美久久久久无广告 | 亚洲综合男人的天堂| 奇米四色…亚洲| 99精品热视频| 欧美一级日韩免费不卡| 国产精品日日摸夜夜摸av| 视频精品一区二区| 成人av在线看| 欧美一区二区三区在线看| 国产欧美日韩亚州综合| 亚洲动漫第一页| 丰满岳乱妇一区二区三区| 欧美久久免费观看| 国产精品高潮呻吟久久| 美女尤物国产一区| 色综合激情久久| 国产女主播一区| 免费成人你懂的| 日本精品一区二区三区高清| 久久嫩草精品久久久精品一| 亚洲va天堂va国产va久| 成人动漫一区二区在线| 日韩午夜三级在线| 一级特黄大欧美久久久| 成人手机电影网| 精品1区2区在线观看| 亚洲在线视频一区| 成人一级黄色片| 久久亚洲精品国产精品紫薇| 日韩精品高清不卡| 欧美性videosxxxxx| 国产精品久久午夜夜伦鲁鲁| 激情伊人五月天久久综合| 欧美精选一区二区| 亚洲午夜视频在线| 色播五月激情综合网| 国产精品久久影院| 国产91精品精华液一区二区三区 | 欧美精品一二三四| 亚洲最大成人网4388xx| yourporn久久国产精品| 国产欧美日韩在线看| 国产伦理精品不卡| 精品免费国产二区三区| 久草精品在线观看| 日韩免费高清av| 久久精品国产在热久久| 6080亚洲精品一区二区| 天堂久久久久va久久久久| 欧洲视频一区二区| 亚洲已满18点击进入久久| 在线观看视频一区| 亚洲一本大道在线| 欧美日韩亚洲综合一区二区三区 | 久久青草国产手机看片福利盒子 | 欧美一级淫片007| 美女爽到高潮91| 日韩一区二区精品葵司在线| 日韩精品一二三| 日韩一区二区在线观看| 麻豆精品在线视频| 精品国产凹凸成av人网站| 国模大尺度一区二区三区| 欧美精品一区二区蜜臀亚洲| 国内不卡的二区三区中文字幕 | 国产成人亚洲精品狼色在线| 久久久久国产精品人| 国产成人自拍高清视频在线免费播放| 精品国产免费人成在线观看| 精品在线你懂的| 国产午夜三级一区二区三| 成人精品国产免费网站| 亚洲欧美在线另类| 色屁屁一区二区| 天天综合色天天综合色h| 日韩欧美久久一区| 国产大陆亚洲精品国产| 国产精品色婷婷久久58| 色天天综合久久久久综合片| 日韩成人伦理电影在线观看| 日韩一卡二卡三卡四卡| 国产精品99久久不卡二区| 国产精品成人一区二区三区夜夜夜| 成人伦理片在线| 一区二区三区免费在线观看| 欧美一区二区三区在线电影| 黄色资源网久久资源365| 国产欧美视频一区二区三区| 在线免费观看日本一区| 蜜臀av性久久久久蜜臀aⅴ四虎| 精品国产成人系列| 日本精品视频一区二区三区| 老司机午夜精品| 欧美激情一区三区| 欧美日韩在线直播| 国产一区二区三区在线看麻豆| 中文字幕一区二区三区在线播放| 欧美色倩网站大全免费| 国内精品免费在线观看| 一区二区三区久久久| 精品久久久久久亚洲综合网| 91麻豆国产福利在线观看| 青青草国产精品亚洲专区无| 国产精品网站在线观看| 欧美日韩一区二区三区在线看| 三级在线观看一区二区| 亚洲色图欧洲色图婷婷| 精品久久一二三区| 欧美在线免费观看视频| 丁香天五香天堂综合| 免费在线观看视频一区|