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

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

?? configure

?? MDE 圖形引擎
??
?? 第 1 頁 / 共 5 頁
字號:
  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; then  # Find the output, starting from the most likely.  This scheme is# not robust to junk in `.', hence go to wildcards (a.*) only as a last# resort.# Be careful to initialize this variable, since it used to be cached.# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.ac_cv_exeext=for ac_file in `ls a_out.exe a.exe conftest.exe 2>/dev/null;                ls a.out conftest 2>/dev/null;                ls a.* conftest.* 2>/dev/null`; do  case $ac_file in    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb | *.xSYM ) ;;    a.out ) # We found the default executable, but exeext='' is most            # certainly right.            break;;    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`          # FIXME: I believe we export ac_cv_exeext for Libtool --akim.          export ac_cv_exeext          break;;    * ) break;;  esacdoneelse  echo "$as_me: failed program was:" >&5cat conftest.$ac_ext >&5{ { echo "$as_me:$LINENO: error: C compiler cannot create executables" >&5echo "$as_me: error: C compiler cannot create executables" >&2;}   { (exit 77); exit 77; }; }fiac_exeext=$ac_cv_exeextecho "$as_me:$LINENO: result: $ac_file" >&5echo "${ECHO_T}$ac_file" >&6# Check the compiler produces executables we can run.  If not, either# the compiler is broken, or we cross compile.echo "$as_me:$LINENO: checking whether the C compiler works" >&5echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6# FIXME: These cross compiler hacks should be removed for Autoconf 3.0# If not cross compiling, check that we can run a simple program.if test "$cross_compiling" != yes; then  if { ac_try='./$ac_file'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; }; then    cross_compiling=no  else    if test "$cross_compiling" = maybe; then	cross_compiling=yes    else	{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.If you meant to cross compile, use \`--host'." >&5echo "$as_me: error: cannot run C compiled programs.If you meant to cross compile, use \`--host'." >&2;}   { (exit 1); exit 1; }; }    fi  fifiecho "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6rm -f a.out a.exe conftest$ac_cv_exeextac_clean_files=$ac_clean_files_save# Check the compiler produces executables we can run.  If not, either# the compiler is broken, or we cross compile.echo "$as_me:$LINENO: checking whether we are cross compiling" >&5echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6echo "$as_me:$LINENO: result: $cross_compiling" >&5echo "${ECHO_T}$cross_compiling" >&6echo "$as_me:$LINENO: checking for suffix of executables" >&5echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  (eval $ac_link) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; then  # If both `conftest.exe' and `conftest' are `present' (well, observable)# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will# work properly (i.e., refer to `conftest.exe'), while it won't with# `rm'.for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do  case $ac_file in    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`          export ac_cv_exeext          break;;    * ) break;;  esacdoneelse  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link" >&5echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;}   { (exit 1); exit 1; }; }firm -f conftest$ac_cv_exeextecho "$as_me:$LINENO: result: $ac_cv_exeext" >&5echo "${ECHO_T}$ac_cv_exeext" >&6rm -f conftest.$ac_extEXEEXT=$ac_cv_exeextac_exeext=$EXEEXTecho "$as_me:$LINENO: checking for suffix of object files" >&5echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6if test "${ac_cv_objext+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.$ac_ext <<_ACEOF#line $LINENO "configure"#include "confdefs.h"#ifdef F77_DUMMY_MAIN#  ifdef __cplusplus     extern "C"#  endif   int F77_DUMMY_MAIN() { return 1; }#endifintmain (){  ;  return 0;}_ACEOFrm -f conftest.o conftest.objif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; then  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do  case $ac_file in    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`       break;;  esacdoneelse  echo "$as_me: failed program was:" >&5cat conftest.$ac_ext >&5{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;}   { (exit 1); exit 1; }; }firm -f conftest.$ac_cv_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_objext" >&5echo "${ECHO_T}$ac_cv_objext" >&6OBJEXT=$ac_cv_objextac_objext=$OBJEXTecho "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6if test "${ac_cv_c_compiler_gnu+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.$ac_ext <<_ACEOF#line $LINENO "configure"#include "confdefs.h"#ifdef F77_DUMMY_MAIN#  ifdef __cplusplus     extern "C"#  endif   int F77_DUMMY_MAIN() { return 1; }#endifintmain (){#ifndef __GNUC__       choke me#endif  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  ac_compiler_gnu=yeselse  echo "$as_me: failed program was:" >&5cat conftest.$ac_ext >&5ac_compiler_gnu=nofirm -f conftest.$ac_objext conftest.$ac_extac_cv_c_compiler_gnu=$ac_compiler_gnufiecho "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6GCC=`test $ac_compiler_gnu = yes && echo yes`ac_test_CFLAGS=${CFLAGS+set}ac_save_CFLAGS=$CFLAGSCFLAGS="-g"echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6if test "${ac_cv_prog_cc_g+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.$ac_ext <<_ACEOF#line $LINENO "configure"#include "confdefs.h"#ifdef F77_DUMMY_MAIN#  ifdef __cplusplus     extern "C"#  endif   int F77_DUMMY_MAIN() { return 1; }#endifintmain (){  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  ac_cv_prog_cc_g=yeselse  echo "$as_me: failed program was:" >&5cat conftest.$ac_ext >&5ac_cv_prog_cc_g=nofirm -f conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5echo "${ECHO_T}$ac_cv_prog_cc_g" >&6if test "$ac_test_CFLAGS" = set; then  CFLAGS=$ac_save_CFLAGSelif test $ac_cv_prog_cc_g = yes; then  if test "$GCC" = yes; then    CFLAGS="-g -O2"  else    CFLAGS="-g"  fielse  if test "$GCC" = yes; then    CFLAGS="-O2"  else    CFLAGS=  fifi# Some people use a C++ compiler to compile C.  Since we use `exit',# in C++ we need to declare it.  In case someone uses the same compiler# for both compiling C and C++ we need to have the C++ compiler decide# the declaration of exit, since it's the most demanding environment.cat >conftest.$ac_ext <<_ACEOF#ifndef __cplusplus  choke me#endif_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  for ac_declaration in \   ''\   '#include <stdlib.h>' \   'extern "C" void std::exit (int) throw (); using std::exit;' \   'extern "C" void std::exit (int); using std::exit;' \   'extern "C" void exit (int) throw ();' \   'extern "C" void exit (int);' \   'void exit (int);'do  cat >conftest.$ac_ext <<_ACEOF#line $LINENO "configure"#include "confdefs.h"#include <stdlib.h>$ac_declaration#ifdef F77_DUMMY_MAIN#  ifdef __cplusplus     extern "C"#  endif   int F77_DUMMY_MAIN() { return 1; }#endifintmain (){exit (42);  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  :else  echo "$as_me: failed program was:" >&5cat conftest.$ac_ext >&5continuefirm -f conftest.$ac_objext conftest.$ac_ext  cat >conftest.$ac_ext <<_ACEOF#line $LINENO "configure"#include "confdefs.h"$ac_declaration#ifdef F77_DUMMY_MAIN#  ifdef __cplusplus     extern "C"#  endif   int F77_DUMMY_MAIN() { return 1; }#endifintmain (){exit (42);  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:$LINENO: \$? = $ac_status" >&5  (exit $ac_status); }; }; then  breakelse  echo "$as_me: failed program was:" >&5cat conftest.$ac_ext >&5firm -f conftest.$ac_objext conftest.$ac_extdonerm -f conftest*if test -n "$ac_declaration"; then  echo '#ifdef __cplusplus' >>confdefs.h  echo $ac_declaration      >>confdefs.h  echo '#endif'             >>confdefs.hfielse  echo "$as_me: failed program was:" >&5cat conftest.$ac_ext >&5firm -f conftest.$ac_objext conftest.$ac_extac_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_gnuam__api_version="1.6"# 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:$LINENO: 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 p

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
不卡欧美aaaaa| 国产在线一区观看| 国产精品资源在线看| 精品在线一区二区| 在线一区二区三区做爰视频网站| 精品国产乱码久久久久久老虎| 一区二区三区不卡视频| 国产 日韩 欧美大片| 欧美v日韩v国产v| 天天综合网 天天综合色| 91麻豆产精品久久久久久| 26uuu国产在线精品一区二区| 日韩精品成人一区二区在线| 欧美中文字幕久久| 综合网在线视频| 成人黄色在线视频| 一区二区三区四区蜜桃| 欧美一区二区三区视频| 亚洲成人精品一区| 欧美亚洲一区二区在线观看| 91精品国产综合久久婷婷香蕉| 91成人在线观看喷潮| 亚洲欧美日韩国产成人精品影院 | 国产三级一区二区三区| 日本不卡一区二区三区| 国产成人无遮挡在线视频| 精品国产一区二区三区忘忧草| 国产成人免费在线| 夜夜夜精品看看| 亚洲精品在线免费观看视频| 91亚洲国产成人精品一区二区三| 日欧美一区二区| 国产精品美女久久久久久2018 | 精品一区二区三区欧美| 欧美国产日韩亚洲一区| 成人激情小说网站| 婷婷夜色潮精品综合在线| 国产亚洲综合性久久久影院| 国产视频视频一区| 91丨porny丨中文| 日本不卡一区二区| 17c精品麻豆一区二区免费| 成人永久aaa| 亚洲欧洲成人自拍| 精品国产伦一区二区三区观看方式 | 成人激情免费网站| 日韩成人一级大片| 综合久久久久综合| 久久久99精品免费观看不卡| 欧美日韩的一区二区| 天天综合天天做天天综合| 国产精品免费丝袜| 26uuu精品一区二区三区四区在线| 欧美日韩在线综合| 麻豆精品一区二区综合av| 久久久久亚洲蜜桃| caoporn国产精品| 亚洲一区二区三区四区五区中文 | 午夜欧美在线一二页| 国产精品丝袜在线| 欧美精品一区二区三区一线天视频| 欧美三级电影网站| 色婷婷av久久久久久久| 免费高清在线一区| 亚洲国产精品精华液网站| 精品噜噜噜噜久久久久久久久试看| 91福利资源站| 91老师国产黑色丝袜在线| 成人网在线播放| 国产成人午夜高潮毛片| 国产精品一区二区无线| 国内外成人在线| 久久国产乱子精品免费女| 亚洲女人的天堂| 亚洲免费色视频| 依依成人精品视频| 国产视频911| 国产拍欧美日韩视频二区| 欧美日韩国产精品自在自线| 欧美亚洲综合一区| 欧美精品乱人伦久久久久久| 一级做a爱片久久| 国产精品自在欧美一区| 国产在线看一区| 韩国成人福利片在线播放| 韩国视频一区二区| 国产成人免费视频精品含羞草妖精| 狠狠色综合播放一区二区| 国产一本一道久久香蕉| 亚洲福中文字幕伊人影院| 亚洲午夜视频在线| 免费一区二区视频| 狠狠色综合日日| 成人激情视频网站| 国产精品一级黄| 国产一区二三区好的| 国产99精品国产| 91视频精品在这里| 欧美精品久久一区| 精品粉嫩超白一线天av| 国产清纯美女被跳蛋高潮一区二区久久w | 欧美成人福利视频| 国产三级欧美三级| 中文字幕一区二区三区不卡| 亚洲午夜免费福利视频| 麻豆精品视频在线观看免费| 国产剧情一区在线| 色综合久久99| 日韩免费高清av| 欧美日韩国产高清一区二区三区 | 精品国产一区二区三区av性色| 国产色产综合色产在线视频| 一区二区三区资源| 蜜桃视频在线观看一区| 波多野结衣视频一区| 欧美日韩一区中文字幕| 久久蜜桃av一区二区天堂| 亚洲伦理在线免费看| 美女精品一区二区| 色悠久久久久综合欧美99| 日韩欧美的一区| 亚洲精品一二三四区| 精品一区二区三区香蕉蜜桃| 91网站黄www| 久久这里只有精品首页| 亚洲一区二区精品视频| 国产精品一区二区黑丝| 欧美日韩免费观看一区三区| 欧美经典三级视频一区二区三区| 性感美女极品91精品| 国产精一区二区三区| 欧美日韩免费不卡视频一区二区三区 | 91精品久久久久久久91蜜桃| 国产精品久久久久影院色老大| 中文字幕精品—区二区四季| 婷婷综合在线观看| 99riav一区二区三区| 欧美日韩精品综合在线| 中文在线一区二区| 久久精品久久99精品久久| 在线视频国内一区二区| 国产日韩欧美综合在线| 蜜桃精品在线观看| 欧美亚洲国产一区二区三区| 国产亚洲欧美日韩日本| 免费人成网站在线观看欧美高清| 日本电影欧美片| 国产精品成人网| 国产99久久久国产精品潘金 | 一区二区三区四区高清精品免费观看| 精品一区二区综合| 337p亚洲精品色噜噜| 亚洲综合色区另类av| 91色乱码一区二区三区| 亚洲国产成人午夜在线一区 | 中文字幕欧美日韩一区| 激情文学综合插| 欧美一级理论片| 国产精品不卡在线| 国产91清纯白嫩初高中在线观看| 欧美va在线播放| 麻豆精品蜜桃视频网站| 欧美精品在线观看播放| 亚洲午夜久久久久久久久电影网| 91污片在线观看| 中文字幕视频一区二区三区久| 成人高清免费在线播放| 国产日韩精品一区二区浪潮av| 精品影视av免费| 五月天久久比比资源色| 亚洲国产wwwccc36天堂| 欧美亚洲日本国产| 亚洲免费观看高清| 91美女在线看| 亚洲精品大片www| 欧美性大战久久久久久久蜜臀| 亚洲午夜久久久久| 欧美日韩精品欧美日韩精品| 日韩专区中文字幕一区二区| 7777精品伊人久久久大香线蕉完整版 | 色网站国产精品| 亚洲综合免费观看高清完整版在线 | 精品国产麻豆免费人成网站| 激情综合色综合久久综合| 欧美精品一区二区三区在线| 国产精品亚洲一区二区三区在线| 国产日本欧洲亚洲| 欧洲精品视频在线观看| 国产丝袜在线精品| 波多野结衣中文字幕一区二区三区 | 成人av在线资源| 亚洲人成小说网站色在线| 色香色香欲天天天影视综合网| 亚洲另类在线一区| 精品婷婷伊人一区三区三| 免费高清在线一区| 国产欧美一区二区三区沐欲| 99久久er热在这里只有精品15 | 成人涩涩免费视频| 亚洲精品欧美激情|