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

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

?? aclocal.m4

?? 基于LINUX內核驅動的開發
?? M4
?? 第 1 頁 / 共 5 頁
字號:
      # This shell has a builtin print -r that does the trick.      echo='print -r'    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&	 test "X$CONFIG_SHELL" != X/bin/ksh; then      # If we have ksh, try running configure again with it.      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}      export ORIGINAL_CONFIG_SHELL      CONFIG_SHELL=/bin/ksh      export CONFIG_SHELL      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}    else      # Try using printf.      echo='printf %s\n'      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&	 test "X$echo_testing_string" = "X$echo_test_string"; then	# Cool, printf works	:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&	   test "X$echo_testing_string" = 'X\t' &&	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&	   test "X$echo_testing_string" = "X$echo_test_string"; then	CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL	export CONFIG_SHELL	SHELL="$CONFIG_SHELL"	export SHELL	echo="$CONFIG_SHELL [$]0 --fallback-echo"      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&	   test "X$echo_testing_string" = 'X\t' &&	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&	   test "X$echo_testing_string" = "X$echo_test_string"; then	echo="$CONFIG_SHELL [$]0 --fallback-echo"      else	# maybe with a smaller string...	prev=:	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null	  then	    break	  fi	  prev="$cmd"	done	if test "$prev" != 'sed 50q "[$]0"'; then	  echo_test_string=`eval $prev`	  export echo_test_string	  exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}	else	  # Oops.  We lost completely, so just stick with echo.	  echo=echo	fi      fi    fi  fififi# Copy echo and quote the copy suitably for passing to libtool from# the Makefile, instead of quoting the original, which is used later.ECHO=$echoif test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"fiAC_SUBST(ECHO)])])# _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-*kfreebsd*-gnu|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-*kfreebsd*-gnu)          LD="${LD-ld} -m elf_i386_fbsd"          ;;        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*)      libsuff=64      case $host in        x86_64-*kfreebsd*-gnu)          LD="${LD-ld} -m elf_x86_64_fbsd"          ;;        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  ;;sparc*-*solaris*)  # 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    *64-bit*)      case $lt_cv_prog_gnu_ld in      yes*) LD="${LD-ld} -m elf64_sparc" ;;      *)    LD="${LD-ld} -64" ;;      esac      ;;    esac  fi  rm -rf conftest*  ;;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])   echo "$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}\{0,1\} :&$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 other than the usual output.     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; 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_REQUIRE([LT_AC_PROG_SED])dnlAC_CACHE_CHECK([$1], [$2],  [$2=no   save_LDFLAGS="$LDFLAGS"   LDFLAGS="$LDFLAGS $3"   echo "$lt_simple_link_test_code" > conftest.$ac_ext   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then     # The linker 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       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2       if diff conftest.exp conftest.er2 >/dev/null; then         $2=yes       fi     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;    ;;  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)    # This has been around since 386BSD, at least.  Likely further.    if test -x /sbin/sysctl; then      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`    elif test -x /usr/sbin/sysctl; then      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`    else      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs    fi    # And add a safety zone    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`    ;;  interix*)    # We know the value 262144 and hardcode it with a safety zone (like BSD)    lt_cv_sys_max_cmd_len=196608    ;;  osf*)    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not    # nice to cause kernel panics so lets avoid the loop below.    # First set a reasonable default.    lt_cv_sys_max_cmd_len=16384    #    if test -x /sbin/sysconfig; then      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in        *1*) lt_cv_sys_max_cmd_len=-1 ;;      esac    fi    ;;  sco3.2v5*)    lt_cv_sys_max_cmd_len=102400    ;;  sysv5* | sco5v6* | sysv4.2uw2*)    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`    if test -n "$kargmax"; then      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ 	]]//'`    else      lt_cv_sys_max_cmd_len=32768    fi    ;;  *)    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`    if test -n "$lt_cv_sys_max_cmd_len"; then      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`    else      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}      while (test "X"`$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`    fi    ;;  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)

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久亚洲私人国产精品va媚药| 亚洲欧美另类久久久精品| 国产精品视频一二三区| 亚洲成av人影院| 成人a免费在线看| 日韩三级在线免费观看| 亚洲综合精品久久| 成人黄色免费短视频| 日韩欧美另类在线| 午夜视频一区在线观看| 91网站视频在线观看| 国产亚洲欧美在线| 美腿丝袜亚洲综合| 欧美日韩成人综合天天影院 | 91精品国产综合久久香蕉麻豆| 国产精品拍天天在线| 国产毛片精品视频| 欧美一区二区三区免费视频| 一区二区三区在线观看视频| jizzjizzjizz欧美| 久久亚洲捆绑美女| 久久66热偷产精品| 日韩一级视频免费观看在线| 三级久久三级久久| 欧美巨大另类极品videosbest | 欧美午夜片在线看| 亚洲欧美一区二区视频| av中文字幕不卡| 日本一区二区三区四区在线视频| 国产在线精品一区二区| www国产成人免费观看视频 深夜成人网| 午夜精品久久久久久久99水蜜桃| 日本高清不卡视频| 午夜a成v人精品| 欧美另类变人与禽xxxxx| 视频一区在线播放| 91精品国产一区二区人妖| 日韩电影网1区2区| 精品国产伦一区二区三区观看体验| 青娱乐精品在线视频| 精品日本一线二线三线不卡| 国产中文字幕一区| 中文字幕av不卡| 91蜜桃传媒精品久久久一区二区| 亚洲黄网站在线观看| 欧美在线观看你懂的| 日韩va欧美va亚洲va久久| 欧美v亚洲v综合ⅴ国产v| 国产二区国产一区在线观看| 国产精品网站导航| 欧美三级日韩三级| 久久av中文字幕片| 国产欧美一区二区精品久导航| 大胆亚洲人体视频| 亚洲国产成人porn| 欧美mv和日韩mv的网站| 成人激情黄色小说| 丝袜美腿高跟呻吟高潮一区| 精品对白一区国产伦| 99精品视频一区二区三区| 一区二区三区日韩精品视频| 91麻豆精品国产自产在线观看一区| 久久se这里有精品| 亚洲人成网站色在线观看| 91麻豆精品久久久久蜜臀| 国产99久久久国产精品免费看| 亚洲欧美日韩国产一区二区三区 | 久久久久久一二三区| 91欧美激情一区二区三区成人| 日韩电影一二三区| 亚洲欧洲一区二区三区| 欧美成人午夜电影| 欧美性极品少妇| 国产美女一区二区三区| 亚洲sss视频在线视频| 欧美极品少妇xxxxⅹ高跟鞋| 欧美日韩国产片| 99视频国产精品| 另类欧美日韩国产在线| 亚洲男同性恋视频| 久久久久99精品一区| 在线不卡免费欧美| 色婷婷久久一区二区三区麻豆| 黑人精品欧美一区二区蜜桃| 亚洲国产精品一区二区久久| 国产亚洲污的网站| 日韩三级精品电影久久久| 色综合天天综合| 高清不卡一区二区在线| 日韩av一区二区在线影视| 亚洲黄色av一区| 国产精品无码永久免费888| 精品国产成人系列| 欧美一区二区三区啪啪| 欧美三级一区二区| 在线看日韩精品电影| 大陆成人av片| 风间由美一区二区三区在线观看 | 久久无码av三级| 91精品国产色综合久久不卡电影| 色综合色狠狠天天综合色| 国产成人免费视| 国产精品一区免费在线观看| 久久国产人妖系列| 婷婷成人激情在线网| 亚洲一区二区三区爽爽爽爽爽 | 成人av在线影院| 国产精品99久久久久久宅男| 精品一区二区三区在线播放 | 亚洲成av人**亚洲成av**| 樱桃国产成人精品视频| 亚洲视频中文字幕| 亚洲三级久久久| 亚洲猫色日本管| 亚洲一二三四区| 亚洲成人av免费| 偷拍与自拍一区| 日韩成人av影视| 久久99精品久久久久久| 精品亚洲成a人在线观看| 激情小说欧美图片| 床上的激情91.| 色狠狠色狠狠综合| 欧美日本乱大交xxxxx| 欧美一区二区精品久久911| 日韩一区二区中文字幕| 26uuu精品一区二区三区四区在线 26uuu精品一区二区在线观看 | 欧美性猛交xxxxxxxx| 欧美午夜精品久久久久久孕妇| 在线观看一区日韩| 91精品国产91久久综合桃花| 日韩亚洲欧美在线观看| www国产亚洲精品久久麻豆| 国产欧美视频一区二区| 中文字幕中文字幕一区二区 | 精品在线亚洲视频| 国产一区二区不卡在线| 大陆成人av片| 欧美日韩一区中文字幕| 精品女同一区二区| 国产精品国产成人国产三级| 亚洲第一福利视频在线| 国产最新精品精品你懂的| 99视频精品免费视频| 欧美日韩精品一区二区天天拍小说 | 久久精品日产第一区二区三区高清版| 国产亚洲欧美日韩日本| 亚洲免费在线观看视频| 免费观看久久久4p| 99久久er热在这里只有精品15| 欧美日韩在线电影| 久久久国际精品| 亚洲国产色一区| 国产精品538一区二区在线| 91浏览器入口在线观看| 欧美一区二区成人6969| 中文字幕视频一区| 久久99精品国产.久久久久久| 91视频com| 精品美女被调教视频大全网站| 亚洲少妇中出一区| 国模套图日韩精品一区二区| 欧美在线观看视频一区二区三区| 久久免费看少妇高潮| 天天操天天综合网| 99精品久久久久久| 久久一夜天堂av一区二区三区| 亚洲精品第一国产综合野| 国产成人自拍网| 这里是久久伊人| 亚洲欧美国产高清| 国产大陆亚洲精品国产| 欧美电影在哪看比较好| 亚洲色图欧美偷拍| 国产精品99久久久| 精品国产一区二区三区久久影院| 一区二区国产盗摄色噜噜| 国产99久久久久| 精品国产人成亚洲区| 日本亚洲免费观看| 欧美性猛交xxxxxxxx| 亚洲视频1区2区| 99久久久无码国产精品| 国产网红主播福利一区二区| 狂野欧美性猛交blacked| 91麻豆精品国产91久久久更新时间| 亚洲黄色免费网站| 成人av电影在线| 欧美激情一区不卡| 成人一级黄色片| 国产精品网站在线播放| 国产精品一区三区| 久久伊99综合婷婷久久伊| 狠狠色综合播放一区二区| 日韩欧美在线影院| 奇米综合一区二区三区精品视频| 欧美最猛黑人xxxxx猛交| 玉米视频成人免费看| 欧美午夜宅男影院| 日韩精品视频网站|