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

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

?? configure

?? 一個簡易的Linux下的shell源代碼
??
?? 第 1 頁 / 共 3 頁
字號:
  -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=# 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=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# 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:557: 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'echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6echo "configure:610: checking whether build environment is sane" >&5# Just in casesleep 1echo timestamp > conftestfile# Do `set' in a subshell so we don't clobber the current shell's# arguments.  Must try -L first in case configure is actually a# symlink; some systems play weird games with the mod time of symlinks# (eg FreeBSD returns the mod time of the symlink's containing# directory).if (   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`   if test "$*" = "X"; then      # -L didn't work.      set X `ls -t $srcdir/configure conftestfile`   fi   if test "$*" != "X $srcdir/configure conftestfile" \      && test "$*" != "X conftestfile $srcdir/configure"; then      # If neither matched, then we have a broken ls.  This can happen      # if, for instance, CONFIG_SHELL is bash and it inherits a      # broken ls alias from the environment.  This has actually      # happened.  Such a system could not be considered "sane".      { echo "configure: error: ls -t appears to fail.  Make sure there is not a brokenalias in your environment" 1>&2; exit 1; }   fi   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:667: 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}"fiPACKAGE=tinyshVERSION=0.1.0if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }ficat >> confdefs.h <<EOF#define PACKAGE "$PACKAGE"EOFcat >> confdefs.h <<EOF#define VERSION "$VERSION"EOFmissing_dir=`cd $ac_aux_dir && pwd`echo $ac_n "checking for working aclocal""... $ac_c" 1>&6echo "configure:713: checking for working aclocal" >&5# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf.  Sigh.if (aclocal --version) < /dev/null > /dev/null 2>&1; then   ACLOCAL=aclocal   echo "$ac_t""found" 1>&6else   ACLOCAL="$missing_dir/missing aclocal"   echo "$ac_t""missing" 1>&6fiecho $ac_n "checking for working autoconf""... $ac_c" 1>&6echo "configure:726: checking for working autoconf" >&5# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf.  Sigh.if (autoconf --version) < /dev/null > /dev/null 2>&1; then   AUTOCONF=autoconf   echo "$ac_t""found" 1>&6else   AUTOCONF="$missing_dir/missing autoconf"   echo "$ac_t""missing" 1>&6fiecho $ac_n "checking for working automake""... $ac_c" 1>&6echo "configure:739: checking for working automake" >&5# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf.  Sigh.if (automake --version) < /dev/null > /dev/null 2>&1; then   AUTOMAKE=automake   echo "$ac_t""found" 1>&6else   AUTOMAKE="$missing_dir/missing automake"   echo "$ac_t""missing" 1>&6fiecho $ac_n "checking for working autoheader""... $ac_c" 1>&6echo "configure:752: checking for working autoheader" >&5# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf.  Sigh.if (autoheader --version) < /dev/null > /dev/null 2>&1; then   AUTOHEADER=autoheader   echo "$ac_t""found" 1>&6else   AUTOHEADER="$missing_dir/missing autoheader"   echo "$ac_t""missing" 1>&6fiecho $ac_n "checking for working makeinfo""... $ac_c" 1>&6echo "configure:765: checking for working makeinfo" >&5# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf.  Sigh.if (makeinfo --version) < /dev/null > /dev/null 2>&1; then   MAKEINFO=makeinfo   echo "$ac_t""found" 1>&6else   MAKEINFO="$missing_dir/missing makeinfo"   echo "$ac_t""missing" 1>&6fiif test "$enable_debug" = yes; then  DEBUG_TRUE=  DEBUG_FALSE='#'else  DEBUG_TRUE='#'  DEBUG_FALSE=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:792: 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:822: 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="$@"  fifi

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
午夜亚洲国产au精品一区二区| 国内精品久久久久影院色| 日韩在线一二三区| 国产69精品久久久久777| 欧美三级电影在线观看| 久久精品亚洲精品国产欧美| 亚洲高清视频的网址| 成人免费毛片片v| 日韩精品一区二区三区蜜臀| 亚洲一区在线观看免费| 懂色av一区二区三区免费看| 欧美一区二区黄色| 亚洲成a人片在线不卡一二三区| 国v精品久久久网| 337p粉嫩大胆色噜噜噜噜亚洲| 亚洲国产精品久久一线不卡| 99久久免费精品高清特色大片| 精品国产乱码久久久久久闺蜜| 亚洲午夜在线电影| 色琪琪一区二区三区亚洲区| 国产精品视频一二| 精品一区二区免费| 精品剧情在线观看| 捆绑紧缚一区二区三区视频 | 中文字幕不卡在线播放| 精品一区二区三区久久久| 337p亚洲精品色噜噜狠狠| 亚洲综合小说图片| 日本精品一区二区三区高清| 中文字幕一区二区不卡| 豆国产96在线|亚洲| 久久精品男人的天堂| 精品一区二区在线播放| 337p粉嫩大胆色噜噜噜噜亚洲| 久久99精品一区二区三区三区| 欧美一级二级三级蜜桃| 开心九九激情九九欧美日韩精美视频电影| 色婷婷国产精品综合在线观看| 亚洲欧洲av一区二区三区久久| 成人av电影在线| 亚洲免费在线视频一区 二区| 91麻豆精品在线观看| 亚洲美女在线一区| 欧美日韩免费不卡视频一区二区三区| 亚洲综合一区二区三区| 欧美疯狂性受xxxxx喷水图片| 日本最新不卡在线| 精品成人一区二区三区四区| 国产成人激情av| 综合激情成人伊人| 欧美群妇大交群的观看方式| 日韩**一区毛片| 国产午夜精品美女毛片视频| 99久久综合99久久综合网站| 一区二区三区毛片| 欧美v国产在线一区二区三区| 国产一区二三区好的| 最新国产成人在线观看| 555夜色666亚洲国产免| 国产一区二区三区观看| 一区二区三区精品视频| 7777精品伊人久久久大香线蕉| 精品写真视频在线观看| 最新日韩av在线| 日韩免费成人网| jlzzjlzz欧美大全| 日韩av电影天堂| 国产精品免费免费| 欧美精品123区| 成人av综合一区| 亚洲成人精品在线观看| 国产欧美日韩三级| 欧美日本韩国一区二区三区视频 | 亚洲国产一区二区在线播放| 欧美成人一区二区三区| 色狠狠一区二区三区香蕉| 麻豆国产91在线播放| 亚洲黄色小说网站| 久久欧美中文字幕| 欧美乱妇23p| 99视频一区二区三区| 免费不卡在线视频| 一区二区免费在线| 国产精品青草久久| 日韩欧美成人激情| 欧美在线不卡一区| 成人美女在线视频| 激情综合色丁香一区二区| 亚洲黄色性网站| 欧美精彩视频一区二区三区| 欧美一二三区在线| 精品视频在线免费| 99热在这里有精品免费| 国产九色sp调教91| 日韩国产精品久久久| 洋洋成人永久网站入口| 日本一区二区三区国色天香| 精品剧情在线观看| 日韩一区二区视频在线观看| 在线观看日产精品| 色国产综合视频| thepron国产精品| 成人一区二区视频| 国产又粗又猛又爽又黄91精品| 日本麻豆一区二区三区视频| 亚洲妇熟xx妇色黄| 亚洲精品视频自拍| 亚洲精品美腿丝袜| 亚洲人精品午夜| 亚洲日本欧美天堂| 亚洲色图.com| 亚洲乱码国产乱码精品精98午夜| 国产精品伦一区二区三级视频| 久久久91精品国产一区二区精品| 精品嫩草影院久久| 久久婷婷色综合| 日本一区二区三区四区在线视频| 久久免费视频一区| 久久久精品一品道一区| 国产亚洲精品资源在线26u| 国产亚洲一本大道中文在线| 久久久不卡网国产精品一区| 国产亚洲成年网址在线观看| 久久精品夜色噜噜亚洲aⅴ| 国产日韩影视精品| 国产精品高潮久久久久无| 亚洲日本在线看| 午夜精品久久一牛影视| 天堂av在线一区| 精品亚洲成a人| 国产成人av电影| 99国产精品久久久| 欧美美女直播网站| 精品久久五月天| 国产精品美女久久久久av爽李琼| 中文字幕中文乱码欧美一区二区| 亚洲人成网站色在线观看| 亚洲高清一区二区三区| 六月婷婷色综合| 成人黄色大片在线观看| 欧美在线播放高清精品| 精品欧美一区二区久久 | 成人毛片在线观看| 91在线视频播放地址| 欧美日韩亚洲综合在线 | 日本va欧美va精品| 国产一区二区毛片| 色婷婷综合激情| 日韩欧美综合一区| 亚洲欧洲日韩在线| 日韩在线一二三区| 成人av影院在线| 欧美乱妇15p| 亚洲国产精品ⅴa在线观看| 亚洲国产精品久久人人爱| 麻豆精品在线视频| 91麻豆精东视频| 精品理论电影在线| 亚洲综合久久久久| 国产精品香蕉一区二区三区| 在线观看免费亚洲| 亚洲一卡二卡三卡四卡无卡久久 | 91精品国产综合久久久蜜臀图片| 国产欧美精品一区二区三区四区| 一区二区三区不卡在线观看| 国产一区亚洲一区| 884aa四虎影成人精品一区| 国产精品久久久久久久久免费丝袜| 午夜激情综合网| 91一区一区三区| 国产欧美一区二区在线观看| 日韩不卡一区二区三区| 91免费小视频| 国产精品剧情在线亚洲| 精品一区二区在线视频| 欧美日韩在线免费视频| 中文字幕一区二区不卡| 国产麻豆精品视频| 日韩精品一区二区三区在线观看 | 精品噜噜噜噜久久久久久久久试看 | 欧美日韩亚洲丝袜制服| 中文字幕在线观看一区| 国产乱人伦偷精品视频免下载| 欧美高清视频www夜色资源网| 1区2区3区欧美| 不卡av电影在线播放| 久久久国产精品麻豆| 久久91精品国产91久久小草| 欧美日韩精品一区二区天天拍小说 | 天天av天天翘天天综合网| 一本久久a久久精品亚洲| 国产精品黄色在线观看 | 麻豆成人av在线| 91精品免费观看| 秋霞电影网一区二区| 欧美一区二区在线不卡| 日本亚洲电影天堂| 日韩欧美国产一区二区三区| 免费观看91视频大全| 日韩免费高清av|