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

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

?? configure

?? LxBank是一個基于Qt/X的家庭儲蓄應用程序
??
?? 第 1 頁 / 共 5 頁
字號:
fifiCC=$ac_cv_prog_CCif test -n "$CC"; then  echo "$as_me:1637: result: $CC" >&5echo "${ECHO_T}$CC" >&6else  echo "$as_me:1640: result: no" >&5echo "${ECHO_T}no" >&6fi    test -n "$CC" && break  donefiif test -z "$CC"; then  ac_ct_CC=$CC  for ac_prog in cldo  # 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:1653: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$ac_ct_CC"; then  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.else  ac_save_IFS=$IFS; IFS=$ac_path_separatorac_dummy="$PATH"for ac_dir in $ac_dummy; do  IFS=$ac_save_IFS  test -z "$ac_dir" && ac_dir=.  $as_executable_p "$ac_dir/$ac_word" || continueac_cv_prog_ac_ct_CC="$ac_prog"echo "$as_me:1668: found $ac_dir/$ac_word" >&5breakdonefifiac_ct_CC=$ac_cv_prog_ac_ct_CCif test -n "$ac_ct_CC"; then  echo "$as_me:1676: result: $ac_ct_CC" >&5echo "${ECHO_T}$ac_ct_CC" >&6else  echo "$as_me:1679: result: no" >&5echo "${ECHO_T}no" >&6fi  test -n "$ac_ct_CC" && breakdone  CC=$ac_ct_CCfifitest -z "$CC" && { { echo "$as_me:1691: error: no acceptable cc found in \$PATH" >&5echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}   { (exit 1); exit 1; }; }# Provide some information about the compiler.echo "$as_me:1696:" \     "checking for C compiler version" >&5ac_compiler=`set X $ac_compile; echo $2`{ (eval echo "$as_me:1699: \"$ac_compiler --version </dev/null >&5\"") >&5  (eval $ac_compiler --version </dev/null >&5) 2>&5  ac_status=$?  echo "$as_me:1702: \$? = $ac_status" >&5  (exit $ac_status); }{ (eval echo "$as_me:1704: \"$ac_compiler -v </dev/null >&5\"") >&5  (eval $ac_compiler -v </dev/null >&5) 2>&5  ac_status=$?  echo "$as_me:1707: \$? = $ac_status" >&5  (exit $ac_status); }{ (eval echo "$as_me:1709: \"$ac_compiler -V </dev/null >&5\"") >&5  (eval $ac_compiler -V </dev/null >&5) 2>&5  ac_status=$?  echo "$as_me:1712: \$? = $ac_status" >&5  (exit $ac_status); }cat >conftest.$ac_ext <<_ACEOF#line 1716 "configure"#include "confdefs.h"intmain (){  ;  return 0;}_ACEOFac_clean_files_save=$ac_clean_filesac_clean_files="$ac_clean_files a.out a.exe"# Try to create an executable without -o first, disregard a.out.# It will help us diagnose broken compilers, and finding out an intuition# of exeext.echo "$as_me:1732: checking for C compiler default output" >&5echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`if { (eval echo "$as_me:1735: \"$ac_link_default\"") >&5  (eval $ac_link_default) 2>&5  ac_status=$?  echo "$as_me:1738: \$? = $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.for ac_file in `ls 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 ) ;;    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:1761: 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:1767: 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:1772: 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:1778: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:1781: \$? = $ac_status" >&5  (exit $ac_status); }; }; then    cross_compiling=no  else    if test "$cross_compiling" = maybe; then	cross_compiling=yes    else	{ { echo "$as_me:1788: 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:1796: 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:1803: checking whether we are cross compiling" >&5echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6echo "$as_me:1805: result: $cross_compiling" >&5echo "${ECHO_T}$cross_compiling" >&6echo "$as_me:1808: checking for executable suffix" >&5echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6if { (eval echo "$as_me:1810: \"$ac_link\"") >&5  (eval $ac_link) 2>&5  ac_status=$?  echo "$as_me:1813: \$? = $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:1829: error: cannot compute EXEEXT: cannot compile and link" >&5echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}   { (exit 1); exit 1; }; }firm -f conftest$ac_cv_exeextecho "$as_me:1835: result: $ac_cv_exeext" >&5echo "${ECHO_T}$ac_cv_exeext" >&6rm -f conftest.$ac_extEXEEXT=$ac_cv_exeextac_exeext=$EXEEXTecho "$as_me:1841: checking for object suffix" >&5echo $ECHO_N "checking for object suffix... $ECHO_C" >&6if test "${ac_cv_objext+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.$ac_ext <<_ACEOF#line 1847 "configure"#include "confdefs.h"intmain (){  ;  return 0;}_ACEOFrm -f conftest.o conftest.objif { (eval echo "$as_me:1859: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:1862: \$? = $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:1874: error: cannot compute OBJEXT: cannot compile" >&5echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}   { (exit 1); exit 1; }; }firm -f conftest.$ac_cv_objext conftest.$ac_extfiecho "$as_me:1881: result: $ac_cv_objext" >&5echo "${ECHO_T}$ac_cv_objext" >&6OBJEXT=$ac_cv_objextac_objext=$OBJEXTecho "$as_me:1885: 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 1891 "configure"#include "confdefs.h"intmain (){#ifndef __GNUC__       choke me#endif  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:1906: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:1909: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:1912: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:1915: \$? = $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:1927: 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:1933: 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 1939 "configure"#include "confdefs.h"intmain (){  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:1951: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:1954: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:1957: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:1960: \$? = $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:1970: 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:1997: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:2000: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest.$ac_objext'  { (eval echo "$as_me:2003: \"$ac_try\"") >&5  (eval $ac_try) 2>&5  ac_status=$?  echo "$as_me:2006: \$? = $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 2018 "configure"#include "confdefs.h"#include <stdlib.h>$ac_declarationintmain (){exit (42);  ;  return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:2031: \"$ac_compile\"") >&5  (eval $ac_compile) 2>&5  ac_status=$?  echo "$as_me:2034: \$? = $ac_status" >&5  (exit $ac_status); } &&         { ac_try='test -s conftest.$a

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
秋霞午夜鲁丝一区二区老狼| 亚洲第一搞黄网站| 国产高清亚洲一区| 午夜视黄欧洲亚洲| 综合久久久久久| 欧美精品一区二区三区高清aⅴ | 一区二区三区在线观看动漫| 精品伦理精品一区| 欧美精三区欧美精三区| 91在线观看美女| 成人免费毛片片v| 国产乱人伦偷精品视频免下载| 亚洲成av人综合在线观看| 亚洲免费色视频| 国产欧美精品一区二区三区四区| 欧美精品在欧美一区二区少妇| 99re这里都是精品| 91网站最新地址| 成人白浆超碰人人人人| 成人在线视频一区| 国产成人免费xxxxxxxx| 国产精品99久久久久久宅男| 国产成人在线电影| 天堂蜜桃一区二区三区| 亚洲色图视频网| 自拍偷自拍亚洲精品播放| 国产精品高潮呻吟久久| 国产精品久久久久婷婷| 最新成人av在线| 亚洲欧美日韩国产手机在线| 亚洲欧美一区二区三区久本道91 | 日韩精品资源二区在线| 91精品婷婷国产综合久久| 911国产精品| 欧美一区二区三区人| 日韩欧美一区在线观看| 欧美日免费三级在线| 欧美三级蜜桃2在线观看| 欧美日本一区二区三区四区| 欧美高清视频在线高清观看mv色露露十八 | 欧美一级xxx| 精品国产第一区二区三区观看体验| 欧美电影免费观看高清完整版在线 | 久久久久9999亚洲精品| 国产日产欧产精品推荐色| 国产精品污www在线观看| 久久综合九色综合97_久久久| 精品sm捆绑视频| 国产精品色一区二区三区| 国产精品理伦片| 亚洲成人激情自拍| 国精产品一区一区三区mba视频 | 一区二区三区中文在线| 五月婷婷另类国产| 国产精品自拍一区| 在线欧美日韩国产| 欧美日韩一区二区在线观看视频| 日韩欧美国产不卡| 国产精品国产三级国产aⅴ无密码| 亚洲成人中文在线| 国产呦萝稀缺另类资源| 欧美色视频在线| 日韩视频一区在线观看| 国产精品亲子伦对白| 日韩电影在线免费观看| eeuss国产一区二区三区| 日韩一区二区三区三四区视频在线观看| xnxx国产精品| 另类专区欧美蜜桃臀第一页| 色婷婷激情综合| 亚洲午夜电影网| 91精品国产一区二区三区香蕉 | 久久精品二区亚洲w码| 色婷婷亚洲精品| 日韩精品一二三区| 欧美日韩国产乱码电影| 91老师国产黑色丝袜在线| 另类小说综合欧美亚洲| 欧美色涩在线第一页| 国产精品毛片大码女人| 日韩av中文在线观看| 欧美亚洲一区二区在线| 亚洲欧美色一区| 国产福利精品导航| 日韩欧美一区在线观看| 亚洲成人动漫在线免费观看| 黄页视频在线91| 7777精品伊人久久久大香线蕉超级流畅 | 亚洲成人av免费| 色婷婷一区二区| 中文字幕在线一区免费| 国产成人精品免费网站| 精品剧情在线观看| 麻豆精品国产传媒mv男同| 在线日韩国产精品| 亚洲精品国产高清久久伦理二区| 丁香激情综合国产| 日本一区二区三区在线观看| 激情综合一区二区三区| 日韩精品中文字幕在线一区| 亚洲成a天堂v人片| 91精品国产免费| 久久精品国产秦先生| 日韩二区三区在线观看| 国内一区二区在线| 久久精品欧美日韩精品| 成人精品免费网站| 一区二区三区在线观看欧美| 欧美一级精品在线| 成人教育av在线| 亚洲二区在线视频| 精品嫩草影院久久| 99久久久国产精品| 日本人妖一区二区| 中文字幕久久午夜不卡| 欧美性生活久久| 国产精品99久久久久久久女警| 亚洲黄网站在线观看| 久久久五月婷婷| 欧美日韩国产电影| 成人小视频免费在线观看| 午夜影视日本亚洲欧洲精品| 久久精品一区四区| 欧美剧情片在线观看| 成人av在线播放网站| 激情深爱一区二区| 午夜精品一区二区三区三上悠亚| 久久午夜羞羞影院免费观看| 555www色欧美视频| 91麻豆国产精品久久| 国产一区二区毛片| 偷拍日韩校园综合在线| 亚洲欧美中日韩| 久久天堂av综合合色蜜桃网| 欧美日韩一区二区在线视频| 99视频精品免费视频| 国产精品一线二线三线精华| 日本免费新一区视频 | 高清在线观看日韩| 天堂成人国产精品一区| 亚洲精品成人在线| 亚洲欧洲日产国码二区| 久久久www免费人成精品| 日韩久久久久久| 91精品国产综合久久久久久漫画| 色综合久久久久久久久久久| 成人动漫精品一区二区| 国产精品香蕉一区二区三区| 国产一区二区成人久久免费影院| 蜜芽一区二区三区| 日韩经典一区二区| 天天做天天摸天天爽国产一区| 亚洲女厕所小便bbb| 亚洲精品综合在线| 亚洲日本在线观看| 亚洲黄色小说网站| 一区二区三区中文在线观看| 亚洲在线观看免费| 亚洲成人tv网| 男人操女人的视频在线观看欧美 | 日韩视频一区二区在线观看| 欧美一区二区三区白人| 欧美高清视频在线高清观看mv色露露十八 | 六月丁香婷婷久久| 久久99国产精品成人| 国模冰冰炮一区二区| 国产成人亚洲综合a∨婷婷 | 欧美日韩国产首页| 欧美另类高清zo欧美| 日韩免费看的电影| 久久久青草青青国产亚洲免观| 中文字幕精品综合| 一区二区三区美女视频| 丝袜美腿亚洲色图| 国内精品久久久久影院色| 国产精品77777| 91国产免费观看| 欧美一级二级在线观看| 久久久精品人体av艺术| 亚洲视频一区在线| 五月婷婷色综合| 国产精品一区久久久久| 91免费观看国产| 欧美精品第1页| 国产女人aaa级久久久级| 一区二区不卡在线视频 午夜欧美不卡在| 亚洲图片有声小说| 狠狠色狠狠色综合| 97久久精品人人做人人爽50路| 欧美日韩国产大片| 国产精品久久久久永久免费观看 | 91美女精品福利| 欧美一区二区三区精品| 久久精品亚洲国产奇米99| 亚洲美女精品一区| 麻豆精品一区二区av白丝在线| 丁香桃色午夜亚洲一区二区三区| 欧美日韩视频一区二区| 久久天堂av综合合色蜜桃网| 亚洲风情在线资源站|