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

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

?? configure.lineno

?? 《道法自然》書的源碼FishGUI,一個跨平臺的界面庫
?? LINENO
?? 第 1 頁 / 共 5 頁
字號:
ac_config_sub="$SHELL $ac_aux_dir/config.sub"ac_configure="$SHELL $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# AmigaOS /C/install, which installs bootblocks on floppy discs# 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 "$as_me:1288: checking for a BSD-compatible install" >&5echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6if test -z "$INSTALL"; thenif test "${ac_cv_path_install+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  # Account for people who put trailing slashes in PATH elements.case $as_dir/ in  ./ | .// | /cC/* | \  /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      for ac_exec_ext in '' $ac_executable_extensions; do        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then          if test $ac_prog = install &&            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then            # AIX install.  It has an incompatible calling convention.            :          elif test $ac_prog = install &&            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then            # program-specific install script used by HP pwplus--don't use.            :          else            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"            break 3          fi        fi      done    done    ;;esacdonefi  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 "$as_me:1342: result: $INSTALL" >&5echo "${ECHO_T}$INSTALL" >&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}'test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'echo "$as_me:1353: checking whether build environment is sane" >&5echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6# Just in casesleep 1echo timestamp > conftest.file# 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 conftest.file 2> /dev/null`   if test "$*" = "X"; then      # -L didn't work.      set X `ls -t $srcdir/configure conftest.file`   fi   rm -f conftest.file   if test "$*" != "X $srcdir/configure conftest.file" \      && test "$*" != "X conftest.file $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 "$as_me:1377: error: ls -t appears to fail.  Make sure there is not a brokenalias in your environment" >&5echo "$as_me: error: ls -t appears to fail.  Make sure there is not a brokenalias in your environment" >&2;}   { (exit 1); exit 1; }; }   fi   test "$2" = conftest.file   )then   # Ok.   :else   { { echo "$as_me:1390: error: newly created file is older than distributed files!Check your system clock" >&5echo "$as_me: error: newly created file is older than distributed files!Check your system clock" >&2;}   { (exit 1); exit 1; }; }fiecho "$as_me:1396: result: yes" >&5echo "${ECHO_T}yes" >&6test "$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"# Double any \ or $.  echo might interpret backslashes.# By default was `s,x,x', remove it if useless.cat <<\_ACEOF >conftest.seds/[\\$]/&&/g;s/;s,x,x,$//_ACEOFprogram_transform_name=`echo $program_transform_name | sed -f conftest.sed`rm conftest.sed# expand $ac_aux_dir to an absolute patham_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"# Use eval to expand $SHELLif eval "$MISSING --run true"; then  am_missing_run="$MISSING --run "else  am_missing_run=  am_backtick='`'  { echo "$as_me:1422: WARNING: ${am_backtick}missing' script is too old or missing" >&5echo "$as_me: WARNING: ${am_backtick}missing' script is too old or missing" >&2;}fifor ac_prog in gawk mawk nawk awkdo  # Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:1430: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_AWK+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$AWK"; then  ac_cv_prog_AWK="$AWK" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  for ac_exec_ext in '' $ac_executable_extensions; do  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then    ac_cv_prog_AWK="$ac_prog"    echo "$as_me:1446: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedonefifiAWK=$ac_cv_prog_AWKif test -n "$AWK"; then  echo "$as_me:1456: result: $AWK" >&5echo "${ECHO_T}$AWK" >&6else  echo "$as_me:1459: result: no" >&5echo "${ECHO_T}no" >&6fi  test -n "$AWK" && breakdoneecho "$as_me:1466: checking whether ${MAKE-make} sets \${MAKE}" >&5echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.make <<\_ACEOFall:	@echo 'ac_maketemp="${MAKE}"'_ACEOF# GNU make sometimes prints "make[1]: Entering...", which would confuse us.eval `${MAKE-make} -f conftest.make 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 conftest.makefiif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then  echo "$as_me:1486: result: yes" >&5echo "${ECHO_T}yes" >&6  SET_MAKE=else  echo "$as_me:1490: result: no" >&5echo "${ECHO_T}no" >&6  SET_MAKE="MAKE=${MAKE-make}"fi# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.if test "${enable_dependency_tracking+set}" = set; then  enableval="$enable_dependency_tracking"fi;if test "x$enable_dependency_tracking" != xno; then  am_depcomp="$ac_aux_dir/depcomp"  AMDEPBACKSLASH='\'fiif test "x$enable_dependency_tracking" != xno; then  AMDEP_TRUE=  AMDEP_FALSE='#'else  AMDEP_TRUE='#'  AMDEP_FALSE=firm -f .deps 2>/dev/nullmkdir .deps 2>/dev/nullif test -d .deps; then  DEPDIR=.depselse  # MS-DOS does not allow filenames that begin with a dot.  DEPDIR=_depsfirmdir .deps 2>/dev/null# test to see if srcdir already configuredif test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&   test -f $srcdir/config.status; then  { { echo "$as_me:1531: error: source directory already configured; run \"make distclean\" there first" >&5echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}   { (exit 1); exit 1; }; }fi# Define the identity of the package.PACKAGE=FishGUIVERSION=1.0cat >>confdefs.h <<_ACEOF#define PACKAGE "$PACKAGE"_ACEOFcat >>confdefs.h <<_ACEOF#define VERSION "$VERSION"_ACEOF# Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow# the ones we care about.# Autoconf 2.50 always computes EXEEXT.  However we need to be# compatible with 2.13, for now.  So we always define EXEEXT, but we# don't compute it.# Similar for OBJEXT -- only we only use OBJEXT if the user actually# requests that it be used.  This is a bit dumb.: ${OBJEXT=o}# Some tools Automake needs.ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal"}AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake"}AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}AMTAR=${AMTAR-"${am_missing_run}tar"}install_sh=${install_sh-"$am_aux_dir/install-sh"}INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"# We need awk for the "check" target.  The system "awk" is bad on# some platforms.# Checks for programs.ac_ext=ccac_cpp='$CXXCPP $CPPFLAGS'ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_cxx_compiler_gnuif test -n "$ac_tool_prefix"; then  for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC  do    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.set dummy $ac_tool_prefix$ac_prog; ac_word=$2echo "$as_me:1600: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_CXX+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$CXX"; then  ac_cv_prog_CXX="$CXX" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  for ac_exec_ext in '' $ac_executable_extensions; do  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"    echo "$as_me:1616: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedonefifiCXX=$ac_cv_prog_CXXif test -n "$CXX"; then  echo "$as_me:1626: result: $CXX" >&5echo "${ECHO_T}$CXX" >&6else  echo "$as_me:1629: result: no" >&5echo "${ECHO_T}no" >&6fi    test -n "$CXX" && break  donefiif test -z "$CXX"; then  ac_ct_CXX=$CXX  for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlCdo  # Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:1642: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$ac_ct_CXX"; then  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  for ac_exec_ext in '' $ac_executable_extensions; do  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then    ac_cv_prog_ac_ct_CXX="$ac_prog"    echo "$as_me:1658: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedonefifiac_ct_CXX=$ac_cv_prog_ac_ct_CXXif test -n "$ac_ct_CXX"; then  echo "$as_me:1668: result: $ac_ct_CXX" >&5echo "${ECHO_T}$ac_ct_CXX" >&6else  echo "$as_me:1671: result: no" >&5echo "${ECHO_T}no" >&6fi  test -n "$ac_ct_CXX" && breakdonetest -n "$ac_ct_CXX" || ac_ct_CXX="g++"  CXX=$ac_ct_CXXfi# Provide some information about the compiler.echo "$as_me:1684:" \     "checking for C++ compiler version" >&5ac_compiler=`set X $ac_compile; echo $2`{ (eval echo "$as_me:1687: \"$ac_compiler --version </dev/null >&5\"") >&5  (eval $ac_compiler --version </dev/null >&5) 2>&5  ac_status=$?  echo "$as_me:1690: \$? = $ac_status" >&5  (exit $ac_status); }{ (eval echo "$as_me:1692: \"$ac_compiler -v </dev/null >&5\"") >&5  (eval $ac_compiler -v </dev/null >&5) 2>&5  ac_status=$?  echo "$as_me:1695: \$? = $ac_status" >&5  (exit $ac_status); }

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
黄网站免费久久| 精品国精品自拍自在线| 欧美一区二区三区免费视频| 久久精品亚洲麻豆av一区二区| 午夜亚洲福利老司机| 国产自产2019最新不卡| 99久久精品99国产精品 | 韩国理伦片一区二区三区在线播放| 国产精品国产馆在线真实露脸| 欧美一二区视频| 亚洲主播在线播放| 色综合天天综合给合国产| 精品欧美一区二区在线观看| 亚洲一区二区欧美| 91视频xxxx| 亚洲色图制服诱惑| av电影在线不卡| 中文字幕精品—区二区四季| 黄色日韩三级电影| 久久综合九色综合97婷婷| 丝袜a∨在线一区二区三区不卡| 日韩黄色片在线观看| 日本久久精品电影| 亚洲日本护士毛茸茸| www.视频一区| 亚洲欧洲国产日韩| 99久久国产免费看| 亚洲精品菠萝久久久久久久| 国产91综合一区在线观看| 日本一区二区视频在线| 高清国产一区二区| 中文在线免费一区三区高中清不卡| 樱桃视频在线观看一区| a美女胸又www黄视频久久| 国产精品免费网站在线观看| 成人一区二区三区视频| 亚洲国产精品成人综合| eeuss鲁片一区二区三区在线观看| 欧美日韩高清一区二区| 偷拍与自拍一区| 宅男在线国产精品| 精品在线你懂的| 国产欧美在线观看一区| 成人高清免费观看| 亚洲在线中文字幕| 欧美一个色资源| 国产a久久麻豆| 亚洲色图制服丝袜| 91精品啪在线观看国产60岁| 狠狠v欧美v日韩v亚洲ⅴ| 久久久久久久综合色一本| 波多野结衣亚洲| 爽好久久久欧美精品| 久久亚洲精华国产精华液| 成人h动漫精品一区二| 午夜久久久久久久久| 久久综合色综合88| 91免费看视频| 免费日本视频一区| 中文字幕一区日韩精品欧美| 欧美肥大bbwbbw高潮| 国产精品一区二区三区乱码| 亚洲另类在线制服丝袜| 欧美一三区三区四区免费在线看| 亚洲欧美电影院| 欧美高清性hdvideosex| 成人午夜av在线| 亚洲成国产人片在线观看| 久久九九99视频| 欧美日韩国产综合久久| 福利电影一区二区| 日韩制服丝袜先锋影音| 国产精品全国免费观看高清 | 国产一区二区调教| 亚洲图片激情小说| 欧美一区二区三区公司| 成人久久18免费网站麻豆 | 久久99精品久久久久久久久久久久| 91成人免费电影| 国产精品18久久久久久久久| 亚洲国产成人91porn| 欧美国产欧美综合| 欧美福利一区二区| 91网上在线视频| 国产精品亚洲第一| 日韩在线a电影| 亚洲精品中文字幕乱码三区| 久久精品视频免费观看| 欧美一级欧美三级| 91麻豆精东视频| 成人一级视频在线观看| 国产在线观看免费一区| 日本午夜一本久久久综合| 亚洲一区二区三区四区五区黄 | 91丨九色porny丨蝌蚪| 久久精品国产秦先生| 亚洲一区二区偷拍精品| 国产精品久线观看视频| 久久久不卡影院| 精品91自产拍在线观看一区| 6080国产精品一区二区| 欧美视频完全免费看| 色婷婷av一区二区三区软件| 91丨九色丨蝌蚪富婆spa| 成a人片国产精品| hitomi一区二区三区精品| 成人h动漫精品一区二区| 国产1区2区3区精品美女| 国产精华液一区二区三区| 国产麻豆视频精品| 国产一区二区免费视频| 国产成人综合网| 成人av电影在线| av在线不卡网| 91浏览器在线视频| 欧美中文字幕一区二区三区 | 久久久久久免费网| 日韩欧美的一区| 精品国产乱码久久久久久老虎| 丰满亚洲少妇av| 99视频在线精品| 色综合天天狠狠| 色综合视频在线观看| 欧美最新大片在线看| 在线播放欧美女士性生活| 欧美一区二区三区的| 精品粉嫩aⅴ一区二区三区四区| av在线不卡网| 欧美色精品在线视频| 91麻豆精品国产91久久久久| 欧美一级二级在线观看| 久久久精品tv| 成人免费在线播放视频| 亚洲午夜成aⅴ人片| 久久激情综合网| 成人午夜又粗又硬又大| 欧美亚洲一区三区| 日韩一区二区在线观看视频| 国产亚洲精品久| 亚洲国产一二三| 国产伦精一区二区三区| 色先锋资源久久综合| 5858s免费视频成人| 中文字幕欧美国产| 午夜精品123| 国产成人精品免费一区二区| 在线看日韩精品电影| 精品av久久707| 亚洲国产精品一区二区www在线| 亚洲欧美二区三区| 久久精品国产亚洲高清剧情介绍 | 国产精品一级黄| 91久久国产最好的精华液| 欧美男男青年gay1069videost | 处破女av一区二区| 色激情天天射综合网| 日韩女优毛片在线| 亚洲素人一区二区| 国产一区二区三区免费看| 在线观看网站黄不卡| 国产欧美日韩在线看| 蜜桃视频在线观看一区| 99re8在线精品视频免费播放| 成人精品小蝌蚪| 欧美mv日韩mv| 视频一区在线视频| 99热这里都是精品| 日韩精品一区二区三区蜜臀| 亚洲国产一区二区a毛片| 成人av在线网站| 久久婷婷国产综合国色天香| 日韩高清欧美激情| 在线精品亚洲一区二区不卡| 国产精品色婷婷| 国产成人亚洲综合a∨婷婷图片| 国产老妇另类xxxxx| 91精品国产综合久久久久久| 中文字幕欧美一| 国产成人精品免费视频网站| 日韩午夜电影在线观看| 调教+趴+乳夹+国产+精品| 99久久伊人网影院| 国产欧美久久久精品影院| 久久99精品国产麻豆不卡| 欧美理论片在线| 亚洲第一搞黄网站| 欧美亚洲国产一区二区三区| 亚洲欧美激情视频在线观看一区二区三区| 亚洲男同1069视频| 成人网男人的天堂| 精品少妇一区二区三区免费观看 | 亚洲卡通动漫在线| 福利视频网站一区二区三区| 日韩欧美国产高清| 美女视频一区在线观看| 欧美一级二级在线观看| 久久se这里有精品| 久久亚洲影视婷婷| 国产jizzjizz一区二区| 国产精品麻豆一区二区|