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

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

?? aclocal.m4

?? USB Host 開發中支持數碼相機的源碼。即Picture To Picture協議的完整實現
?? M4
?? 第 1 頁 / 共 5 頁
字號:
])])# _LT_AC_PROG_ECHO_BACKSLASH# _LT_AC_LOCK# -----------AC_DEFUN([_LT_AC_LOCK],[AC_ARG_ENABLE([libtool-lock],    [AC_HELP_STRING([--disable-libtool-lock],	[avoid locking (might break parallel builds)])])test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes# Some flags need to be propagated to the compiler or linker for good# libtool support.case $host inia64-*-hpux*)  # Find out which ABI we are using.  echo 'int i;' > conftest.$ac_ext  if AC_TRY_EVAL(ac_compile); then    case `/usr/bin/file conftest.$ac_objext` in    *ELF-32*)      HPUX_IA64_MODE="32"      ;;    *ELF-64*)      HPUX_IA64_MODE="64"      ;;    esac  fi  rm -rf conftest*  ;;*-*-irix6*)  # Find out which ABI we are using.  echo '[#]line __oline__ "configure"' > conftest.$ac_ext  if AC_TRY_EVAL(ac_compile); then   if test "$lt_cv_prog_gnu_ld" = yes; then    case `/usr/bin/file conftest.$ac_objext` in    *32-bit*)      LD="${LD-ld} -melf32bsmip"      ;;    *N32*)      LD="${LD-ld} -melf32bmipn32"      ;;    *64-bit*)      LD="${LD-ld} -melf64bmip"      ;;    esac   else    case `/usr/bin/file conftest.$ac_objext` in    *32-bit*)      LD="${LD-ld} -32"      ;;    *N32*)      LD="${LD-ld} -n32"      ;;    *64-bit*)      LD="${LD-ld} -64"      ;;    esac   fi  fi  rm -rf conftest*  ;;x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)  # Find out which ABI we are using.  echo 'int i;' > conftest.$ac_ext  if AC_TRY_EVAL(ac_compile); then    case "`/usr/bin/file conftest.o`" in    *32-bit*)      case $host in        x86_64-*linux*)          LD="${LD-ld} -m elf_i386"          ;;        ppc64-*linux*|powerpc64-*linux*)          LD="${LD-ld} -m elf32ppclinux"          ;;        s390x-*linux*)          LD="${LD-ld} -m elf_s390"          ;;        sparc64-*linux*)          LD="${LD-ld} -m elf32_sparc"          ;;      esac      ;;    *64-bit*)      case $host in        x86_64-*linux*)          LD="${LD-ld} -m elf_x86_64"          ;;        ppc*-*linux*|powerpc*-*linux*)          LD="${LD-ld} -m elf64ppc"          ;;        s390*-*linux*)          LD="${LD-ld} -m elf64_s390"          ;;        sparc*-*linux*)          LD="${LD-ld} -m elf64_sparc"          ;;      esac      ;;    esac  fi  rm -rf conftest*  ;;*-*-sco3.2v5*)  # On SCO OpenServer 5, we need -belf to get full-featured binaries.  SAVE_CFLAGS="$CFLAGS"  CFLAGS="$CFLAGS -belf"  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,    [AC_LANG_PUSH(C)     AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])     AC_LANG_POP])  if test x"$lt_cv_cc_needs_belf" != x"yes"; then    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf    CFLAGS="$SAVE_CFLAGS"  fi  ;;AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],[*-*-cygwin* | *-*-mingw* | *-*-pw32*)  AC_CHECK_TOOL(DLLTOOL, dlltool, false)  AC_CHECK_TOOL(AS, as, false)  AC_CHECK_TOOL(OBJDUMP, objdump, false)  ;;  ])esacneed_locks="$enable_libtool_lock"])# _LT_AC_LOCK# AC_LIBTOOL_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,#		[OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])# ----------------------------------------------------------------# Check whether the given compiler option worksAC_DEFUN([AC_LIBTOOL_COMPILER_OPTION],[AC_REQUIRE([LT_AC_PROG_SED])AC_CACHE_CHECK([$1], [$2],  [$2=no  ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])   printf "$lt_simple_compile_test_code" > conftest.$ac_ext   lt_compiler_flag="$3"   # Insert the option either (1) after the last *FLAGS variable, or   # (2) before a word containing "conftest.", or (3) at the end.   # Note that $ac_compile itself does not contain backslashes and begins   # with a dollar sign (not a hyphen), so the echo should work correctly.   # The option is referenced via a variable to avoid confusing sed.   lt_compile=`echo "$ac_compile" | $SED \   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \   -e 's:$: $lt_compiler_flag:'`   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)   (eval "$lt_compile" 2>conftest.err)   ac_status=$?   cat conftest.err >&AS_MESSAGE_LOG_FD   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD   if (exit $ac_status) && test -s "$ac_outfile"; then     # The compiler can only warn and ignore the option if not recognized     # So say no if there are warnings     if test ! -s conftest.err; then       $2=yes     fi   fi   $rm conftest*])if test x"[$]$2" = xyes; then    ifelse([$5], , :, [$5])else    ifelse([$6], , :, [$6])fi])# AC_LIBTOOL_COMPILER_OPTION# AC_LIBTOOL_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,#                          [ACTION-SUCCESS], [ACTION-FAILURE])# ------------------------------------------------------------# Check whether the given compiler option worksAC_DEFUN([AC_LIBTOOL_LINKER_OPTION],[AC_CACHE_CHECK([$1], [$2],  [$2=no   save_LDFLAGS="$LDFLAGS"   LDFLAGS="$LDFLAGS $3"   printf "$lt_simple_link_test_code" > conftest.$ac_ext   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then     # The compiler can only warn and ignore the option if not recognized     # So say no if there are warnings     if test -s conftest.err; then       # Append any errors to the config.log.       cat conftest.err 1>&AS_MESSAGE_LOG_FD     else       $2=yes     fi   fi   $rm conftest*   LDFLAGS="$save_LDFLAGS"])if test x"[$]$2" = xyes; then    ifelse([$4], , :, [$4])else    ifelse([$5], , :, [$5])fi])# AC_LIBTOOL_LINKER_OPTION# AC_LIBTOOL_SYS_MAX_CMD_LEN# --------------------------AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN],[# find the maximum length of command line argumentsAC_MSG_CHECKING([the maximum length of command line arguments])AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl  i=0  teststring="ABCD"  case $build_os in  msdosdjgpp*)    # On DJGPP, this test can blow up pretty badly due to problems in libc    # (any single argument exceeding 2000 bytes causes a buffer overrun    # during glob expansion).  Even if it were fixed, the result of this    # check would be larger than it should be.    lt_cv_sys_max_cmd_len=12288;    # 12K is about right    ;;  gnu*)    # Under GNU Hurd, this test is not required because there is    # no limit to the length of command line arguments.    # Libtool will interpret -1 as no limit whatsoever    lt_cv_sys_max_cmd_len=-1;    ;;  cygwin* | mingw*)    # On Win9x/ME, this test blows up -- it succeeds, but takes    # about 5 minutes as the teststring grows exponentially.    # Worse, since 9x/ME are not pre-emptively multitasking,    # you end up with a "frozen" computer, even though with patience    # the test eventually succeeds (with a max line length of 256k).    # Instead, let's just punt: use the minimum linelength reported by    # all of the supported platforms: 8192 (on NT/2K/XP).    lt_cv_sys_max_cmd_len=8192;    ;;  amigaos*)    # On AmigaOS with pdksh, this test takes hours, literally.    # So we just punt and use a minimum line length of 8192.    lt_cv_sys_max_cmd_len=8192;    ;; *)    # If test is not a shell built-in, we'll probably end up computing a    # maximum length that is only half of the actual maximum length, but    # we can't tell.    while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \	       = "XX$teststring") >/dev/null 2>&1 &&	    new_result=`expr "X$teststring" : ".*" 2>&1` &&	    lt_cv_sys_max_cmd_len=$new_result &&	    test $i != 17 # 1/2 MB should be enough    do      i=`expr $i + 1`      teststring=$teststring$teststring    done    teststring=    # Add a significant safety factor because C++ compilers can tack on massive    # amounts of additional arguments before passing them to the linker.    # It appears as though 1/2 is a usable value.    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`    ;;  esac])if test -n $lt_cv_sys_max_cmd_len ; then  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)else  AC_MSG_RESULT(none)fi])# AC_LIBTOOL_SYS_MAX_CMD_LEN# _LT_AC_CHECK_DLFCN# --------------------AC_DEFUN([_LT_AC_CHECK_DLFCN],[AC_CHECK_HEADERS(dlfcn.h)dnl])# _LT_AC_CHECK_DLFCN# _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,#                           ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)# ------------------------------------------------------------------AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnlif test "$cross_compiling" = yes; then :  [$4]else  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2  lt_status=$lt_dlunknown  cat > conftest.$ac_ext <<EOF[#line __oline__ "configure"#include "confdefs.h"#if HAVE_DLFCN_H#include <dlfcn.h>#endif#include <stdio.h>#ifdef RTLD_GLOBAL#  define LT_DLGLOBAL		RTLD_GLOBAL#else#  ifdef DL_GLOBAL#    define LT_DLGLOBAL		DL_GLOBAL#  else#    define LT_DLGLOBAL		0#  endif#endif/* We may have to define LT_DLLAZY_OR_NOW in the command line if we   find out it does not work in some platform. */#ifndef LT_DLLAZY_OR_NOW#  ifdef RTLD_LAZY#    define LT_DLLAZY_OR_NOW		RTLD_LAZY#  else#    ifdef DL_LAZY#      define LT_DLLAZY_OR_NOW		DL_LAZY#    else#      ifdef RTLD_NOW#        define LT_DLLAZY_OR_NOW	RTLD_NOW#      else#        ifdef DL_NOW#          define LT_DLLAZY_OR_NOW	DL_NOW#        else#          define LT_DLLAZY_OR_NOW	0#        endif#      endif#    endif#  endif#endif#ifdef __cplusplusextern "C" void exit (int);#endifvoid fnord() { int i=42;}int main (){  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);  int status = $lt_dlunknown;  if (self)    {      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;      /* dlclose (self); */    }    exit (status);}]EOF  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then    (./conftest; exit; ) 2>/dev/null    lt_status=$?    case x$lt_status in      x$lt_dlno_uscore) $1 ;;      x$lt_dlneed_uscore) $2 ;;      x$lt_unknown|x*) $3 ;;    esac  else :    # compilation failed    $3  fifirm -fr conftest*])# _LT_AC_TRY_DLOPEN_SELF# AC_LIBTOOL_DLOPEN_SELF# -------------------AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnlif test "x$enable_dlopen" != xyes; then  enable_dlopen=unknown  enable_dlopen_self=unknown  enable_dlopen_self_static=unknownelse  lt_cv_dlopen=no  lt_cv_dlopen_libs=  case $host_os in  beos*)    lt_cv_dlopen="load_add_on"    lt_cv_dlopen_libs=    lt_cv_dlopen_self=yes    ;;  mingw* | pw32*)    lt_cv_dlopen="LoadLibrary"    lt_cv_dlopen_libs=   ;;  cygwin*)    lt_cv_dlopen="dlopen"    lt_cv_dlopen_libs=   ;;  darwin*)  # if libdl is installed we need to link against it    AC_CHECK_LIB([dl], [dlopen],		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[    lt_cv_dlopen="dyld"    lt_cv_dlopen_libs=    lt_cv_dlopen_self=yes    ])   ;;  *)    AC_CHECK_FUNC([shl_load],	  [lt_cv_dlopen="shl_load"],      [AC_CHECK_LIB([dld], [shl_load],	    [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],	[AC_CHECK_FUNC([dlopen],	      [lt_cv_dlopen="dlopen"],	  [AC_CHECK_LIB([dl], [dlopen],		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲自拍与偷拍| 久久国产福利国产秒拍| 99久久精品99国产精品| 亚洲日本va午夜在线电影| 色悠久久久久综合欧美99| 亚洲国产乱码最新视频 | 国产精品久久久久久久久久免费看| 成人手机在线视频| 亚洲一区在线观看网站| 亚洲精品一线二线三线| av爱爱亚洲一区| 美女一区二区久久| 亚洲码国产岛国毛片在线| 欧美成人欧美edvon| 成人免费视频播放| 久久aⅴ国产欧美74aaa| 一区二区三区蜜桃| 久久久久久久综合色一本| 欧美日韩日日骚| 国产精品伊人色| 偷拍与自拍一区| 亚洲精品免费视频| 中文字幕精品一区| 精品国产一区久久| 欧美亚洲综合另类| 91天堂素人约啪| 国产成人免费视| 激情综合网最新| 午夜精品久久久久影视| 亚洲色欲色欲www| 欧美极品美女视频| 久久久亚洲午夜电影| 欧美一区二区三区系列电影| 国产**成人网毛片九色 | 免费欧美高清视频| 国产精品视频线看| 久久亚洲欧美国产精品乐播| 欧美一区二区高清| 日韩欧美成人激情| 欧美一区二区三区视频在线| 欧美日韩精品高清| 欧美一区二区三区视频在线| 欧美另类一区二区三区| 欧美日韩一二三区| 欧美一区2区视频在线观看| 欧美日本一区二区三区四区| 欧美性受xxxx| 欧美久久久久久久久中文字幕| 91精品国产aⅴ一区二区| 欧美视频一区二区三区| 欧美日韩久久一区| 337p亚洲精品色噜噜噜| 欧美一级免费观看| 日韩欧美国产wwwww| 2020国产精品自拍| 中文在线资源观看网站视频免费不卡 | 成人免费高清在线| 福利一区在线观看| 91香蕉国产在线观看软件| 色综合久久天天| 欧美无人高清视频在线观看| 在线亚洲精品福利网址导航| 91久久国产最好的精华液| 欧美亚洲自拍偷拍| 日韩一区二区在线观看视频| 欧美变态tickling挠脚心| 久久久av毛片精品| 日韩中文字幕一区二区三区| 久久国产婷婷国产香蕉| 国产成人精品免费视频网站| 色综合网站在线| 91精品国产综合久久香蕉麻豆| 欧美精品一区二区不卡| 亚洲国产精品成人综合| 亚洲一区在线观看视频| 麻豆久久久久久| 青青草精品视频| 欧美午夜精品久久久久久孕妇| 在线观看一区二区视频| 在线免费精品视频| 国产一区不卡视频| 色综合一个色综合| 91精品国模一区二区三区| 国产欧美日韩不卡免费| 亚洲色图第一区| 老司机午夜精品| 97se亚洲国产综合自在线| 91麻豆精品国产综合久久久久久 | 亚洲成av人片www| 九九九久久久精品| 91久久免费观看| 欧美mv日韩mv亚洲| 亚洲国产婷婷综合在线精品| 国产伦精品一区二区三区视频青涩| 色狠狠桃花综合| 国产精品色一区二区三区| 天堂va蜜桃一区二区三区| av不卡在线播放| 久久综合九色综合97婷婷女人| 亚洲线精品一区二区三区八戒| 精品影院一区二区久久久| 欧美在线三级电影| 国产精品欧美一级免费| 麻豆视频一区二区| 欧美日韩高清一区二区| 自拍偷拍国产精品| 成人午夜av在线| 2023国产精品自拍| 久久9热精品视频| 9191久久久久久久久久久| 亚洲美女电影在线| 91在线国产观看| 中文字幕一区二区三区色视频| 国内精品在线播放| 日韩精品中文字幕一区二区三区| 亚洲二区视频在线| 欧美性色黄大片手机版| 亚洲激情网站免费观看| 91亚洲国产成人精品一区二区三 | 日韩欧美国产综合| 五月天久久比比资源色| 欧美乱熟臀69xxxxxx| 夜色激情一区二区| 91国模大尺度私拍在线视频| 亚洲免费成人av| 一本久久a久久免费精品不卡| 最新中文字幕一区二区三区| 成人国产精品免费观看动漫| 国产精品天干天干在线综合| 成人午夜免费av| 亚洲视频在线一区观看| 欧美色综合网站| 亚洲国产精品久久人人爱| 在线观看亚洲精品视频| 亚洲一区二区在线视频| 欧美日韩情趣电影| 国内偷窥港台综合视频在线播放| 精品福利一二区| 国产成人精品亚洲日本在线桃色| 国产性天天综合网| 一本到一区二区三区| 亚洲国产欧美另类丝袜| 日韩亚洲欧美一区二区三区| 免费成人在线影院| 国产亚洲欧美日韩日本| 色综合久久久久久久久久久| 亚洲一线二线三线久久久| 欧美剧在线免费观看网站| 男男视频亚洲欧美| 国产清纯白嫩初高生在线观看91| 91同城在线观看| 喷水一区二区三区| 国产精品免费人成网站| 欧美色偷偷大香| 国产乱人伦精品一区二区在线观看 | 亚洲视频免费看| 欧美日韩mp4| 国产毛片精品国产一区二区三区| 亚洲人成小说网站色在线| 91精品国产色综合久久久蜜香臀| 国产成人自拍网| 亚洲va国产天堂va久久en| 久久这里只有精品首页| 欧美日韩在线三级| 国产精品18久久久| 午夜精品一区二区三区三上悠亚| 久久久高清一区二区三区| 91国模大尺度私拍在线视频| 国产一二精品视频| 婷婷综合另类小说色区| 国产精品系列在线| 欧美不卡在线视频| 欧美日韩极品在线观看一区| 成人av资源下载| 日本乱人伦aⅴ精品| 久久se精品一区二区| 亚洲激情综合网| 欧美国产97人人爽人人喊| 欧美精品久久一区| 91丨porny丨最新| 极品瑜伽女神91| 日韩国产欧美在线视频| 亚洲男人天堂一区| 国产精品美女久久久久久久网站| 欧美日本精品一区二区三区| 不卡区在线中文字幕| 国产精品一区二区三区99| 免费观看成人av| 一区二区三区在线观看视频| 国产精品无圣光一区二区| 久久综合丝袜日本网| 日韩欧美中文字幕精品| 欧美二区乱c少妇| 欧美精品一二三区| 欧美日韩一区二区三区在线看| 99国产精品久久久久| 成人黄色a**站在线观看| 国产精品夜夜爽| 成人爽a毛片一区二区免费| 国产综合成人久久大片91|