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

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

?? aclocal.m4

?? linux下MPEG編解碼程序
?? M4
?? 第 1 頁 / 共 5 頁
字號:
      RC)	AC_LIBTOOL_LANG_RC_CONFIG	;;      *)	AC_MSG_ERROR([Unsupported tag name: $tagname])	;;      esac      # Append the new tag name to the list of available tags.      if test -n "$tagname" ; then      available_tags="$available_tags $tagname"    fi    fi  done  IFS="$lt_save_ifs"  # Now substitute the updated list of available tags.  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then    mv "${ofile}T" "$ofile"    chmod +x "$ofile"  else    rm -f "${ofile}T"    AC_MSG_ERROR([unable to update list of available tagged configurations.])  fifi])# _LT_AC_TAGCONFIG# AC_LIBTOOL_DLOPEN# -----------------# enable checks for dlopen supportAC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])])# AC_LIBTOOL_DLOPEN# AC_LIBTOOL_WIN32_DLL# --------------------# declare package support for building win32 dll'sAC_DEFUN([AC_LIBTOOL_WIN32_DLL],[AC_BEFORE([$0], [AC_LIBTOOL_SETUP])])# AC_LIBTOOL_WIN32_DLL# AC_ENABLE_SHARED([DEFAULT])# ---------------------------# implement the --enable-shared flag# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.AC_DEFUN([AC_ENABLE_SHARED],[define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnlAC_ARG_ENABLE([shared],    [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],	[build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],    [p=${PACKAGE-default}    case $enableval in    yes) enable_shared=yes ;;    no) enable_shared=no ;;    *)      enable_shared=no      # Look at the argument we got.  We use all the common list separators.      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"      for pkg in $enableval; do	IFS="$lt_save_ifs"	if test "X$pkg" = "X$p"; then	  enable_shared=yes	fi      done      IFS="$lt_save_ifs"      ;;    esac],    [enable_shared=]AC_ENABLE_SHARED_DEFAULT)])# AC_ENABLE_SHARED# AC_DISABLE_SHARED# -----------------#- set the default shared flag to --disable-sharedAC_DEFUN([AC_DISABLE_SHARED],[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnlAC_ENABLE_SHARED(no)])# AC_DISABLE_SHARED# AC_ENABLE_STATIC([DEFAULT])# ---------------------------# implement the --enable-static flag# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.AC_DEFUN([AC_ENABLE_STATIC],[define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnlAC_ARG_ENABLE([static],    [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],	[build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],    [p=${PACKAGE-default}    case $enableval in    yes) enable_static=yes ;;    no) enable_static=no ;;    *)     enable_static=no      # Look at the argument we got.  We use all the common list separators.      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"      for pkg in $enableval; do	IFS="$lt_save_ifs"	if test "X$pkg" = "X$p"; then	  enable_static=yes	fi      done      IFS="$lt_save_ifs"      ;;    esac],    [enable_static=]AC_ENABLE_STATIC_DEFAULT)])# AC_ENABLE_STATIC# AC_DISABLE_STATIC# -----------------# set the default static flag to --disable-staticAC_DEFUN([AC_DISABLE_STATIC],[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnlAC_ENABLE_STATIC(no)])# AC_DISABLE_STATIC# AC_ENABLE_FAST_INSTALL([DEFAULT])# ---------------------------------# implement the --enable-fast-install flag# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.AC_DEFUN([AC_ENABLE_FAST_INSTALL],[define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnlAC_ARG_ENABLE([fast-install],    [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],    [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],    [p=${PACKAGE-default}    case $enableval in    yes) enable_fast_install=yes ;;    no) enable_fast_install=no ;;    *)      enable_fast_install=no      # Look at the argument we got.  We use all the common list separators.      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"      for pkg in $enableval; do	IFS="$lt_save_ifs"	if test "X$pkg" = "X$p"; then	  enable_fast_install=yes	fi      done      IFS="$lt_save_ifs"      ;;    esac],    [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)])# AC_ENABLE_FAST_INSTALL# AC_DISABLE_FAST_INSTALL# -----------------------# set the default to --disable-fast-installAC_DEFUN([AC_DISABLE_FAST_INSTALL],[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnlAC_ENABLE_FAST_INSTALL(no)])# AC_DISABLE_FAST_INSTALL# AC_LIBTOOL_PICMODE([MODE])# --------------------------# implement the --with-pic flag# MODE is either `yes' or `no'.  If omitted, it defaults to `both'.AC_DEFUN([AC_LIBTOOL_PICMODE],[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnlpic_mode=ifelse($#,1,$1,default)])# AC_LIBTOOL_PICMODE# AC_PROG_EGREP# -------------# This is predefined starting with Autoconf 2.54, so this conditional# definition can be removed once we require Autoconf 2.54 or later.m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP],[AC_CACHE_CHECK([for egrep], [ac_cv_prog_egrep],   [if echo a | (grep -E '(a|b)') >/dev/null 2>&1    then ac_cv_prog_egrep='grep -E'    else ac_cv_prog_egrep='egrep'    fi]) EGREP=$ac_cv_prog_egrep AC_SUBST([EGREP])])])# AC_PATH_TOOL_PREFIX# -------------------# find a file program which can recognise shared libraryAC_DEFUN([AC_PATH_TOOL_PREFIX],[AC_REQUIRE([AC_PROG_EGREP])dnlAC_MSG_CHECKING([for $1])AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,[case $MAGIC_CMD in[[\\/*] |  ?:[\\/]*])  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.  ;;*)  lt_save_MAGIC_CMD="$MAGIC_CMD"  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATORdnl $ac_dummy forces splitting on constant user-supplied paths.dnl POSIX.2 word splitting is done only on the output of word expansions,dnl not every word.  This closes a longstanding sh security hole.  ac_dummy="ifelse([$2], , $PATH, [$2])"  for ac_dir in $ac_dummy; do    IFS="$lt_save_ifs"    test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$1; then      lt_cv_path_MAGIC_CMD="$ac_dir/$1"      if test -n "$file_magic_test_file"; then	case $deplibs_check_method in	"file_magic "*)	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |	    $EGREP "$file_magic_regex" > /dev/null; then	    :	  else	    cat <<EOF 1>&2*** Warning: the command libtool uses to detect shared libraries,*** $file_magic_cmd, produces output that libtool cannot recognize.*** The result is that libtool may fail to recognize shared libraries*** as such.  This will affect the creation of libtool libraries that*** depend on shared libraries, but programs linked with such libtool*** libraries will work regardless of this problem.  Nevertheless, you*** may want to report the problem to your system manager and/or to*** bug-libtool@gnu.orgEOF	  fi ;;	esac      fi      break    fi  done  IFS="$lt_save_ifs"  MAGIC_CMD="$lt_save_MAGIC_CMD"  ;;esac])MAGIC_CMD="$lt_cv_path_MAGIC_CMD"if test -n "$MAGIC_CMD"; then  AC_MSG_RESULT($MAGIC_CMD)else  AC_MSG_RESULT(no)fi])# AC_PATH_TOOL_PREFIX# AC_PATH_MAGIC# -------------# find a file program which can recognise a shared libraryAC_DEFUN([AC_PATH_MAGIC],[AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)if test -z "$lt_cv_path_MAGIC_CMD"; then  if test -n "$ac_tool_prefix"; then    AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)  else    MAGIC_CMD=:  fifi])# AC_PATH_MAGIC# AC_PROG_LD# ----------# find the pathname to the GNU or non-GNU linkerAC_DEFUN([AC_PROG_LD],[AC_ARG_WITH([gnu-ld],    [AC_HELP_STRING([--with-gnu-ld],	[assume the C compiler uses GNU ld @<:@default=no@:>@])],    [test "$withval" = no || with_gnu_ld=yes],    [with_gnu_ld=no])AC_REQUIRE([LT_AC_PROG_SED])dnlAC_REQUIRE([AC_PROG_CC])dnlAC_REQUIRE([AC_CANONICAL_HOST])dnlAC_REQUIRE([AC_CANONICAL_BUILD])dnlac_prog=ldif test "$GCC" = yes; then  # Check if gcc -print-prog-name=ld gives a path.  AC_MSG_CHECKING([for ld used by $CC])  case $host in  *-*-mingw*)    # gcc leaves a trailing carriage return which upsets mingw    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;  *)    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;  esac  case $ac_prog in    # Accept absolute paths.    [[\\/]]* | ?:[[\\/]]*)      re_direlt='/[[^/]][[^/]]*/\.\./'      # Canonicalize the pathname of ld      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`      done      test -z "$LD" && LD="$ac_prog"      ;;  "")    # If it fails, then pretend we aren't using GCC.    ac_prog=ld    ;;  *)    # If it is relative, then search for the first ld in PATH.    with_gnu_ld=unknown    ;;  esacelif test "$with_gnu_ld" = yes; then  AC_MSG_CHECKING([for GNU ld])else  AC_MSG_CHECKING([for non-GNU ld])fiAC_CACHE_VAL(lt_cv_path_LD,[if test -z "$LD"; then  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR  for ac_dir in $PATH; do    IFS="$lt_save_ifs"    test -z "$ac_dir" && ac_dir=.    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then      lt_cv_path_LD="$ac_dir/$ac_prog"      # Check to see if the program is GNU ld.  I'd rather use --version,      # but apparently some GNU ld's only accept -v.      # Break only if it was the GNU/non-GNU ld that we prefer.      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in      *GNU* | *'with BFD'*)	test "$with_gnu_ld" != no && break	;;      *)	test "$with_gnu_ld" != yes && break	;;      esac    fi  done  IFS="$lt_save_ifs"else  lt_cv_path_LD="$LD" # Let the user override the test with a path.fi])LD="$lt_cv_path_LD"if test -n "$LD"; then  AC_MSG_RESULT($LD)else  AC_MSG_RESULT(no)fitest -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])AC_PROG_LD_GNU])# AC_PROG_LD# AC_PROG_LD_GNU# --------------AC_DEFUN([AC_PROG_LD_GNU],[AC_REQUIRE([AC_PROG_EGREP])dnlAC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,[# I'd rather use --version here, but apparently some GNU ld's only accept -v.case `$LD -v 2>&1 </dev/null` in*GNU* | *'with BFD'*)  lt_cv_prog_gnu_ld=yes  ;;*)  lt_cv_prog_gnu_ld=no  ;;esac])with_gnu_ld=$lt_cv_prog_gnu_ld])# AC_PROG_LD_GNU# AC_PROG_LD_RELOAD_FLAG# ----------------------# find reload flag for linker#   -- PORTME Some linkers may need a different reload flag.AC_DEFUN([AC_PROG_LD_RELOAD_FLAG],[AC_CACHE_CHECK([for $LD option to reload object files],  lt_cv_ld_reload_flag,  [lt_cv_ld_reload_flag='-r'])reload_flag=$lt_cv_ld_reload_flagcase $reload_flag in"" | " "*) ;;*) reload_flag=" $reload_flag" ;;esacreload_cmds='$LD$reload_flag -o $output$reload_objs'])# AC_PROG_LD_RELOAD_FLAG# AC_DEPLIBS_CHECK_METHOD# -----------------------# how to check for library dependencies#  -- PORTME fill in with the dynamic library characteristicsAC_DEFUN([AC_DEPLIBS_CHECK_METHOD],[AC_CACHE_CHECK([how to recognise dependent libraries],lt_cv_deplibs_check_method,[lt_cv_file_magic_cmd='$MAGIC_CMD'lt_cv_file_magic_test_file=lt_cv_deplibs_check_method='unknown'# Need to set the preceding variable on all platforms that support# interlibrary dependencies.# 'none' -- dependencies not supported.# `unknown' -- same as none, but documents that we really don't know.# 'pass_all' -- all dependencies passed with no checks.# 'test_compile' -- check by making test program.# 'file_magic [[regex]]' -- check by looking for files in library path# which responds to the $file_magic_cmd with a given extended regex.# If you have `file' or equivalent on your system and you're not sure# whether `pass_all' will *always* work, you probably want this one.case $host_os inaix4* | aix5*)  lt_cv_deplibs_check_method=pass_all  ;;beos*)  lt_cv_deplibs_check_method=pass_all  ;;bsdi4*)  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'  lt_cv_file_magic_cmd='/us

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
丝袜美腿亚洲综合| 亚洲精品你懂的| 久久久久久久一区| 亚洲一区二区三区四区五区黄| 麻豆成人在线观看| 不卡的av在线播放| 久久嫩草精品久久久精品| 久久精品国产亚洲一区二区三区 | 亚洲一区二区成人在线观看| 一本大道久久a久久精二百| 久久综合视频网| 日韩国产精品91| 在线观看视频91| 久久久av毛片精品| 亚洲夂夂婷婷色拍ww47| 欧美久久高跟鞋激| 一区二区三区欧美视频| 99精品在线免费| 国产欧美日韩亚州综合| 国产九色精品成人porny| 欧美一级高清大全免费观看| 午夜电影久久久| 色av综合在线| 一区二区三区欧美激情| 欧美一卡二卡三卡| 日本 国产 欧美色综合| 欧美日韩色一区| 香蕉av福利精品导航| 欧美亚洲综合在线| 亚洲欧美日韩一区二区| 成人丝袜18视频在线观看| 国产欧美视频在线观看| 一区二区在线观看视频| 日韩一区二区视频在线观看| 成人黄色av电影| 三级成人在线视频| 国产精品久久久久久久蜜臀| 成人免费高清视频在线观看| 亚洲va国产天堂va久久en| 久久久五月婷婷| 一本大道综合伊人精品热热| 韩国毛片一区二区三区| 久久久噜噜噜久久中文字幕色伊伊 | 中文字幕一区二区三区四区不卡| 国产麻豆精品theporn| 欧美精品一区在线观看| 国产suv精品一区二区883| 国产精品无圣光一区二区| 日韩欧美在线网站| 波多野洁衣一区| 亚洲免费在线视频| 久久综合狠狠综合久久激情 | 中文字幕制服丝袜成人av | 日本va欧美va瓶| 亚洲综合视频在线| 国产精品成人免费在线| 欧美va亚洲va| 丁香六月久久综合狠狠色| 日韩精品欧美精品| 亚洲精品欧美激情| 国产精品狼人久久影院观看方式| 精品久久国产字幕高潮| 在线成人免费观看| 日本韩国欧美在线| 成人av动漫在线| 国内欧美视频一区二区| 日本欧美韩国一区三区| 亚洲狠狠爱一区二区三区| 欧美一区二区三区喷汁尤物| 色狠狠一区二区三区香蕉| 成人激情小说乱人伦| 国产精品影视网| 精品亚洲porn| 亚洲精品国产无天堂网2021| 欧美国产日韩a欧美在线观看| 在线观看一区不卡| 日本韩国精品一区二区在线观看| 波多野结衣中文字幕一区二区三区 | 免费观看在线综合色| 亚洲国产欧美日韩另类综合| 亚洲黄色录像片| 亚洲天堂中文字幕| 欧美成人在线直播| 91麻豆精品国产91久久久资源速度| 国产久卡久卡久卡久卡视频精品| 国产一区二区久久| 国产一区二区三区免费观看| 国产又黄又大久久| 黑人巨大精品欧美黑白配亚洲| 国产一区二区影院| 国产成人综合精品三级| 日韩av电影天堂| 青青草国产成人99久久| 激情久久五月天| 国产电影精品久久禁18| av一二三不卡影片| 色狠狠综合天天综合综合| 欧美视频日韩视频在线观看| 欧美一区二区啪啪| 久久久亚洲综合| 中文字幕 久热精品 视频在线 | 日韩理论片网站| 亚洲一区二区美女| 天堂精品中文字幕在线| 久久99国产精品免费| 国产成人在线视频网址| eeuss影院一区二区三区| 色素色在线综合| 欧美日韩成人在线一区| 色婷婷av一区二区三区软件| 欧美疯狂做受xxxx富婆| 日韩免费观看高清完整版| 欧美喷潮久久久xxxxx| 日韩毛片高清在线播放| 青草av.久久免费一区| 丝袜亚洲精品中文字幕一区| 国产精品66部| 极品美女销魂一区二区三区| 成人精品高清在线| 欧美成人一区二区三区片免费| xnxx国产精品| 一区二区三区91| 豆国产96在线|亚洲| 欧美老肥妇做.爰bbww| 亚洲精品在线免费观看视频| 亚洲国产美国国产综合一区二区| 精品亚洲欧美一区| 91色在线porny| 亚洲三级免费电影| 午夜欧美电影在线观看| 午夜精品在线看| 成人午夜视频免费看| 2020国产精品自拍| 丝袜美腿高跟呻吟高潮一区| 4438亚洲最大| 欧美三级视频在线| voyeur盗摄精品| 自拍偷拍欧美激情| 欧美色中文字幕| 欧美日韩一区高清| 国产精品午夜久久| 麻豆成人久久精品二区三区红| 色屁屁一区二区| 中文天堂在线一区| 欧美不卡一区二区三区| 26uuu成人网一区二区三区| 91精品国产综合久久久久| 色狠狠色噜噜噜综合网| www精品美女久久久tv| 亚洲成国产人片在线观看| 成人av在线影院| 精品国产污网站| 日韩 欧美一区二区三区| 色呦呦日韩精品| 国产精品视频九色porn| 激情综合网激情| 日韩欧美一二三区| 日韩电影在线观看电影| 色哟哟欧美精品| 国产精品国产三级国产| 岛国av在线一区| 国产日韩影视精品| 国产一区不卡在线| 久久综合久久鬼色中文字| 美女网站一区二区| 欧美美女网站色| 偷拍与自拍一区| 欧美日韩国产免费一区二区 | 欧美一区二区在线免费观看| 亚洲成人福利片| 欧美人牲a欧美精品| 亚洲妇熟xx妇色黄| 欧美顶级少妇做爰| 日韩成人精品在线观看| 91精品国产色综合久久不卡电影| 视频一区欧美日韩| 日韩午夜激情电影| 极品美女销魂一区二区三区| 久久免费的精品国产v∧| 国产在线国偷精品产拍免费yy| 久久综合成人精品亚洲另类欧美 | 国产乱人伦偷精品视频免下载| 欧美一区二区高清| 久久电影网站中文字幕 | 欧美亚一区二区| 香蕉久久夜色精品国产使用方法| 69久久99精品久久久久婷婷 | 精品少妇一区二区三区| 国产高清不卡一区| 亚洲特级片在线| 欧美日本一区二区在线观看| 青青草国产精品97视觉盛宴| 久久综合久久综合九色| 99久久综合精品| 亚洲国产va精品久久久不卡综合| 91.com在线观看| 韩国av一区二区| 亚洲丝袜另类动漫二区| 欧美一区二区网站| 国产成人免费在线观看|