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

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

?? acinclude.m4

?? sdl的gfx開發包
?? M4
?? 第 1 頁 / 共 2 頁
字號:
AC_DEFUN(AC_LIBTOOL_DLOPEN, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])])# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll'sAC_DEFUN(AC_LIBTOOL_WIN32_DLL, [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])])# AC_ENABLE_SHARED - implement the --enable-shared flag# Usage: AC_ENABLE_SHARED[(DEFAULT)]#   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to#   `yes'.AC_DEFUN(AC_ENABLE_SHARED, [dnldefine([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnlAC_ARG_ENABLE(shared,changequote(<<, >>)dnl<<  --enable-shared[=PKGS]  build shared libraries [default=>>AC_ENABLE_SHARED_DEFAULT],changequote([, ])dnl[p=${PACKAGE-default}case "$enableval" inyes) enable_shared=yes ;;no) enable_shared=no ;;*)  enable_shared=no  # Look at the argument we got.  We use all the common list separators.  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:,"  for pkg in $enableval; do    if test "X$pkg" = "X$p"; then      enable_shared=yes    fi  done  IFS="$ac_save_ifs"  ;;esac],enable_shared=AC_ENABLE_SHARED_DEFAULT)dnl])# 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_ENABLE_STATIC - implement the --enable-static flag# Usage: AC_ENABLE_STATIC[(DEFAULT)]#   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to#   `yes'.AC_DEFUN(AC_ENABLE_STATIC, [dnldefine([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnlAC_ARG_ENABLE(static,changequote(<<, >>)dnl<<  --enable-static[=PKGS]  build static libraries [default=>>AC_ENABLE_STATIC_DEFAULT],changequote([, ])dnl[p=${PACKAGE-default}case "$enableval" inyes) enable_static=yes ;;no) enable_static=no ;;*)  enable_static=no  # Look at the argument we got.  We use all the common list separators.  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:,"  for pkg in $enableval; do    if test "X$pkg" = "X$p"; then      enable_static=yes    fi  done  IFS="$ac_save_ifs"  ;;esac],enable_static=AC_ENABLE_STATIC_DEFAULT)dnl])# 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_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]#   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to#   `yes'.AC_DEFUN(AC_ENABLE_FAST_INSTALL, [dnldefine([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnlAC_ARG_ENABLE(fast-install,changequote(<<, >>)dnl<<  --enable-fast-install[=PKGS]  optimize for fast installation [default=>>AC_ENABLE_FAST_INSTALL_DEFAULT],changequote([, ])dnl[p=${PACKAGE-default}case "$enableval" inyes) 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.  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:,"  for pkg in $enableval; do    if test "X$pkg" = "X$p"; then      enable_fast_install=yes    fi  done  IFS="$ac_save_ifs"  ;;esac],enable_fast_install=AC_ENABLE_FAST_INSTALL_DEFAULT)dnl])# AC_ENABLE_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_PROG_LD - find the path to the GNU or non-GNU linkerAC_DEFUN(AC_PROG_LD,[AC_ARG_WITH(gnu-ld,[  --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([AC_PROG_CC])dnlAC_REQUIRE([AC_CANONICAL_HOST])dnlAC_REQUIRE([AC_CANONICAL_BUILD])dnlac_prog=ldif test "$ac_cv_prog_gcc" = yes; then  # Check if gcc -print-prog-name=ld gives a path.  AC_MSG_CHECKING([for ld used by GCC])  ac_prog=`($CC -print-prog-name=ld) 2>&5`  case "$ac_prog" in    # Accept absolute paths.changequote(,)dnl    [\\/]* | [A-Za-z]:[\\/]*)      re_direlt='/[^/][^/]*/\.\./'changequote([,])dnl      # Canonicalize the path 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(ac_cv_path_LD,[if test -z "$LD"; then  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"  for ac_dir in $PATH; do    test -z "$ac_dir" && ac_dir=.    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then      ac_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.      if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then	test "$with_gnu_ld" != no && break      else	test "$with_gnu_ld" != yes && break      fi    fi  done  IFS="$ac_save_ifs"else  ac_cv_path_LD="$LD" # Let the user override the test with a path.fi])LD="$ac_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_DEFUN(AC_PROG_LD_GNU,[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], ac_cv_prog_gnu_ld,[# I'd rather use --version here, but apparently some GNU ld's only accept -v.if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then  ac_cv_prog_gnu_ld=yeselse  ac_cv_prog_gnu_ld=nofi])])# AC_PROG_NM - find the path to a BSD-compatible name listerAC_DEFUN(AC_PROG_NM,[AC_MSG_CHECKING([for BSD-compatible nm])AC_CACHE_VAL(ac_cv_path_NM,[if test -n "$NM"; then  # Let the user override the test.  ac_cv_path_NM="$NM"else  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do    test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/nm || test -f $ac_dir/nm$ac_exeext ; then      # Check to see if the nm accepts a BSD-compat flag.      # Adding the `sed 1q' prevents false positives on HP-UX, which says:      #   nm: unknown option "B" ignored      if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then	ac_cv_path_NM="$ac_dir/nm -B"	break      elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then	ac_cv_path_NM="$ac_dir/nm -p"	break      else	ac_cv_path_NM=${ac_cv_path_NM="$ac_dir/nm"} # keep the first match, but	continue # so that we can try to find one that supports BSD flags      fi    fi  done  IFS="$ac_save_ifs"  test -z "$ac_cv_path_NM" && ac_cv_path_NM=nmfi])NM="$ac_cv_path_NM"AC_MSG_RESULT([$NM])])# AC_CHECK_LIBM - check for math libraryAC_DEFUN(AC_CHECK_LIBM,[AC_REQUIRE([AC_CANONICAL_HOST])dnlLIBM=case "$lt_target" in*-*-beos* | *-*-cygwin*)  # These system don't have libm  ;;*-ncr-sysv4.3*)  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")  AC_CHECK_LIB(m, main, LIBM="$LIBM -lm")  ;;*)  AC_CHECK_LIB(m, main, LIBM="-lm")  ;;esac])# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for# the libltdl convenience library and INCLTDL to the include flags for# the libltdl header and adds --enable-ltdl-convenience to the# configure arguments.  Note that LIBLTDL and INCLTDL are not# AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If DIR is not# provided, it is assumed to be `libltdl'.  LIBLTDL will be prefixed# with '${top_builddir}/' and INCLTDL will be prefixed with# '${top_srcdir}/' (note the single quotes!).  If your package is not# flat and you're not using automake, define top_builddir and# top_srcdir appropriately in the Makefiles.AC_DEFUN(AC_LIBLTDL_CONVENIENCE, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl  case "$enable_ltdl_convenience" in  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;  "") enable_ltdl_convenience=yes      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;  esac  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la  INCLTDL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])])# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for# the libltdl installable library and INCLTDL to the include flags for# the libltdl header and adds --enable-ltdl-install to the configure# arguments.  Note that LIBLTDL and INCLTDL are not AC_SUBSTed, nor is# AC_CONFIG_SUBDIRS called.  If DIR is not provided and an installed# libltdl is not found, it is assumed to be `libltdl'.  LIBLTDL will# be prefixed with '${top_builddir}/' and INCLTDL will be prefixed# with '${top_srcdir}/' (note the single quotes!).  If your package is# not flat and you're not using automake, define top_builddir and# top_srcdir appropriately in the Makefiles.# In the future, this macro may have to be called after AC_PROG_LIBTOOL.AC_DEFUN(AC_LIBLTDL_INSTALLABLE, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl  AC_CHECK_LIB(ltdl, main,  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],  [if test x"$enable_ltdl_install" = xno; then     AC_MSG_WARN([libltdl not installed, but installation disabled])   else     enable_ltdl_install=yes   fi  ])  if test x"$enable_ltdl_install" = x"yes"; then    ac_configure_args="$ac_configure_args --enable-ltdl-install"    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la    INCLTDL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])  else    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"    LIBLTDL="-lltdl"    INCLTDL=  fi])dnl old namesAC_DEFUN(AM_PROG_LIBTOOL, [indir([AC_PROG_LIBTOOL])])dnlAC_DEFUN(AM_ENABLE_SHARED, [indir([AC_ENABLE_SHARED], $@)])dnlAC_DEFUN(AM_ENABLE_STATIC, [indir([AC_ENABLE_STATIC], $@)])dnlAC_DEFUN(AM_DISABLE_SHARED, [indir([AC_DISABLE_SHARED], $@)])dnlAC_DEFUN(AM_DISABLE_STATIC, [indir([AC_DISABLE_STATIC], $@)])dnlAC_DEFUN(AM_PROG_LD, [indir([AC_PROG_LD])])dnlAC_DEFUN(AM_PROG_NM, [indir([AC_PROG_NM])])dnldnl This is just to silence aclocal about the macro not being usedifelse([AC_DISABLE_FAST_INSTALL])dnl

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
精品久久久久av影院| 欧美高清精品3d| 久久99久国产精品黄毛片色诱| 亚洲最新在线观看| 亚洲黄色性网站| 一区二区三区高清不卡| 亚洲日本护士毛茸茸| 一区免费观看视频| 有码一区二区三区| 亚洲国产视频一区二区| 日本麻豆一区二区三区视频| 人禽交欧美网站| 久久激五月天综合精品| 国产精品资源站在线| 国模大尺度一区二区三区| 国产一区二区毛片| 成人性视频免费网站| 91片黄在线观看| 欧美区在线观看| 日韩欧美中文一区| 欧美国产国产综合| 一级精品视频在线观看宜春院| 亚洲成人午夜电影| 久久成人免费网| 大白屁股一区二区视频| 欧美在线制服丝袜| 精品女同一区二区| 国产精品久久久久久户外露出| 亚洲欧美一区二区不卡| 日韩精品每日更新| 日韩精品一区第一页| 国产精品亚洲а∨天堂免在线| 波多野结衣一区二区三区 | 欧美精品1区2区| 久久综合999| 一片黄亚洲嫩模| 激情av综合网| 精品视频1区2区| 中文字幕+乱码+中文字幕一区| 亚洲欧洲综合另类| 久久66热偷产精品| 在线观看国产一区二区| 久久影视一区二区| 午夜视频一区二区| 9久草视频在线视频精品| 在线电影国产精品| 亚洲三级在线免费| 国产精品一卡二| 3d动漫精品啪啪1区2区免费 | eeuss鲁片一区二区三区在线看| 欧美日韩一区二区三区在线| 国产欧美精品一区| 麻豆精品在线播放| 欧美日韩精品一区二区天天拍小说| 国产婷婷精品av在线| 日本免费新一区视频| 欧美在线看片a免费观看| 国产精品国产成人国产三级 | 日本黄色一区二区| 国产精品私房写真福利视频| 男女视频一区二区| 欧美美女一区二区在线观看| 亚洲精品日韩综合观看成人91| 国产精品一级黄| 欧美精品一区二区久久婷婷| 日本女优在线视频一区二区| 欧美日韩一区二区三区四区五区| 亚洲免费在线视频| 99精品欧美一区二区三区小说 | 91片在线免费观看| 国产精品久久网站| 成人精品免费看| 国产色产综合色产在线视频| 久久精品国产精品青草| 日韩欧美国产麻豆| 精品在线视频一区| 欧美mv日韩mv| 国产毛片一区二区| 国产亚洲一区二区三区| 国产成人精品综合在线观看| 久久免费视频色| 国产成人av电影| 国产欧美日韩视频一区二区| 国产91对白在线观看九色| 国产亚洲综合av| 岛国精品一区二区| 国产精品久久网站| 日本韩国欧美一区| 日本网站在线观看一区二区三区 | 国产亚洲精品精华液| 成人短视频下载| 亚洲免费看黄网站| 欧美写真视频网站| 丝袜美腿成人在线| 日韩欧美国产综合| 成人伦理片在线| 亚洲精品网站在线观看| 欧美剧在线免费观看网站 | 成人性生交大片| 亚洲人成网站精品片在线观看| 一本到高清视频免费精品| 五月天丁香久久| 精品国产乱码久久久久久牛牛| 国产精品12区| 亚洲精品久久7777| 欧美不卡激情三级在线观看| 成人看片黄a免费看在线| 亚洲自拍另类综合| 久久综合成人精品亚洲另类欧美| www.视频一区| 同产精品九九九| 26uuuu精品一区二区| 91精品办公室少妇高潮对白| 热久久免费视频| 亚洲人妖av一区二区| 精品国产凹凸成av人网站| 97aⅴ精品视频一二三区| 麻豆专区一区二区三区四区五区| 国产精品丝袜在线| 欧美变态tickling挠脚心| 97se亚洲国产综合自在线| 日本特黄久久久高潮| 亚洲精品你懂的| 久久精品欧美日韩精品| 精品视频999| 色综合夜色一区| 国产成人一区在线| 男男gaygay亚洲| 亚洲免费观看视频| 久久久久久久久久看片| 91麻豆精品国产91久久久资源速度| 成人精品一区二区三区中文字幕| 蜜桃视频第一区免费观看| 亚洲一区二区三区视频在线| 中文字幕av不卡| 久久综合九色欧美综合狠狠| 91麻豆精品国产自产在线| 在线观看亚洲a| 91麻豆国产在线观看| 成人毛片老司机大片| 韩国欧美一区二区| 玖玖九九国产精品| 日韩精品电影在线观看| 亚洲一级不卡视频| 亚洲摸摸操操av| 亚洲精选视频在线| 亚洲精品视频在线观看网站| 国产精品久久久久婷婷二区次| 国产色产综合产在线视频| 久久综合久色欧美综合狠狠| 精品久久久久久久一区二区蜜臀| 制服丝袜中文字幕一区| 欧美美女一区二区| 91精品国产色综合久久不卡电影| 欧美美女网站色| 欧美丰满美乳xxx高潮www| 精品视频一区 二区 三区| 欧美三级午夜理伦三级中视频| 在线免费观看不卡av| 色哦色哦哦色天天综合| 色哟哟一区二区| 欧美日韩国产三级| 51久久夜色精品国产麻豆| 69精品人人人人| 2021国产精品久久精品 | 99国内精品久久| 91福利精品视频| 欧美日韩aaaaa| 日韩欧美资源站| 久久久久久**毛片大全| 中文在线一区二区| 亚洲狼人国产精品| 三级在线观看一区二区 | 亚洲狠狠丁香婷婷综合久久久| 亚洲精品免费看| 日本亚洲电影天堂| 激情图区综合网| 91蝌蚪porny| 欧美一卡二卡三卡四卡| 久久先锋影音av| 亚洲精品中文在线影院| 亚洲国产美女搞黄色| 国产做a爰片久久毛片| 成人国产在线观看| 欧美巨大另类极品videosbest| 精品乱人伦一区二区三区| 国产精品久久久爽爽爽麻豆色哟哟| 一片黄亚洲嫩模| 国产一区二区日韩精品| 色呦呦日韩精品| 欧美一卡二卡三卡| 久久精品夜夜夜夜久久| 国产精品国模大尺度视频| 午夜av一区二区三区| 国产成人精品亚洲午夜麻豆| 色噜噜狠狠成人网p站| 精品美女在线观看| 亚洲成人精品影院| 成人一二三区视频| 欧美成人国产一区二区|