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

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

?? configure

?? Flowlive The thermo library provides thermodynamical, chemical and physical properties of elements
??
?? 第 1 頁 / 共 5 頁
字號:
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for thermo 0.2.0.026.
#
# Report bugs to <xtobias@gmx.net>.
#
# 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 '

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
免费欧美日韩国产三级电影| 成人免费视频在线观看| 8x8x8国产精品| 91精品欧美一区二区三区综合在| 色成人在线视频| 这里只有精品99re| 欧美日韩在线直播| 欧美大片一区二区| 国产欧美一区二区三区鸳鸯浴 | 国产精品久久久久影院老司| 国产精品美女久久久久aⅴ国产馆 国产精品美女久久久久av爽李琼 国产精品美女久久久久高潮 | 欧美精品乱人伦久久久久久| 欧美v亚洲v综合ⅴ国产v| 777午夜精品免费视频| 久久亚洲捆绑美女| 国产精品成人在线观看| 日韩电影一区二区三区四区| 麻豆成人久久精品二区三区小说| 国产精品99久久久久久似苏梦涵| 91在线视频免费91| 337p日本欧洲亚洲大胆精品| 国产欧美日韩精品一区| 日韩中文字幕区一区有砖一区 | 亚洲美女偷拍久久| 高清久久久久久| 精品福利二区三区| 日韩极品在线观看| 欧美亚洲动漫另类| 亚洲精品视频在线观看网站| 国产激情精品久久久第一区二区 | 亚洲国产一区在线观看| 成人av在线电影| 国产在线一区二区综合免费视频| 亚洲欧美另类在线| 国产成人一区二区精品非洲| 91精品国产黑色紧身裤美女| 亚洲女人****多毛耸耸8| 成人免费黄色大片| 国产精品国产三级国产普通话蜜臀| 免播放器亚洲一区| 欧美一区三区四区| 黄页视频在线91| 精品国产一区二区三区久久久蜜月| 日韩精品色哟哟| 日韩欧美一级二级三级| 久久99国产精品久久| 精品久久久久久无| 国产乱国产乱300精品| 国产欧美一区二区精品仙草咪| 国产成人综合亚洲91猫咪| 国产精品久久久久永久免费观看 | 国产无一区二区| 高清在线不卡av| 洋洋成人永久网站入口| 欧美视频一区在线观看| 亚洲女同女同女同女同女同69| 91在线视频在线| 日本中文字幕一区二区有限公司| 久久这里只有精品首页| 91网站在线观看视频| 人禽交欧美网站| 国产精品久久三| 精品少妇一区二区三区| 色综合久久久久| 国产在线播放一区二区三区| 一区二区三区精品| 久久综合九色综合97_久久久| 色综合久久综合中文综合网| 国模大尺度一区二区三区| 一区二区三区国产豹纹内裤在线| 日韩欧美一级二级| 欧美日韩成人一区| 一本一道综合狠狠老| 国产精品一区二区黑丝| 成人18视频日本| 免费成人小视频| 日本午夜精品一区二区三区电影| 亚洲欧美一区二区不卡| 国产精品黄色在线观看| 久久综合色鬼综合色| 制服丝袜亚洲网站| 欧美精品在线一区二区三区| 欧美在线视频不卡| 色8久久精品久久久久久蜜| av成人免费在线观看| 成人午夜碰碰视频| 色婷婷综合久久久久中文| 91麻豆文化传媒在线观看| 成人午夜激情视频| 色婷婷狠狠综合| 欧美日韩www| 亚洲综合一区在线| 午夜国产精品影院在线观看| 亚洲精品日日夜夜| 亚洲福利一区二区三区| 日韩av不卡在线观看| 精品亚洲porn| 91蜜桃免费观看视频| 欧美日韩国产综合草草| 日韩欧美一级在线播放| 国产三级一区二区三区| 亚洲视频一区二区在线| 日本欧美一区二区三区| 成人性色生活片免费看爆迷你毛片| av在线免费不卡| 91精品国产麻豆| 亚洲视频资源在线| 美女任你摸久久 | 久久久精品影视| 亚洲二区在线视频| 国产v综合v亚洲欧| 欧美精品xxxxbbbb| 亚洲一区在线看| 欧美一级日韩免费不卡| 国产日韩欧美一区二区三区乱码| 亚洲国产精品久久久久婷婷884| 成人小视频免费在线观看| 欧美日韩国产在线观看| 国产精品久久久久久久久免费桃花| 欧美男生操女生| 亚洲国产精品激情在线观看| 日韩精品一二三四| 欧美日韩国产小视频在线观看| 亚洲国产精品传媒在线观看| 美女视频第一区二区三区免费观看网站| 99re66热这里只有精品3直播| 久久综合成人精品亚洲另类欧美| 亚洲va欧美va天堂v国产综合| 色吧成人激情小说| 亚洲一区二区3| 欧美综合一区二区| 视频在线观看一区二区三区| 欧美色图第一页| 日韩在线观看一区二区| 日韩一级完整毛片| 国产一区二区导航在线播放| 久久影院电视剧免费观看| 国产精品一级在线| 国产亚洲精品超碰| 91麻豆免费在线观看| 另类中文字幕网| 欧美高清在线视频| 91老司机福利 在线| 亚洲无线码一区二区三区| 欧美va在线播放| a亚洲天堂av| 精品一区二区三区在线播放| 国产欧美一区二区精品婷婷| 在线看日韩精品电影| 精品亚洲成a人| 亚洲成人av在线电影| 久久婷婷久久一区二区三区| 在线一区二区视频| 高清国产午夜精品久久久久久| 亚洲精品写真福利| 国产亚洲欧美日韩在线一区| 欧美日免费三级在线| eeuss鲁片一区二区三区| 久久se精品一区精品二区| 中文字幕亚洲一区二区va在线| 精品电影一区二区| 色噜噜狠狠成人中文综合| 国产真实乱对白精彩久久| 午夜在线电影亚洲一区| 亚洲欧美日韩小说| 国产片一区二区三区| 日韩欧美视频一区| 欧美一级免费观看| 3d动漫精品啪啪一区二区竹菊| 91亚洲精品乱码久久久久久蜜桃| 精久久久久久久久久久| 久久精品999| 美国毛片一区二区三区| 久久成人久久鬼色| 日本aⅴ免费视频一区二区三区| 视频在线在亚洲| 人禽交欧美网站| 国产一区二区三区黄视频| 激情欧美一区二区三区在线观看| 三级一区在线视频先锋| 久久99热99| 不卡视频一二三| 欧美精品乱码久久久久久按摩| 日韩一区二区三区电影在线观看 | 亚洲视频一区在线观看| 亚洲免费在线观看视频| 亚洲国产日韩一区二区| 日av在线不卡| 成人黄页在线观看| 欧美绝品在线观看成人午夜影视| 欧美一级爆毛片| 国产精品欧美综合在线| 丝袜亚洲另类欧美| 国产精品中文字幕日韩精品| 国产亚洲成年网址在线观看| 国产色综合一区| 一级女性全黄久久生活片免费| 麻豆视频观看网址久久| 在线观看91视频| 久久综合久久99|