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

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

?? configure

?? sdl的gfx開發(fā)包
??
?? 第 1 頁 / 共 5 頁
字號:
# 0 standard input# 1 file creation# 2 errors and warnings# 3 some systems may open it to /dev/tty# 4 used on the Kubota Titan# 6 checking for... messages and results# 5 compiler messages saved in config.logif test "$silent" = yes; then  exec 6>/dev/nullelse  exec 6>&1fiexec 5>./config.logecho "\This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake." 1>&5# Strip out --no-create and --no-recursion so they do not pile up.# Also quote any args containing shell metacharacters.ac_configure_args=for ac_argdo  case "$ac_arg" in  -no-create | --no-create | --no-creat | --no-crea | --no-cre \  | --no-cr | --no-c) ;;  -no-recursion | --no-recursion | --no-recursio | --no-recursi \  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)  ac_configure_args="$ac_configure_args '$ac_arg'" ;;  *) ac_configure_args="$ac_configure_args $ac_arg" ;;  esacdone# NLS nuisances.# Only set these to C if already set.  These must not be set unconditionally# because not all systems understand e.g. LANG=C (notably SCO).# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!# Non-C LC_CTYPE values break the ctype check.if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fiif test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fiif test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fiif test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi# confdefs.h avoids OS command line length limits that DEFS can exceed.rm -rf conftest* confdefs.h# AIX cpp loses on an empty file, so make sure it contains at least a newline.echo > confdefs.h# A filename unique to this package, relative to the directory that# configure is in, which we can look for to find out if srcdir is correct.ac_unique_file=TestGfxPrimitives.c# Find the source files, if location was not specified.if test -z "$srcdir"; then  ac_srcdir_defaulted=yes  # Try the directory containing this script, then its parent.  ac_prog=$0  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.  srcdir=$ac_confdir  if test ! -r $srcdir/$ac_unique_file; then    srcdir=..  fielse  ac_srcdir_defaulted=nofiif test ! -r $srcdir/$ac_unique_file; then  if test "$ac_srcdir_defaulted" = yes; then    { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }  else    { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }  fifisrcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`# Prefer explicitly selected file to automatically selected ones.if test -z "$CONFIG_SITE"; then  if test "x$prefix" != xNONE; then    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"  else    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"  fififor ac_site_file in $CONFIG_SITE; do  if test -r "$ac_site_file"; then    echo "loading site script $ac_site_file"    . "$ac_site_file"  fidoneif test -r "$cache_file"; then  echo "loading cache $cache_file"  . $cache_fileelse  echo "creating cache $cache_file"  > $cache_filefiac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossac_exeext=ac_objext=oif (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then    ac_n= ac_c='' ac_t='	'  else    ac_n=-n ac_c= ac_t=  fielse  ac_n= ac_c='\c' ac_t=fiac_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  fidoneif test -z "$ac_aux_dir"; then  { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }fiac_config_guess=$ac_aux_dir/config.guessac_config_sub=$ac_aux_dir/config.subac_configure=$ac_aux_dir/configure # This should be Cygnus configure.am__api_version="1.4"# 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# 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 $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6echo "configure:574: checking for a BSD compatible install" >&5if test -z "$INSTALL"; thenif eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else    IFS="${IFS= 	}"; ac_save_IFS="$IFS"; IFS=":"  for ac_dir in $PATH; do    # Account for people who put trailing slashes in PATH elements.    case "$ac_dir/" in    /|./|.//|/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        if test -f $ac_dir/$ac_prog; then	  if test $ac_prog = install &&            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then	    # AIX install.  It has an incompatible calling convention.	    :	  else	    ac_cv_path_install="$ac_dir/$ac_prog -c"	    break 2	  fi	fi      done      ;;    esac  done  IFS="$ac_save_IFS"fi  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 "$ac_t""$INSTALL" 1>&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_PROGRAM}'test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6echo "configure:627: checking whether build environment is sane" >&5# Just in casesleep 1echo timestamp > conftestfile# 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 conftestfile 2> /dev/null`   if test "$*" = "X"; then      # -L didn't work.      set X `ls -t $srcdir/configure conftestfile`   fi   if test "$*" != "X $srcdir/configure conftestfile" \      && test "$*" != "X conftestfile $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 "configure: error: ls -t appears to fail.  Make sure there is not a brokenalias in your environment" 1>&2; exit 1; }   fi   test "$2" = conftestfile   )then   # Ok.   :else   { echo "configure: error: newly created file is older than distributed files!Check your system clock" 1>&2; exit 1; }firm -f conftest*echo "$ac_t""yes" 1>&6if test "$program_transform_name" = s,x,x,; then  program_transform_name=else  # Double any \ or $.  echo might interpret backslashes.  cat <<\EOF_SED > conftestseds,\\,\\\\,g; s,\$,$$,gEOF_SED  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"  rm -f conftestsedfitest "$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"# sed with no file args requires a program.test "$program_transform_name" = "" && program_transform_name="s,x,x,"echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6echo "configure:684: checking whether ${MAKE-make} sets \${MAKE}" >&5set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftestmake <<\EOFall:	@echo 'ac_maketemp="${MAKE}"'EOF# GNU make sometimes prints "make[1]: Entering...", which would confuse us.eval `${MAKE-make} -f conftestmake 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 conftestmakefiif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then  echo "$ac_t""yes" 1>&6  SET_MAKE=else  echo "$ac_t""no" 1>&6  SET_MAKE="MAKE=${MAKE-make}"fiPACKAGE=TestGfxPrimitivesVERSION=1.0if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }ficat >> confdefs.h <<EOF#define PACKAGE "$PACKAGE"EOFcat >> confdefs.h <<EOF#define VERSION "$VERSION"EOFmissing_dir=`cd $ac_aux_dir && pwd`echo $ac_n "checking for working aclocal-${am__api_version}""... $ac_c" 1>&6echo "configure:730: checking for working aclocal-${am__api_version}" >&5# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf.  Sigh.if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then   ACLOCAL=aclocal-${am__api_version}   echo "$ac_t""found" 1>&6else   ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"   echo "$ac_t""missing" 1>&6fiecho $ac_n "checking for working autoconf""... $ac_c" 1>&6echo "configure:743: checking for working autoconf" >&5# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf.  Sigh.if (autoconf --version) < /dev/null > /dev/null 2>&1; then   AUTOCONF=autoconf   echo "$ac_t""found" 1>&6else   AUTOCONF="$missing_dir/missing autoconf"   echo "$ac_t""missing" 1>&6fiecho $ac_n "checking for working automake-${am__api_version}""... $ac_c" 1>&6echo "configure:756: checking for working automake-${am__api_version}" >&5# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf.  Sigh.if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then   AUTOMAKE=automake-${am__api_version}   echo "$ac_t""found" 1>&6else   AUTOMAKE="$missing_dir/missing automake-${am__api_version}"   echo "$ac_t""missing" 1>&6fiecho $ac_n "checking for working autoheader""... $ac_c" 1>&6echo "configure:769: checking for working autoheader" >&5# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf.  Sigh.if (autoheader --version) < /dev/null > /dev/null 2>&1; then   AUTOHEADER=autoheader   echo "$ac_t""found" 1>&6else   AUTOHEADER="$missing_dir/missing autoheader"   echo "$ac_t""missing" 1>&6fiecho $ac_n "checking for working makeinfo""... $ac_c" 1>&6echo "configure:782: checking for working makeinfo" >&5# Run test in a subshell; some versions of sh will print an error if# an executable is not found, even if stderr is redirected.# Redirect stdin to placate older versions of autoconf.  Sigh.if (makeinfo --version) < /dev/null > /dev/null 2>&1; then   MAKEINFO=makeinfo   echo "$ac_t""found" 1>&6else   MAKEINFO="$missing_dir/missing makeinfo"   echo "$ac_t""missing" 1>&6fiSDL_VERSION=1.2.0# Make sure we can run config.sub.if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }fiecho $ac_n "checking host system type""... $ac_c" 1>&6echo "configure:806: checking host system type" >&5host_alias=$hostcase "$host_alias" inNONE)  case $nonopt in  NONE)    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }    fi ;;  *) host_alias=$nonopt ;;  esac ;;esachost=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`echo "$ac_t""$host" 1>&6echo $ac_n "checking target system type""... $ac_c" 1>&6echo "configure:827: checking target system type" >&5target_alias=$targetcase "$target_alias" inNONE)  case $nonopt in  NONE) target_alias=$host_alias ;;  *) target_alias=$nonopt ;;  esac ;;

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品久久久爽爽爽麻豆色哟哟| 欧美精品视频www在线观看| 亚洲丝袜精品丝袜在线| 日韩一区二区在线观看视频播放| 国产一区二区在线看| 亚洲国产日韩综合久久精品| 精品少妇一区二区三区在线视频| www.欧美亚洲| 国产在线不卡一区| 亚洲视频香蕉人妖| 日韩亚洲电影在线| 欧美日韩精品二区第二页| 国产成人亚洲综合色影视 | 国产精品视频麻豆| 欧美人狂配大交3d怪物一区| 91麻豆成人久久精品二区三区| 日韩av网站在线观看| 成人免费一区二区三区视频 | 884aa四虎影成人精品一区| av一区二区久久| 九色综合国产一区二区三区| 亚洲柠檬福利资源导航| 中文无字幕一区二区三区| 欧美精品日韩一本| 97se狠狠狠综合亚洲狠狠| 日韩成人一级片| 亚洲精品一二三四区| 国产欧美一区二区三区在线老狼| 4438成人网| 欧美福利视频一区| 在线欧美日韩国产| 91麻豆国产自产在线观看| 国产成人无遮挡在线视频| 日本欧美一区二区在线观看| 日日摸夜夜添夜夜添精品视频| 亚洲欧美日韩中文字幕一区二区三区 | 欧美无人高清视频在线观看| 成人免费看的视频| 国产精品99久| 国产成人a级片| 捆绑调教一区二区三区| 久久精品国产秦先生| 日韩制服丝袜先锋影音| 亚洲主播在线播放| 亚洲午夜在线视频| 一区二区三区久久| 中文文精品字幕一区二区| 中文字幕av在线一区二区三区| 精品区一区二区| 日韩精品一区二区三区视频| 欧美一区二区在线看| 欧美视频精品在线观看| 91精选在线观看| 欧美日韩国产123区| 日韩一区二区三区免费观看| 欧美理论片在线| 欧美曰成人黄网| 欧美自拍偷拍一区| 国产精品性做久久久久久| 国模一区二区三区白浆| 国产在线精品一区在线观看麻豆| 国产一区三区三区| 国产精品一区二区久激情瑜伽| 精品系列免费在线观看| 成人免费看视频| 91在线porny国产在线看| 97成人超碰视| 91精品免费在线| 欧美电影免费观看高清完整版| 欧美mv和日韩mv的网站| 日韩欧美你懂的| 久久精品人人做人人综合| 国产精品护士白丝一区av| 国产精品初高中害羞小美女文| 中文字幕亚洲一区二区va在线| 亚洲日本在线看| 亚洲福利视频三区| 精品一区二区综合| 国产精品一二三四区| 成人av动漫在线| 欧美精品第一页| 精品免费国产一区二区三区四区| 一色屋精品亚洲香蕉网站| 一二三四区精品视频| 婷婷中文字幕综合| 国产一区二三区好的| caoporm超碰国产精品| 日韩一级高清毛片| 国产网站一区二区| 日韩在线播放一区二区| 国产精品一区在线观看你懂的| 国产精品影音先锋| 欧美日韩免费电影| 精品国产自在久精品国产| 国产亚洲午夜高清国产拍精品 | 精品久久久久久久久久久久久久久久久 | 亚洲一本大道在线| 免费成人性网站| 亚洲人成网站影音先锋播放| 久久av中文字幕片| 91小视频在线免费看| 亚洲精品在线观| 亚洲一区成人在线| 成人免费视频视频在线观看免费| 91黄色在线观看| 欧美亚一区二区| 久久久久久99久久久精品网站| 一区2区3区在线看| 高清在线不卡av| 欧美一区二区性放荡片| 欧美国产禁国产网站cc| 精品一区二区三区久久久| 日本精品一级二级| 中文字幕在线视频一区| 蜜臀av一区二区三区| 99久久国产综合精品色伊| 国产欧美日韩精品一区| 爽爽淫人综合网网站| 欧美亚洲自拍偷拍| 亚洲国产精品激情在线观看| 欧美aⅴ一区二区三区视频| 一本久道中文字幕精品亚洲嫩| 日韩久久免费av| 亚洲第一av色| 成人短视频下载| 26uuu久久综合| 日韩黄色片在线观看| 色综合婷婷久久| 久久精品欧美一区二区三区不卡| 丝袜国产日韩另类美女| 色8久久人人97超碰香蕉987| 亚洲精品免费视频| 成人亚洲精品久久久久软件| 国产欧美日韩在线观看| 国产一区二区三区在线观看精品| 欧美三级视频在线观看| 亚洲最快最全在线视频| 成人动漫精品一区二区| 国产精品日产欧美久久久久| 国内外成人在线| 精品免费视频.| 久久国产尿小便嘘嘘尿| 久久综合色8888| 日本不卡的三区四区五区| 精品少妇一区二区三区视频免付费 | 亚洲精品免费视频| 在线观看精品一区| 最好看的中文字幕久久| 欧美在线视频全部完| 一区二区三区波多野结衣在线观看| 欧美亚洲一区三区| 亚洲免费在线电影| 91国在线观看| 国产午夜久久久久| 国产中文字幕一区| 2023国产精品视频| 国产成人av电影在线| 国产日韩欧美高清| 国产99精品国产| 亚洲精品国产精品乱码不99| 91小视频在线| 日韩电影在线免费看| 7777精品伊人久久久大香线蕉完整版 | 精品电影一区二区| 国内精品写真在线观看| 国产日韩精品一区二区三区| 成人va在线观看| 国产精品久久午夜夜伦鲁鲁| 99re视频精品| 一区二区三区免费看视频| 欧美日韩中文字幕精品| 日韩精品久久久久久| 日韩一区二区电影| 理论电影国产精品| 欧美成人精品高清在线播放| 国产成人丝袜美腿| 亚洲一二三区视频在线观看| 欧美一区二区三区日韩| av午夜一区麻豆| 亚洲韩国一区二区三区| 久久婷婷色综合| 99精品视频在线免费观看| 奇米影视一区二区三区| 国产亚洲午夜高清国产拍精品| 欧美影院一区二区| 国产自产高清不卡| 国产精品免费看片| 欧美老年两性高潮| 不卡的av网站| 日韩精品电影在线| 久久综合九色欧美综合狠狠| 91搞黄在线观看| 蜜臀a∨国产成人精品| 亚洲区小说区图片区qvod| 欧美一区二区久久| 色综合久久88色综合天天免费| 日本aⅴ精品一区二区三区 | 激情国产一区二区 | 26uuu精品一区二区三区四区在线| 在线免费观看日本一区|