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

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

?? configure

?? jar文件處理原程序
??
?? 第 1 頁 / 共 5 頁
字號:
# 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=jartool.h# 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# 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:529: 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:559: 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:610: 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:642: 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 653 "configure"#include "confdefs.h"main(){return(0);}EOFif { (eval echo configure:658: \"$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:684: 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:689: 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:698: \"$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:717: 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=  fifiac_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:779: 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 "rm", so it can be a program name with args.set dummy rm; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:834: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  case "$RM" in  /*)  ac_cv_path_RM="$RM" # Let the user override the test with a path.  ;;  ?:/*)			   ac_cv_path_RM="$RM" # Let the user override the test with a dos path.  ;;  *)  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"  ac_dummy="$PATH:/bin:/usr/bin:/usr/local/bin"  for ac_dir in $ac_dummy; do     test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      ac_cv_path_RM="$ac_dir/$ac_word"      break    fi  done  IFS="$ac_save_ifs"  test -z "$ac_cv_path_RM" && ac_cv_path_RM="/bin/rm"  ;;esacfiRM="$ac_cv_path_RM"if test -n "$RM"; then  echo "$ac_t""$RM" 1>&6else  echo "$ac_t""no" 1>&6fi# Extract the first word of "cp", so it can be a program name with args.set dummy cp; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:870: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_CP'+set}'`\" = set"; then

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
99久久伊人久久99| 韩国理伦片一区二区三区在线播放| 国产成人超碰人人澡人人澡| 日韩欧美一区二区不卡| 精品在线播放午夜| 国产视频视频一区| 99国产欧美另类久久久精品| 亚洲黄色性网站| 欧美日韩一区久久| 老司机精品视频在线| 国产夜色精品一区二区av| 9l国产精品久久久久麻豆| 亚洲精品美腿丝袜| 67194成人在线观看| 国产原创一区二区三区| 日韩不卡手机在线v区| 日韩欧美电影在线| 成人免费视频视频在线观看免费| 亚洲女同一区二区| 91精品婷婷国产综合久久性色| 精品无人码麻豆乱码1区2区| 国产精品麻豆视频| 7777精品伊人久久久大香线蕉超级流畅 | 99久久精品免费看| 日韩在线卡一卡二| 国产精品视频在线看| 在线视频一区二区三区| 韩国三级电影一区二区| 亚洲欧洲www| 久久综合色婷婷| 91精品办公室少妇高潮对白| 精品一区中文字幕| 亚洲一线二线三线视频| 精品99一区二区三区| 色综合咪咪久久| 紧缚奴在线一区二区三区| 亚洲综合一区二区精品导航| 久久新电视剧免费观看| 在线播放/欧美激情| 91在线无精精品入口| 国产呦萝稀缺另类资源| 午夜精品在线看| 中文字幕乱码亚洲精品一区| 欧美一级淫片007| 在线一区二区三区四区五区| 国产精品香蕉一区二区三区| 丝袜美腿亚洲一区二区图片| 亚洲三级在线免费观看| 日韩欧美123| 欧美日韩国产在线观看| 99精品热视频| 国产 日韩 欧美大片| 久久国产麻豆精品| 日韩主播视频在线| 亚洲一区电影777| 亚洲免费在线观看视频| 欧美国产精品劲爆| 亚洲国产精品综合小说图片区| 久久久不卡网国产精品二区| 91精品在线观看入口| 欧美视频一区二区| 91成人国产精品| 91丨九色丨国产丨porny| 国产成人在线看| 国产精品自拍一区| 国产美女在线观看一区| 精品一区二区三区在线播放| 久久精品国产77777蜜臀| 日韩中文字幕1| 三级精品在线观看| 五月天激情小说综合| 亚洲福利一区二区| 日韩高清在线一区| 日本成人在线不卡视频| 免费高清在线视频一区·| 日本欧美韩国一区三区| 久久激情五月婷婷| 极品美女销魂一区二区三区 | 国产精品美女一区二区三区| 久久久噜噜噜久久中文字幕色伊伊 | 国产视频在线观看一区二区三区| 亚洲精品一区二区三区99| 日韩精品一区二区在线观看| 亚洲麻豆国产自偷在线| 亚洲女与黑人做爰| 亚洲综合另类小说| 丝袜美腿亚洲一区| 经典一区二区三区| 国产成人免费视频网站高清观看视频| 国产精品18久久久久久久网站| 国产成人免费视频网站| 99久久久无码国产精品| 欧美在线制服丝袜| 欧美精品在线一区二区三区| 欧美一级夜夜爽| 久久久亚洲精华液精华液精华液| 国产精品污网站| 一区二区三区在线影院| 亚洲国产精品久久久久秋霞影院 | 日韩国产高清在线| 精品一区二区三区不卡| 粉嫩一区二区三区在线看| 91福利在线播放| 欧美一区二区三区思思人| 久久精品人人做| 亚洲制服丝袜av| 久久精品国产秦先生| 99re6这里只有精品视频在线观看| 欧美日韩国产小视频在线观看| 欧美成人免费网站| 亚洲欧美经典视频| 久久精品国产秦先生| 91农村精品一区二区在线| 91精品久久久久久久久99蜜臂| 久久久久久一二三区| 亚洲一二三四在线观看| 韩国精品主播一区二区在线观看| 99在线热播精品免费| 欧美电影免费观看高清完整版在| 综合网在线视频| 久久精品99国产国产精| 欧美在线观看一区| 国产欧美一区二区在线观看| 亚洲国产中文字幕| 成人av在线网| 欧美一区二区三区爱爱| 自拍偷拍欧美激情| 黑人巨大精品欧美一区| 欧美日韩在线直播| 中文字幕色av一区二区三区| 经典三级一区二区| 欧美日本韩国一区| 亚洲日本丝袜连裤袜办公室| 久久国产精品无码网站| 欧美日韩成人综合| 日韩美女视频19| 国产一区二区精品久久91| 欧美性受xxxx黑人xyx性爽| 一区免费观看视频| 国产精品资源站在线| 欧美一级二级三级蜜桃| 亚洲国产裸拍裸体视频在线观看乱了| 成人深夜在线观看| 国产日韩欧美麻豆| 久久国产婷婷国产香蕉| 欧美一级高清片在线观看| 亚洲国产aⅴ天堂久久| 97精品国产露脸对白| 国产视频视频一区| 国产成人免费在线视频| 精品电影一区二区| 麻豆成人久久精品二区三区红 | 中文字幕一区二区三区精华液| 久久国产精品色| 日韩免费性生活视频播放| 午夜精品一区二区三区三上悠亚| 91女人视频在线观看| 亚洲婷婷国产精品电影人久久| 国产aⅴ精品一区二区三区色成熟| 欧美电影免费观看完整版| 美女一区二区三区| 欧美成人一区二区三区在线观看| 蜜臀91精品一区二区三区 | 亚洲猫色日本管| 色综合天天做天天爱| 亚洲欧洲国产日本综合| 93久久精品日日躁夜夜躁欧美| 国产精品久久久久aaaa| 成人免费看片app下载| 国产精品久久毛片| 99在线精品观看| 亚洲精品日产精品乱码不卡| 色88888久久久久久影院按摩| 一区二区免费在线| 欧美丰满高潮xxxx喷水动漫| 日韩高清在线一区| 26uuuu精品一区二区| 粉嫩蜜臀av国产精品网站| 国产精品国产三级国产aⅴ原创| 成人av综合在线| 亚洲线精品一区二区三区八戒| 精品婷婷伊人一区三区三| 午夜婷婷国产麻豆精品| 日韩精品一区二区三区老鸭窝| 国产成人亚洲综合a∨婷婷| 中文字幕av资源一区| 91福利国产精品| 久久精品久久久精品美女| 国产精品无遮挡| 欧美视频一区在线| 激情成人综合网| 国产精品国产三级国产专播品爱网 | 日韩影院免费视频| 久久综合av免费| av高清不卡在线| 日韩精品乱码av一区二区| 久久久久久久网| 欧美三级一区二区| 国产精一品亚洲二区在线视频| 夜夜精品视频一区二区|