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

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

?? configure

?? ifstat源代碼
??
?? 第 1 頁 / 共 5 頁
字號:
  exec 6>&1fiexec 5>./config.logecho "\This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake." 1>&5# Strip out --no-create and --no-recursion so they do not pile up.# Also quote any args containing shell metacharacters.ac_configure_args=for ac_argdo  case "$ac_arg" in  -no-create | --no-create | --no-creat | --no-crea | --no-cre \  | --no-cr | --no-c) ;;  -no-recursion | --no-recursion | --no-recursio | --no-recursi \  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)  ac_configure_args="$ac_configure_args '$ac_arg'" ;;  *) ac_configure_args="$ac_configure_args $ac_arg" ;;  esacdone# NLS nuisances.# Only set these to C if already set.  These must not be set unconditionally# because not all systems understand e.g. LANG=C (notably SCO).# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!# Non-C LC_CTYPE values break the ctype check.if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fiif test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fiif test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fiif test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi# confdefs.h avoids OS command line length limits that DEFS can exceed.rm -rf conftest* confdefs.h# AIX cpp loses on an empty file, so make sure it contains at least a newline.echo > confdefs.h# A filename unique to this package, relative to the directory that# configure is in, which we can look for to find out if srcdir is correct.ac_unique_file=ifstat.c# Find the source files, if location was not specified.if test -z "$srcdir"; then  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${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossac_exeext=ac_objext=oif (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=fi# Check whether --enable-debug or --disable-debug was given.if test "${enable_debug+set}" = set; then  enableval="$enable_debug"  CFLAGS="$CFLAGS -O2 -Wall -g"CPPFLAGS="$CPPFLAGS -DDEBUG"LDFLAGS="$LDFLAGS"fi# Check whether --enable-optim or --disable-optim was given.if test "${enable_optim+set}" = set; then  enableval="$enable_optim"  if test "x$enable_debug" != "xyes" ; then  CFLAGS="$CFLAGS -O3 -fomit-frame-pointer -g0"  LDFLAGS="$LDFLAGS -s"else  echo "configure: warning: enable-optim and enable-debug are incompatible -- disabling optimizations" 1>&2fifiac_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# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag# 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:605: 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=":"  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.      # Don't use installbsd from OSF since it installs stuff as root      # by default.      for ac_prog in ginstall 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.	    :	  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_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'# 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:660: 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=":"  ac_dummy="$PATH"  for ac_dir in $ac_dummy; 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:690: 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=":"  ac_prog_rejected=no  ac_dummy="$PATH"  for ac_dir in $ac_dummy; 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  if test -z "$CC"; then    case "`uname -s`" in    *win32* | *WIN32*)      # Extract the first word of "cl", so it can be a program name with args.set dummy cl; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:741: 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=":"  ac_dummy="$PATH"  for ac_dir in $ac_dummy; do    test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      ac_cv_prog_CC="cl"      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>&6fi ;;    esac  fi  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:773: 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${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crosscat > conftest.$ac_ext << EOF#line 784 "configure"#include "confdefs.h"main(){return(0);}EOFif { (eval echo configure:789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; 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*ac_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${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossecho "$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:815: 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:820: 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:829: \"$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=yeselse  GCC=fiac_test_CFLAGS="${CFLAGS+set}"ac_save_CFLAGS="$CFLAGS"CFLAGS=echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6echo "configure:848: 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>&6if test "$ac_test_CFLAGS" = set; then  CFLAGS="$ac_save_CFLAGS"elif test $ac_cv_prog_cc_g = yes; then  if test "$GCC" = yes; then    CFLAGS="-g -O2"  else    CFLAGS="-g"  fielse  if test "$GCC" = yes; then    CFLAGS="-O2"  else    CFLAGS=

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一区二区三区在线观看视频| 日韩片之四级片| 国产精品主播直播| 狠狠色丁香婷综合久久| 麻豆精品视频在线观看| 激情小说亚洲一区| 国产98色在线|日韩| 成年人午夜久久久| 91九色最新地址| 91精品在线麻豆| 久久日韩粉嫩一区二区三区| 久久久电影一区二区三区| 中文字幕一区二区三区精华液 | 日韩欧美在线网站| 日韩免费看网站| 久久久久国产精品人| 国产精品白丝在线| 亚洲一区二区三区视频在线播放 | 美腿丝袜亚洲一区| 国产成都精品91一区二区三| 99视频一区二区| 欧美揉bbbbb揉bbbbb| 2020国产精品| 亚洲精品国产成人久久av盗摄| 天天做天天摸天天爽国产一区| 精品无人码麻豆乱码1区2区 | 99视频一区二区| 欧美亚洲国产bt| 精品久久人人做人人爱| 亚洲不卡av一区二区三区| 日韩国产欧美在线播放| 久久电影网电视剧免费观看| 成人综合在线观看| 欧美一区二区三级| 国产蜜臀97一区二区三区| 亚洲国产精品久久人人爱蜜臀| 加勒比av一区二区| 在线观看免费亚洲| 亚洲国产岛国毛片在线| 日韩av二区在线播放| av一区二区三区四区| 精品精品欲导航| 一区二区三区四区精品在线视频| 国模冰冰炮一区二区| 欧美日韩国产综合久久| 亚洲色图视频免费播放| 美女视频黄免费的久久| 色婷婷激情久久| 欧美韩国一区二区| 精品亚洲成a人| 欧美一区二区三区四区久久 | 精品福利一区二区三区| 亚洲韩国精品一区| 色久优优欧美色久优优| 中文幕一区二区三区久久蜜桃| 理论电影国产精品| 欧美一二三区在线| 日韩电影在线观看电影| 在线一区二区观看| 亚洲精品高清在线| 91香蕉国产在线观看软件| 国产精品久久久一区麻豆最新章节| 国产在线精品免费| 久久精品亚洲一区二区三区浴池| 日韩二区三区四区| 欧美一区二区三区喷汁尤物| 婷婷中文字幕一区三区| 欧美日韩小视频| 亚洲v中文字幕| 制服视频三区第一页精品| 亚洲大型综合色站| 欧美日韩国产在线播放网站| 香蕉影视欧美成人| 中文字幕一区二区三区不卡 | 国产无人区一区二区三区| 国模大尺度一区二区三区| 欧美成人a∨高清免费观看| 麻豆91小视频| 久久一区二区三区国产精品| 国产精品99久| 最新国产成人在线观看| 色天天综合色天天久久| 亚洲精品久久久蜜桃| 在线免费不卡视频| 日韩一区精品字幕| 日韩一区二区电影网| 久久精品国产77777蜜臀| 久久久久99精品国产片| 成人精品小蝌蚪| 亚洲制服丝袜一区| 日韩三级中文字幕| 激情亚洲综合在线| 最新高清无码专区| 91.成人天堂一区| 国内精品不卡在线| 亚洲人成影院在线观看| 欧美美女网站色| 国产一区中文字幕| 亚洲三级在线看| 3d动漫精品啪啪| 国产91富婆露脸刺激对白 | 欧美日韩视频在线第一区| 日本亚洲一区二区| 国产精品嫩草影院com| 欧美三级在线视频| 国产精品伊人色| 丁香天五香天堂综合| 亚洲蜜臀av乱码久久精品蜜桃| 欧美高清视频不卡网| 成人午夜免费av| 日韩电影在线一区二区| 中文字幕亚洲一区二区av在线 | 蜜臀久久99精品久久久久宅男| 国产喷白浆一区二区三区| 欧洲一区在线电影| 国产高清不卡一区二区| 亚洲综合999| 中文字幕欧美国产| 制服丝袜激情欧洲亚洲| 97se亚洲国产综合自在线不卡 | 日韩毛片一二三区| 国产夜色精品一区二区av| 欧美男男青年gay1069videost| 岛国一区二区三区| 激情偷乱视频一区二区三区| 亚洲一区在线视频| 日韩美女啊v在线免费观看| 久久综合久久久久88| 欧美高清视频一二三区 | 欧美无乱码久久久免费午夜一区| 看电视剧不卡顿的网站| 国产一区二三区| 日韩精品欧美精品| 亚洲v中文字幕| 一区二区三区四区蜜桃| 亚洲青青青在线视频| 国产精品青草久久| 久久精品人人做人人爽人人| 日韩欧美久久一区| 69久久99精品久久久久婷婷| 欧美日韩一级视频| 欧美视频在线一区| 欧美日韩综合一区| 精品视频色一区| 欧美视频一区二区三区在线观看| 91麻豆swag| 在线视频一区二区三| 色诱亚洲精品久久久久久| 99r国产精品| www.在线欧美| 97se亚洲国产综合自在线不卡 | 麻豆91在线播放免费| 蜜臀av亚洲一区中文字幕| 午夜成人免费视频| 日韩黄色免费网站| 美女视频免费一区| 国产精品系列在线播放| 国产69精品久久久久777| 波多野洁衣一区| 一本到高清视频免费精品| 在线亚洲人成电影网站色www| 91麻豆产精品久久久久久 | 国产一区二区三区免费看| 麻豆精品久久久| 国产盗摄女厕一区二区三区| 高清不卡在线观看av| 色又黄又爽网站www久久| 欧美日韩三级在线| 欧美成人艳星乳罩| 国产精品免费丝袜| 亚洲国产va精品久久久不卡综合| 午夜视频一区二区三区| 韩国女主播一区二区三区| 国产高清无密码一区二区三区| 成人黄色免费短视频| 欧美系列在线观看| 久久久99精品久久| 亚洲综合男人的天堂| 国产一区视频网站| 色婷婷狠狠综合| 久久综合久久综合亚洲| 综合分类小说区另类春色亚洲小说欧美 | 国产毛片精品视频| 91免费视频网| 久久―日本道色综合久久| 亚洲欧美精品午睡沙发| 老司机午夜精品| 色综合久久久久久久久久久| 欧美精品tushy高清| 国产欧美日韩麻豆91| 日韩电影在线一区| 色综合久久九月婷婷色综合| 欧美变态口味重另类| 一区二区三区四区激情| 精品写真视频在线观看| 欧美午夜精品久久久| 视频一区在线播放| av爱爱亚洲一区| 精品粉嫩超白一线天av| 亚洲午夜羞羞片|