亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
91精品国产综合久久精品app| 精品一区二区免费看| 一级精品视频在线观看宜春院| 亚洲视频网在线直播| 婷婷一区二区三区| 国产成人午夜视频| 色综合天天天天做夜夜夜夜做| 欧美日韩在线直播| 久久久亚洲综合| 亚洲一区二区三区三| 久久99国产精品免费| av动漫一区二区| 欧美成人女星排名| 夜夜操天天操亚洲| 国产不卡免费视频| 91精品国产麻豆国产自产在线| 中文成人av在线| 国产主播一区二区三区| 欧美伦理电影网| 亚洲免费毛片网站| 国产99久久精品| 欧美精品一区二区三区很污很色的| 亚洲国产成人va在线观看天堂| 国产精品一区二区三区网站| 91精品国产综合久久福利软件 | 高清成人在线观看| 日韩一级片网址| 亚洲一区二区在线免费观看视频| 国产一区不卡视频| 欧美mv和日韩mv国产网站| 亚洲成人av一区二区| 欧美日韩aaaaa| 亚洲超丰满肉感bbw| 91农村精品一区二区在线| 精品理论电影在线观看 | 久久久久久久久久久电影| 激情伊人五月天久久综合| 欧美电影精品一区二区| 精品一区二区三区免费毛片爱| 91麻豆精品国产| 狠狠色2019综合网| 国产精品家庭影院| 欧美色视频在线| 日韩成人一区二区| 久久久久久久一区| 91视频xxxx| 蜜臀av国产精品久久久久| 久久精品一区四区| 色哟哟亚洲精品| 麻豆久久一区二区| 中文字幕字幕中文在线中不卡视频| 91国内精品野花午夜精品| 美女视频黄 久久| 日本一区二区三区视频视频| 91在线一区二区| 精品一区二区三区久久久| 中文字幕不卡在线| 欧美日韩中文字幕精品| 国产精品自拍三区| 午夜精品在线看| 视频一区二区中文字幕| 日韩欧美视频在线| 欧美色综合网站| av一区二区三区黑人| 麻豆精品国产91久久久久久| 亚洲欧美日韩久久精品| 国产丝袜在线精品| 日韩欧美国产高清| 欧美一级欧美三级| 91精品国产综合久久香蕉的特点| av电影在线观看不卡| 国产精品99久久久久久有的能看 | 678五月天丁香亚洲综合网| 国产suv一区二区三区88区| 精品在线视频一区| 久久99精品国产91久久来源| 日本不卡免费在线视频| 亚洲电影一区二区| 亚洲午夜免费福利视频| 亚洲女与黑人做爰| 亚洲一区欧美一区| 亚洲www啪成人一区二区麻豆| 亚洲永久免费视频| 日韩电影免费在线看| 免费成人在线观看| 国产一区二区三区蝌蚪| 国产精华液一区二区三区| 国产麻豆视频精品| 成人性视频网站| 99国内精品久久| 欧美天堂一区二区三区| 欧美蜜桃一区二区三区| 精品久久久久99| 亚洲欧洲av一区二区三区久久| ㊣最新国产の精品bt伙计久久| 日韩毛片高清在线播放| 青娱乐精品视频| 成人黄色片在线观看| 欧美伦理电影网| 国产精品护士白丝一区av| 亚洲一区在线看| 国产剧情av麻豆香蕉精品| 91免费视频网址| 亚洲天堂免费看| 亚洲精品在线免费播放| 日本一区二区不卡视频| 亚洲精品美国一| 久久国产尿小便嘘嘘尿| av网站免费线看精品| 日韩一区二区三区视频| 中文无字幕一区二区三区| 亚洲一二三区不卡| 国产成人亚洲综合色影视| 色av一区二区| 国产精品国产三级国产aⅴ中文 | 国产夫妻精品视频| 欧美精品18+| 青青草国产精品97视觉盛宴| 91传媒视频在线播放| 国产精品欧美久久久久无广告| 亚洲国产人成综合网站| 国产精品主播直播| 欧美巨大另类极品videosbest | 91麻豆6部合集magnet| 精品欧美乱码久久久久久1区2区 | 色综合久久久久久久久| 欧美国产精品一区二区三区| 精彩视频一区二区| 国产亚洲欧洲997久久综合| 国产精品资源站在线| 国产精品国产三级国产aⅴ入口| 国产高清不卡一区二区| 国产精品久久久久久福利一牛影视| 国产一区视频在线看| 国产夜色精品一区二区av| 国产一区二区免费视频| 国产午夜一区二区三区| 成人在线一区二区三区| 国产精品久久久久7777按摩| 在线免费观看视频一区| 亚洲五码中文字幕| 日韩免费观看高清完整版| 国产精品一区免费在线观看| 亚洲精品日产精品乱码不卡| 一本色道久久综合狠狠躁的推荐| 一个色妞综合视频在线观看| 欧美夫妻性生活| 色综合久久中文字幕| 精品一区二区三区蜜桃| 综合久久给合久久狠狠狠97色| 欧美日韩不卡一区二区| 豆国产96在线|亚洲| 亚洲一级二级三级在线免费观看| 欧美巨大另类极品videosbest | av不卡免费在线观看| 日韩在线观看一区二区| 久久精品视频网| 日韩欧美综合一区| 色哟哟国产精品| 国产精品一区二区视频| 天天影视网天天综合色在线播放| 国产视频一区二区在线| 日韩一区二区在线看| 色综合久久天天综合网| 成人a级免费电影| 国产精品一区二区三区99| 丝袜亚洲精品中文字幕一区| 国产精品少妇自拍| 久久亚洲精品国产精品紫薇| 日韩视频一区二区三区在线播放| 色播五月激情综合网| 欧美色大人视频| 欧美久久久影院| 欧美一区永久视频免费观看| 欧美日韩国产小视频| 日韩精品一区二区三区蜜臀| 在线综合+亚洲+欧美中文字幕| 日韩亚洲电影在线| 欧美一级理论性理论a| 久久久久久亚洲综合影院红桃| 日韩免费观看高清完整版| 国产欧美日韩另类视频免费观看| 欧美一区日韩一区| 久久―日本道色综合久久| 欧美国产一区在线| 天堂成人国产精品一区| 日韩av午夜在线观看| 国产精品白丝jk白祙喷水网站| 国产在线国偷精品免费看| 成人av资源网站| 69p69国产精品| 亚洲欧洲性图库| 久久草av在线| 欧美三级电影一区| 久久久青草青青国产亚洲免观| 最新欧美精品一区二区三区| 丝袜美腿亚洲色图| 91蝌蚪porny| 久久午夜电影网| 美女爽到高潮91|