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

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

?? configure

?? JSON(JavaScript Object Notation) 是一種輕量級的數據交換格式。易于人閱讀和編寫。同時也易于機器解析和生成。它基于JavaScript(Standard ECMA-262
??
?? 第 1 頁 / 共 5 頁
字號:
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for JSON C Library 0.3.
#
# Report bugs to <michael@metaparadigm.com>.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
## --------------------- ##
## M4sh Initialization.  ##
## --------------------- ##

# Be more Bourne compatible
DUALCASE=1; export DUALCASE # for MKS sh
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  emulate sh
  NULLCMD=:
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  # is contrary to our usage.  Disable this feature.
  alias -g '${1+"$@"}'='"$@"'
  setopt NO_GLOB_SUBST
else
  case `(set -o) 2>/dev/null` in
  *posix*) set -o posix ;;
esac

fi




# PATH needs CR
# Avoid depending upon Character Ranges.
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
as_cr_digits='0123456789'
as_cr_alnum=$as_cr_Letters$as_cr_digits

# The user is always right.
if test "${PATH_SEPARATOR+set}" != set; then
  echo "#! /bin/sh" >conf$$.sh
  echo  "exit 0"   >>conf$$.sh
  chmod +x conf$$.sh
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    PATH_SEPARATOR=';'
  else
    PATH_SEPARATOR=:
  fi
  rm -f conf$$.sh
fi

# Support unset when possible.
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  as_unset=unset
else
  as_unset=false
fi


# IFS
# We need space, tab and new line, in precisely that order.  Quoting is
# there to prevent editors from complaining about space-tab.
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
# splitting by setting IFS to empty value.)
as_nl='
'
IFS=" ""	$as_nl"

# Find who we are.  Look in the path if we contain no directory separator.
case $0 in
  *[\\/]* ) as_myself=$0 ;;
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
done
IFS=$as_save_IFS

     ;;
esac
# We did not find ourselves, most probably we were run as `sh COMMAND'
# in which case we are not to be found in the path.
if test "x$as_myself" = x; then
  as_myself=$0
fi
if test ! -f "$as_myself"; then
  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  { (exit 1); exit 1; }
fi

# Work around bugs in pre-3.0 UWIN ksh.
for as_var in ENV MAIL MAILPATH
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
done
PS1='$ '
PS2='> '
PS4='+ '

# NLS nuisances.
for as_var in \
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
  LC_TELEPHONE LC_TIME
do
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    eval $as_var=C; export $as_var
  else
    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  fi
done

# Required to use basename.
if expr a : '\(a\)' >/dev/null 2>&1 &&
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
  as_expr=expr
else
  as_expr=false
fi

if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  as_basename=basename
else
  as_basename=false
fi


# Name of the executable.
as_me=`$as_basename -- "$0" ||
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
	 X"$0" : 'X\(//\)$' \| \
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
echo X/"$0" |
    sed '/^.*\/\([^/][^/]*\)\/*$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`

# CDPATH.
$as_unset CDPATH


if test "x$CONFIG_SHELL" = x; then
  if (eval ":") 2>/dev/null; then
  as_have_required=yes
else
  as_have_required=no
