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

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

?? aclocal.m4

?? 東南大學(xué)2006年RoboCup3D仿真組球隊(duì)源程序。東南大學(xué)機(jī)器人足球隊(duì)于2006年獲得國內(nèi)機(jī)器人足球賽亞軍
?? M4
?? 第 1 頁 / 共 5 頁
字號(hào):
      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-*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  ;;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])   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}\{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_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 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    ;;  *)    # 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.    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`    ;;  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

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲一区二区偷拍精品| 日韩不卡一二三区| 在线视频你懂得一区| 日韩va欧美va亚洲va久久| 久久久精品天堂| 91国模大尺度私拍在线视频| 久久不见久久见免费视频7| 中文字幕欧美一区| 日韩免费视频一区二区| 色婷婷久久一区二区三区麻豆| 久久丁香综合五月国产三级网站 | 在线视频你懂得一区| 国产一区二区免费视频| 亚洲成人精品一区二区| 国产精品网曝门| 亚洲精品一区二区三区精华液 | 久久综合色之久久综合| 欧美日本一道本在线视频| 不卡欧美aaaaa| 六月丁香婷婷色狠狠久久| 亚洲一区二区三区中文字幕| 国产精品免费久久久久| 精品国产乱码久久久久久影片| 欧美日韩综合在线免费观看| 色综合网站在线| 色激情天天射综合网| 精品一区二区国语对白| 五月婷婷激情综合网| 亚洲精品视频在线观看网站| 欧美激情综合网| 久久美女艺术照精彩视频福利播放| 在线91免费看| 欧美在线观看你懂的| 日本久久一区二区三区| av一区二区三区在线| 国产91色综合久久免费分享| 国产一区日韩二区欧美三区| 国内外精品视频| 韩国av一区二区三区四区| 久久99国产乱子伦精品免费| 青青草成人在线观看| 日韩制服丝袜av| 国产精品一区二区不卡| 捆绑紧缚一区二区三区视频| 三级在线观看一区二区| 婷婷成人激情在线网| 亚洲chinese男男1069| 亚洲一区二区三区在线| 亚洲成av人影院在线观看网| 亚洲国产一区二区在线播放| 亚洲一区影音先锋| 偷拍一区二区三区| 久久精品国产一区二区| 国产在线国偷精品产拍免费yy| 国产伦精一区二区三区| 福利电影一区二区| 91丨九色porny丨蝌蚪| 一本一本大道香蕉久在线精品| 日本韩国欧美一区二区三区| 欧美日韩一区二区三区四区| 欧美一区二区三区啪啪| 精品欧美乱码久久久久久1区2区| 26uuu欧美| 国产精品久久福利| 亚洲另类中文字| 首页国产丝袜综合| 久久99久久精品| 成人丝袜18视频在线观看| 99在线热播精品免费| 欧美性欧美巨大黑白大战| 欧美丰满少妇xxxbbb| 精品国产亚洲在线| 亚洲国产精品成人久久综合一区 | 久久青草国产手机看片福利盒子| 日本一区二区在线不卡| 一区二区三区精密机械公司| 亚洲国产精品影院| 国内成人免费视频| 99国产一区二区三精品乱码| 欧美日韩精品电影| 久久久综合激的五月天| 一区二区三区不卡视频| 久久精品国产亚洲aⅴ| 成人高清视频在线| 欧美日韩高清在线播放| 国产丝袜美腿一区二区三区| 一区二区三区不卡视频| 国产一区二区三区久久悠悠色av| 91年精品国产| 精品久久人人做人人爽| 亚洲精品高清视频在线观看| 精品一区二区三区视频在线观看 | 99久久精品99国产精品| 这里只有精品免费| 国产精品伦理一区二区| 日韩av在线播放中文字幕| 成人av在线资源网站| 69堂精品视频| 樱花影视一区二区| 国产精品一区二区你懂的| 欧美三级视频在线| 欧美激情一区二区三区在线| 五月婷婷欧美视频| 91一区二区三区在线观看| 久久久综合视频| 日本成人超碰在线观看| 91在线播放网址| 久久综合九色综合欧美就去吻| 亚洲一区二区美女| 成人黄动漫网站免费app| 精品免费国产二区三区 | 国产精品久久久久永久免费观看 | aaa国产一区| 久久综合九色综合欧美亚洲| 偷窥国产亚洲免费视频 | 久久理论电影网| 免费精品99久久国产综合精品| 欧美性三三影院| 亚洲色图欧美激情| 成人丝袜视频网| 国产日韩v精品一区二区| 久久精品72免费观看| 欧美日韩国产大片| 一区二区免费在线| 色综合久久综合网欧美综合网| 国产亚洲综合av| 国产乱码精品一区二区三区五月婷 | 91精品国产一区二区| 亚洲国产毛片aaaaa无费看| 91黄色激情网站| 亚洲老司机在线| 91理论电影在线观看| 最新国产成人在线观看| 国产盗摄一区二区三区| 久久久国际精品| 国产成人免费视频网站| 中文一区在线播放| 粉嫩在线一区二区三区视频| 国产日产欧美一区| 豆国产96在线|亚洲| 国产区在线观看成人精品| 国产精品自在欧美一区| 久久亚洲捆绑美女| 国产福利视频一区二区三区| 久久久美女艺术照精彩视频福利播放| 韩国av一区二区三区| 日本一区二区免费在线| 成人丝袜视频网| 18欧美亚洲精品| 亚洲免费在线视频| 色综合天天综合在线视频| 亚洲蜜臀av乱码久久精品| 欧美午夜精品理论片a级按摩| 亚洲精品第一国产综合野| 欧美三日本三级三级在线播放| 亚州成人在线电影| 欧美精品xxxxbbbb| 美脚の诱脚舐め脚责91 | 精品久久久网站| 国产精品1区2区3区在线观看| 久久美女艺术照精彩视频福利播放| 丁香婷婷综合网| 亚洲一区二区五区| 日韩精品中午字幕| 成人激情文学综合网| 伊人婷婷欧美激情| 欧美一区二区不卡视频| 国产精品资源站在线| 18成人在线观看| 欧美日韩国产精选| 国产精品一区二区不卡| 亚洲欧美日韩国产综合在线| 欧美乱熟臀69xxxxxx| 黑人巨大精品欧美一区| 亚洲同性gay激情无套| 欧美军同video69gay| 精品一区二区三区在线播放视频| 欧美激情中文字幕一区二区| 欧美亚洲综合久久| 久久机这里只有精品| 亚洲日本丝袜连裤袜办公室| 91精品蜜臀在线一区尤物| 福利一区二区在线观看| 亚洲国产一区二区三区青草影视| www国产亚洲精品久久麻豆| 91影视在线播放| 国精品**一区二区三区在线蜜桃 | 国产馆精品极品| 一区二区三区在线播放| 精品嫩草影院久久| 在线观看国产91| 国产精品白丝jk白祙喷水网站| 亚洲一级二级在线| 久久久精品免费免费| 欧美老肥妇做.爰bbww视频| 日本不卡一区二区| 色综合激情五月| 2020日本不卡一区二区视频| 日韩av一级片| 久久精品国产精品青草|