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

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? configure

?? It is extension program for SDL to display images other than bmp, but all the other formats.
??
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
cat >>confdefs.h <<_ACEOF#define PACKAGE_NAME "$PACKAGE_NAME"_ACEOFcat >>confdefs.h <<_ACEOF#define PACKAGE_TARNAME "$PACKAGE_TARNAME"_ACEOFcat >>confdefs.h <<_ACEOF#define PACKAGE_VERSION "$PACKAGE_VERSION"_ACEOFcat >>confdefs.h <<_ACEOF#define PACKAGE_STRING "$PACKAGE_STRING"_ACEOFcat >>confdefs.h <<_ACEOF#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"_ACEOF# Let the site file select an alternate cache file if it wants to.# Prefer explicitly selected file to automatically selected ones.if test -n "$CONFIG_SITE"; then  set x "$CONFIG_SITE"elif test "x$prefix" != xNONE; then  set x "$prefix/share/config.site" "$prefix/etc/config.site"else  set x "$ac_default_prefix/share/config.site" \	"$ac_default_prefix/etc/config.site"fishiftfor ac_site_filedo  if test -r "$ac_site_file"; then    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5echo "$as_me: loading site script $ac_site_file" >&6;}    sed 's/^/| /' "$ac_site_file" >&5    . "$ac_site_file"  fidoneif test -r "$cache_file"; then  # Some versions of bash will fail to source /dev/null (special  # files actually), so we avoid doing that.  if test -f "$cache_file"; then    { echo "$as_me:$LINENO: loading cache $cache_file" >&5echo "$as_me: loading cache $cache_file" >&6;}    case $cache_file in      [\\/]* | ?:[\\/]* ) . "$cache_file";;      *)                      . "./$cache_file";;    esac  fielse  { echo "$as_me:$LINENO: creating cache $cache_file" >&5echo "$as_me: creating cache $cache_file" >&6;}  >$cache_filefi# Check that the precious variables saved in the cache have kept the same# value.ac_cache_corrupted=falsefor ac_var in $ac_precious_vars; do  eval ac_old_set=\$ac_cv_env_${ac_var}_set  eval ac_new_set=\$ac_env_${ac_var}_set  eval ac_old_val=\$ac_cv_env_${ac_var}_value  eval ac_new_val=\$ac_env_${ac_var}_value  case $ac_old_set,$ac_new_set in    set,)      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}      ac_cache_corrupted=: ;;    ,set)      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}      ac_cache_corrupted=: ;;    ,);;    *)      if test "x$ac_old_val" != "x$ac_new_val"; then	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5echo "$as_me:   former value:  $ac_old_val" >&2;}	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5echo "$as_me:   current value: $ac_new_val" >&2;}	ac_cache_corrupted=:      fi;;  esac  # Pass precious variables to config.status.  if test "$ac_new_set" = set; then    case $ac_new_val in    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;    *) ac_arg=$ac_var=$ac_new_val ;;    esac    case " $ac_configure_args " in      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;    esac  fidoneif $ac_cache_corrupted; then  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5echo "$as_me: error: changes in the environment can compromise the build" >&2;}  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}   { (exit 1); exit 1; }; }fiac_ext=cac_cpp='$CPP $CPPFLAGS'ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_c_compiler_gnu# Making releases:#   MICRO_VERSION += 1;#   INTERFACE_AGE += 1;#   BINARY_AGE += 1;# if any functions have been added, set INTERFACE_AGE to 0.# if backwards compatibility has been broken,# set BINARY_AGE and INTERFACE_AGE to 0.MAJOR_VERSION=1MINOR_VERSION=2MICRO_VERSION=7INTERFACE_AGE=6BINARY_AGE=7VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION# libtool versioningLT_RELEASE=$MAJOR_VERSION.$MINOR_VERSIONLT_CURRENT=`expr $MICRO_VERSION - $INTERFACE_AGE`LT_REVISION=$INTERFACE_AGELT_AGE=`expr $BINARY_AGE - $INTERFACE_AGE`ac_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  elif test -f "$ac_dir/shtool"; then    ac_aux_dir=$ac_dir    ac_install_sh="$ac_aux_dir/shtool install -c"    break  fidoneif test -z "$ac_aux_dir"; then  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}   { (exit 1); exit 1; }; }fi# These three variables are undocumented and unsupported,# and are intended to be withdrawn in a future Autoconf release.# They can cause serious problems if a builder's source tree is in a directory# whose full name contains unusual characters.ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.# Make sure we can run config.sub.$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}   { (exit 1); exit 1; }; }{ echo "$as_me:$LINENO: checking build system type" >&5echo $ECHO_N "checking build system type... $ECHO_C" >&6; }if test "${ac_cv_build+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  ac_build_alias=$build_aliastest "x$ac_build_alias" = x &&  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`test "x$ac_build_alias" = x &&  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5echo "$as_me: error: cannot guess build type; you must specify one" >&2;}   { (exit 1); exit 1; }; }ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}   { (exit 1); exit 1; }; }fi{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5echo "${ECHO_T}$ac_cv_build" >&6; }case $ac_cv_build in*-*-*) ;;*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5echo "$as_me: error: invalid value of canonical build" >&2;}   { (exit 1); exit 1; }; };;esacbuild=$ac_cv_buildac_save_IFS=$IFS; IFS='-'set x $ac_cv_buildshiftbuild_cpu=$1build_vendor=$2shift; shift# Remember, the first character of IFS is used to create $*,# except with old shells:build_os=$*IFS=$ac_save_IFScase $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac{ echo "$as_me:$LINENO: checking host system type" >&5echo $ECHO_N "checking host system type... $ECHO_C" >&6; }if test "${ac_cv_host+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test "x$host_alias" = x; then  ac_cv_host=$ac_cv_buildelse  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}   { (exit 1); exit 1; }; }fifi{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5echo "${ECHO_T}$ac_cv_host" >&6; }case $ac_cv_host in*-*-*) ;;*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5echo "$as_me: error: invalid value of canonical host" >&2;}   { (exit 1); exit 1; }; };;esachost=$ac_cv_hostac_save_IFS=$IFS; IFS='-'set x $ac_cv_hostshifthost_cpu=$1host_vendor=$2shift; shift# Remember, the first character of IFS is used to create $*,# except with old shells:host_os=$*IFS=$ac_save_IFScase $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esacam__api_version='1.10'# 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"# OS/2's system install, which has a completely different semantic# ./install, which can be erroneously created by make from ./install.sh.{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }if 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/* | \  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \  /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 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$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    ;;esacdoneIFS=$as_save_IFSfi  if test "${ac_cv_path_install+set}" = set; then    INSTALL=$ac_cv_path_install  else    # As a last resort, use the slow shell script.  Don't cache a    # value for INSTALL within a source directory, because that will    # break other packages using the cache if that directory is    # removed, or if the value is a relative name.    INSTALL=$ac_install_sh  fifi{ echo "$as_me:$LINENO: 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:$LINENO: 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:$LINENO: 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:$LINENO: 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; }; }fi{ echo "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6; }test "$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 -f conftest.sed# expand $ac_aux_dir to an absolute patham_aux_dir=`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=  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}fi{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }if test -z "$MKDIR_P"; then  if test "${ac_cv_path_mkdir+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  as_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bindo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  for ac_prog in mkdir gmkdir; do	 for ac_exec_ext in '' $ac_executable_extensions; do	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue	

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
色综合久久久久| 欧美a一区二区| 亚洲国产精品久久人人爱| 香蕉久久夜色精品国产使用方法 | 亚洲高清免费视频| 欧美aaaaaa午夜精品| 国产成人av一区二区三区在线| av中文字幕不卡| 欧美精品精品一区| 久久久不卡网国产精品二区| 亚洲人成在线观看一区二区| 日本不卡一区二区三区| 成人深夜在线观看| 欧美日韩一级二级三级| 久久美女艺术照精彩视频福利播放| 国产精品乱码人人做人人爱| 亚洲aaa精品| 国产a久久麻豆| 欧美电影在线免费观看| 欧美国产精品专区| 日日欢夜夜爽一区| 成人污污视频在线观看| 91精品国产一区二区| 国产精品电影院| 麻豆91在线看| 成人激情动漫在线观看| 欧美日韩成人在线一区| 国产精品素人视频| 日本欧美一区二区| 一本久久a久久精品亚洲| 精品国产免费一区二区三区香蕉| 一区二区视频在线| 国产成人aaa| 日韩一区二区三区av| 亚洲激情自拍偷拍| 粉嫩绯色av一区二区在线观看| 337p亚洲精品色噜噜| 中文字幕一区二区日韩精品绯色 | 欧美大白屁股肥臀xxxxxx| 亚洲欧美色一区| 国产成人免费视频精品含羞草妖精| 欧美日韩一区二区三区四区| 亚洲欧洲性图库| 国产剧情在线观看一区二区| 欧美色图12p| 亚洲蜜臀av乱码久久精品| 国产精品1区2区3区| 日韩欧美国产午夜精品| 亚洲一区二区三区精品在线| 成人黄色网址在线观看| 亚洲精品一区二区三区99| 亚洲va欧美va人人爽| 91社区在线播放| 国产精品乱人伦| 国产成人精品在线看| 26uuu亚洲婷婷狠狠天堂| 亚洲线精品一区二区三区八戒| 99精品视频中文字幕| 国产日韩欧美综合在线| 国产一区亚洲一区| 精品久久久久久亚洲综合网| 视频一区二区三区在线| 欧美在线综合视频| 亚洲综合区在线| 欧美曰成人黄网| 亚洲欧美另类图片小说| 99久久精品免费精品国产| 国产精品视频看| 丁香婷婷综合网| 欧美精彩视频一区二区三区| 国产精品一区二区无线| 久久毛片高清国产| 国产精品一区免费在线观看| 国产日韩欧美精品电影三级在线| 国产一区三区三区| 久久久一区二区三区| 国产麻豆视频一区二区| 国产亚洲制服色| 丰满少妇在线播放bd日韩电影| 国产清纯在线一区二区www| 国产成人av电影在线观看| 亚洲国产精品精华液ab| caoporn国产精品| 日韩一区在线看| 在线精品国精品国产尤物884a| 亚洲国产一区在线观看| 欧美精品第一页| 美日韩一级片在线观看| 精品少妇一区二区三区视频免付费| 另类成人小视频在线| 久久久精品欧美丰满| 成人av午夜影院| 日韩美女啊v在线免费观看| 在线观看国产日韩| 丝袜诱惑制服诱惑色一区在线观看| 在线综合视频播放| 国产一本一道久久香蕉| 欧美激情一区三区| 色狠狠色狠狠综合| 日韩二区三区四区| 久久伊人中文字幕| eeuss鲁片一区二区三区在线观看 eeuss鲁片一区二区三区在线看 | 日韩三级视频中文字幕| 国内精品伊人久久久久影院对白| 欧美国产一区视频在线观看| 色婷婷亚洲婷婷| 日韩黄色在线观看| 国产亚洲综合在线| 91久久精品一区二区| 日韩二区三区四区| 欧美激情一区在线| 欧美视频完全免费看| 久久国产成人午夜av影院| 中文字幕免费不卡| 欧美色图激情小说| 国产九色精品成人porny| 亚洲天天做日日做天天谢日日欢| 欧美日韩国产综合一区二区| 国产一区二区三区久久悠悠色av| 国产精品久久久久桃色tv| 欧美性大战久久久久久久蜜臀| 精品在线一区二区| 亚洲精品videosex极品| 欧美v国产在线一区二区三区| 99久久久久久99| 久久精品国产色蜜蜜麻豆| 最新欧美精品一区二区三区| 日韩欧美在线网站| 91网站在线播放| 久久精品99久久久| 亚洲精品久久嫩草网站秘色| xnxx国产精品| 精品视频在线免费观看| 国产成人一区二区精品非洲| 午夜精品国产更新| 国产精品久久三区| 日韩西西人体444www| 色婷婷久久综合| 国产91清纯白嫩初高中在线观看| 亚洲国产日韩一级| 国产女主播一区| 日韩欧美国产电影| 欧美日韩一区二区三区在线| 粉嫩嫩av羞羞动漫久久久 | 欧美一区二区三区视频免费| 9i在线看片成人免费| 理论电影国产精品| 午夜精品久久久久久| 1024国产精品| 国产肉丝袜一区二区| 日韩一级完整毛片| 欧美在线你懂得| www.一区二区| 国产精品影视在线观看| 日本欧美在线看| 亚洲一区二区三区四区五区黄| 中文文精品字幕一区二区| 26uuu欧美| 欧美精品日韩精品| 欧美中文字幕一区二区三区亚洲| 成人性生交大片免费看中文| 久久99国产精品麻豆| 日韩精品每日更新| 亚洲福利视频导航| 一区二区三区资源| 亚洲色图在线视频| 国产精品久久久久久久久搜平片| 久久久青草青青国产亚洲免观| 7777精品久久久大香线蕉| 欧美在线免费播放| 色94色欧美sute亚洲线路一ni| 成人免费视频国产在线观看| 国产精品影音先锋| 国产精品一级片在线观看| 久久成人久久鬼色| 久久电影网站中文字幕| 另类小说欧美激情| 麻豆精品新av中文字幕| 青青草国产精品亚洲专区无| 日韩av一区二区在线影视| 视频一区欧美日韩| 日韩高清在线一区| 奇米影视在线99精品| 蜜臀91精品一区二区三区| 美女任你摸久久| 久久99久久精品| 国产精品中文字幕日韩精品| 国产精品一区免费在线观看| 国产精品亚洲一区二区三区在线| 国产精品一区二区你懂的| 国产精品一区二区三区99| 国产91精品一区二区麻豆亚洲| 风间由美一区二区av101| 波多野结衣欧美| av在线播放成人| 欧美在线制服丝袜| 6080日韩午夜伦伦午夜伦| 欧美一区二区三区四区高清| 精品不卡在线视频| 国产精品天天摸av网|