fi

  if test $as_have_required = yes && 	 (eval ":
(as_func_return () {
  (exit \$1)
}
as_func_success () {
  as_func_return 0
}
as_func_failure () {
  as_func_return 1
}
as_func_ret_success () {
  return 0
}
as_func_ret_failure () {
  return 1
}

exitcode=0
if as_func_success; then
  :
else
  exitcode=1
  echo as_func_success failed.
fi

if as_func_failure; then
  exitcode=1
  echo as_func_failure succeeded.
fi

if as_func_ret_success; then
  :
else
  exitcode=1
  echo as_func_ret_success failed.
fi

if as_func_ret_failure; then
  exitcode=1
  echo as_func_ret_failure succeeded.
fi

if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
  :
else
  exitcode=1
  echo positional parameters were not saved.
fi

test \$exitcode = 0) || { (exit 1); exit 1; }

(
  as_lineno_1=\$LINENO
  as_lineno_2=\$LINENO
  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
") 2> /dev/null; then
  :
else
  as_candidate_shells=
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
  case $as_dir in
	 /*)
	   for as_base in sh bash ksh sh5; do
	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
	   done;;
       esac
done
IFS=$as_save_IFS


      for as_shell in $as_candidate_shells $SHELL; do
	 # Try only shells that exist, to save several forks.
	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
		{ ("$as_shell") 2> /dev/null <<\_ASEOF
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  emulate sh
  NULLCMD=:
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  # is contrary to our usage.  Disable this feature.
  alias -g '${1+"$@"}'='"$@"'
  setopt NO_GLOB_SUBST
else
  case `(set -o) 2>/dev/null` in
  *posix*) set -o posix ;;
esac

fi


:
_ASEOF
}; then
  CONFIG_SHELL=$as_shell
	       as_have_required=yes
	       if { "$as_shell" 2> /dev/null <<\_ASEOF
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  emulate sh
  NULLCMD=:
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  # is contrary to our usage.  Disable this feature.
  alias -g '${1+"$@"}'='"$@"'
  setopt NO_GLOB_SUBST
else
  case `(set -o) 2>/dev/null` in
  *posix*) set -o posix ;;
esac

fi


:
(as_func_return () {
  (exit $1)
}
as_func_success () {
  as_func_return 0
}
as_func_failure () {
  as_func_return 1
}
as_func_ret_success () {
  return 0
}
as_func_ret_failure () {
  return 1
}

exitcode=0
if as_func_success; then
  :
else
  exitcode=1
  echo as_func_success failed.
fi

if as_func_failure; then
  exitcode=1
  echo as_func_failure succeeded.
fi

if as_func_ret_success; then
  :
else
  exitcode=1
  echo as_func_ret_success failed.
fi

if as_func_ret_failure; then
  exitcode=1
  echo as_func_ret_failure succeeded.
fi

if ( set x; as_func_ret_success y && test x = "$1" ); then
  :
else
  exitcode=1
  echo positional parameters were not saved.
fi

test $exitcode = 0) || { (exit 1); exit 1; }

(
  as_lineno_1=$LINENO
  as_lineno_2=$LINENO
  test "x$as_lineno_1" != "x$as_lineno_2" &&
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }

_ASEOF
}; then
  break
fi

fi

      done

      if test "x$CONFIG_SHELL" != x; then
  for as_var in BASH_ENV ENV
        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
        done
        export CONFIG_SHELL
        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
fi


    if test $as_have_required = no; then
  echo This script requires a shell more modern than all the
      echo shells that I found on your system.  Please install a
      echo modern shell, or manually run the script under such a
      echo shell if you do have one.
      { (exit 1); exit 1; }
fi


fi

fi



(eval "as_func_return () {
  (exit \$1)
}
as_func_success () {
  as_func_return 0
}
as_func_failure () {
  as_func_return 1
}
as_func_ret_success () {
  return 0
}
as_func_ret_failure () {
  return 1
}

exitcode=0
if as_func_success; then
  :
else
  exitcode=1
  echo as_func_success failed.
fi

if as_func_failure; then
  exitcode=1
  echo as_func_failure succeeded.
fi

if as_func_ret_success; then
  :
else
  exitcode=1
  echo as_func_ret_success failed.
fi

if as_func_ret_failure; then
  exitcode=1
  echo as_func_ret_failure succeeded.
fi

if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
  :
else
  exitcode=1
  echo positional parameters were not saved.
fi

test \$exitcode = 0") || {
  echo No shell found that supports shell functions.
  echo Please tell autoconf@gnu.org about your system,
  echo including any error possibly output before this
  echo message
}



  as_lineno_1=$LINENO
  as_lineno_2=$LINENO
  test "x$as_lineno_1" != "x$as_lineno_2" &&
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {

  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  # uniformly replaced by the line number.  The first 'sed' inserts a
  # line-number line after each line using $LINENO; the second 'sed'
  # does the real work.  The second script uses 'N' to pair each
  # line-number line with the line containing $LINENO, and appends
  # trailing '-' during substitution so that $LINENO is not a special
  # case at line end.
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
  # E. McMahon (1931-1989) for sed's syntax.  :-)
  sed -n '
    p

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲一区中文日韩| 亚洲欧美一区二区在线观看| 亚洲1区2区3区视频| 欧美怡红院视频| 亚洲一线二线三线视频| 欧美午夜影院一区| 美腿丝袜亚洲色图| 欧美精品一区二区不卡| 成人av网站免费| 伊人色综合久久天天人手人婷| 欧美性色黄大片| 奇米精品一区二区三区在线观看一| 日韩欧美激情四射| 国产69精品久久777的优势| 中文字幕欧美一| 67194成人在线观看| 激情综合色综合久久| 欧美性生活一区| 国产一区亚洲一区| 亚洲欧洲三级电影| 欧美精品视频www在线观看| 精品亚洲免费视频| 亚洲精品视频在线观看免费| 欧美久久久久久久久久| 国产综合久久久久影院| 亚洲免费伊人电影| 精品国产一区a| 在线中文字幕不卡| 男女激情视频一区| 国产精品久久久久久久久免费樱桃 | 日本视频中文字幕一区二区三区| 精品国产精品一区二区夜夜嗨| 不卡欧美aaaaa| 天堂久久久久va久久久久| 中文字幕乱码日本亚洲一区二区| 欧美日韩一区三区| 国产99久久久国产精品潘金网站| 一区二区在线观看不卡| 久久久久99精品一区| 欧美日本免费一区二区三区| 成人在线一区二区三区| 奇米四色…亚洲| 亚洲一区二区三区四区五区黄| wwwwxxxxx欧美| 欧美日产在线观看| 色综合欧美在线视频区| 国产一区二区三区在线观看免费视频| 亚洲综合精品久久| 国产精品久久二区二区| 久久这里只有精品视频网| 欧美色精品在线视频| 成人美女在线视频| 激情综合五月天| 日本午夜一本久久久综合| 一区二区不卡在线播放 | 国产精品亲子伦对白| 欧美精品99久久久**| 色婷婷综合五月| 处破女av一区二区| 国产酒店精品激情| 六月婷婷色综合| 六月丁香综合在线视频| 视频一区视频二区中文字幕| 亚洲日本免费电影| 国产精品国产三级国产普通话三级| 精品久久久久久久人人人人传媒 | 美腿丝袜在线亚洲一区 | 欧美videos大乳护士334| 欧美日韩国产免费一区二区| 色94色欧美sute亚洲13| 99久久综合99久久综合网站| 国产成人综合亚洲网站| 国产河南妇女毛片精品久久久| 久久草av在线| 久久91精品久久久久久秒播| 日韩和欧美一区二区三区| 性做久久久久久免费观看欧美| 一区二区三区蜜桃| 亚洲午夜激情av| 亚洲国产一区视频| 香蕉久久一区二区不卡无毒影院| 亚洲永久免费视频| 亚洲无人区一区| 性欧美疯狂xxxxbbbb| 日日夜夜精品视频天天综合网| 午夜精品一区二区三区三上悠亚| 性做久久久久久久免费看| 日本成人在线视频网站| 久久国产精品色| 国产激情精品久久久第一区二区| 成人一区二区视频| 91蝌蚪porny| 欧美图区在线视频| 欧美一级xxx| 久久色在线观看| 国产精品电影一区二区| 夜夜夜精品看看| 免费在线观看成人| 国产精品一区二区在线播放| kk眼镜猥琐国模调教系列一区二区 | 亚洲精品免费在线观看| 婷婷综合五月天| 久久99在线观看| 成人精品gif动图一区| 色欧美乱欧美15图片| 欧美午夜精品一区二区蜜桃 | 国内外成人在线视频| 国产成人av资源| 欧美日韩中文一区| 精品国产伦一区二区三区观看体验 | 国产精品一区二区三区99| 成人一二三区视频| 欧美亚洲动漫精品| 久久久午夜精品理论片中文字幕| 日韩一区欧美小说| 精品一区二区影视| av影院午夜一区| 日韩一区二区在线看| 国产精品热久久久久夜色精品三区| 成人免费视频视频| 777午夜精品免费视频| 欧美国产精品一区二区| 亚洲成a人片综合在线| 国产成人精品一区二| 欧美三级电影在线看| 久久精品视频在线免费观看| 一区二区三区中文免费| 国产精品中文字幕一区二区三区| 91同城在线观看| 精品sm在线观看| 亚洲国产欧美一区二区三区丁香婷| 国产精品18久久久久久久久久久久 | 老司机精品视频导航| 91色婷婷久久久久合中文| 日韩欧美国产精品一区| 一区二区三区不卡视频在线观看| 韩国欧美一区二区| 日韩一区二区三区视频在线观看| 亚洲三级视频在线观看| 国产**成人网毛片九色| 欧美一级艳片视频免费观看| 一区二区在线观看免费| 成人av午夜电影| 久久久精品综合| 久久精品国产亚洲aⅴ | 91美女蜜桃在线| 欧美激情中文字幕一区二区| 久久99国产精品成人| 欧美一区二区久久久| 亚洲午夜电影在线| 色婷婷久久综合| 亚洲视频一二三| 成人av资源在线观看| 中文字幕第一区第二区| 极品少妇xxxx精品少妇偷拍| 日韩一区二区三区电影| 午夜精品久久久久久久久久久| 一本到一区二区三区| 中文字幕欧美一区| 99在线精品观看| 成人免费小视频| 99久久综合狠狠综合久久| 国产精品家庭影院| 99视频一区二区| 亚洲精品综合在线| 在线观看精品一区| 依依成人精品视频| 欧美午夜电影在线播放| 亚洲综合免费观看高清完整版| 在线观看国产一区二区| 性久久久久久久久| 日韩一二三区不卡| 国产一区二区三区四区五区入口| 日韩精品中文字幕一区| 久久91精品久久久久久秒播| 精品盗摄一区二区三区| 国产高清久久久| 国产精品欧美精品| 色综合激情五月| 亚洲成人av电影| 日韩精品一区二区三区视频 | 亚洲欧美日韩国产综合| 色综合久久精品| 午夜伦欧美伦电影理论片| 91精品国产手机| 国产一区二区福利视频| 国产精品丝袜一区| 91免费在线看| 丝瓜av网站精品一区二区 | 精品国产91亚洲一区二区三区婷婷| 狠狠色丁香久久婷婷综合_中| 国产无遮挡一区二区三区毛片日本| 国产99久久久精品| 亚洲愉拍自拍另类高清精品| 欧美一级爆毛片| 99视频在线精品| 免费成人在线网站| 国产精品久久久久久妇女6080| 欧美三级电影网站| 国产成人在线网站|