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

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

?? aclocal.m4

?? mpg123 是 MPEG 1.0/2.0/2.5 的實時播放軟件
?? M4
?? 第 1 頁 / 共 3 頁
字號:
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],                   [depcc="$$1"   am_compiler_list=])AC_CACHE_CHECK([dependency style of $depcc],               [am_cv_$1_dependencies_compiler_type],[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then  # We make a subdir and do the tests there.  Otherwise we can end up  # making bogus files that we don't know about and never remove.  For  # instance it was reported that on HP-UX the gcc test will end up  # making a dummy file named `D' -- because `-MD' means `put the output  # in D'.  mkdir conftest.dir  # Copy depcomp to subdir because otherwise we won't find it if we're  # using a relative directory.  cp "$am_depcomp" conftest.dir  cd conftest.dir  # We will build objects and dependencies in a subdirectory because  # it helps to detect inapplicable dependency modes.  For instance  # both Tru64's cc and ICC support -MD to output dependencies as a  # side effect of compilation, but ICC will put the dependencies in  # the current directory while Tru64 will put them in the object  # directory.  mkdir sub  am_cv_$1_dependencies_compiler_type=none  if test "$am_compiler_list" = ""; then     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`  fi  for depmode in $am_compiler_list; do    # Setup a source with many dependencies, because some compilers    # like to wrap large dependency lists on column 80 (with \), and    # we should not choose a depcomp mode which is confused by this.    #    # We need to recreate these files for each test, as the compiler may    # overwrite some of them when testing with obscure command lines.    # This happens at least with the AIX C compiler.    : > sub/conftest.c    for i in 1 2 3 4 5 6; do      echo '#include "conftst'$i'.h"' >> sub/conftest.c      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with      # Solaris 8's {/usr,}/bin/sh.      touch sub/conftst$i.h    done    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf    case $depmode in    nosideeffect)      # after this tag, mechanisms are not by side-effect, so they'll      # only be used when explicitly requested      if test "x$enable_dependency_tracking" = xyes; then	continue      else	break      fi      ;;    none) break ;;    esac    # We check with `-c' and `-o' for the sake of the "dashmstdout"    # mode.  It turns out that the SunPro C++ compiler does not properly    # handle `-M -o', and we need to detect this.    if depmode=$depmode \       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \         >/dev/null 2>conftest.err &&       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then      # icc doesn't choke on unknown options, it will just issue warnings      # or remarks (even with -Werror).  So we grep stderr for any message      # that says an option was ignored or not supported.      # When given -MP, icc 7.0 and 7.1 complain thusly:      #   icc: Command line warning: ignoring option '-M'; no argument required      # The diagnosis changed in icc 8.0:      #   icc: Command line remark: option '-MP' not supported      if (grep 'ignoring option' conftest.err ||          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else        am_cv_$1_dependencies_compiler_type=$depmode        break      fi    fi  done  cd ..  rm -rf conftest.direlse  am_cv_$1_dependencies_compiler_type=nonefi])AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])AM_CONDITIONAL([am__fastdep$1], [  test "x$enable_dependency_tracking" != xno \  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])])# AM_SET_DEPDIR# -------------# Choose a directory name for dependency files.# This macro is AC_REQUIREd in _AM_DEPENDENCIESAC_DEFUN([AM_SET_DEPDIR],[AC_REQUIRE([AM_SET_LEADING_DOT])dnlAC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl])# AM_DEP_TRACK# ------------AC_DEFUN([AM_DEP_TRACK],[AC_ARG_ENABLE(dependency-tracking,[  --disable-dependency-tracking  speeds up one-time build  --enable-dependency-tracking   do not reject slow dependency extractors])if test "x$enable_dependency_tracking" != xno; then  am_depcomp="$ac_aux_dir/depcomp"  AMDEPBACKSLASH='\'fiAM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])AC_SUBST([AMDEPBACKSLASH])dnl_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl])# Generate code to set up dependency tracking.              -*- Autoconf -*-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005# Free Software Foundation, Inc.## This file is free software; the Free Software Foundation# gives unlimited permission to copy and/or distribute it,# with or without modifications, as long as this notice is preserved.#serial 3# _AM_OUTPUT_DEPENDENCY_COMMANDS# ------------------------------AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],[for mf in $CONFIG_FILES; do  # Strip MF so we end up with the name of the file.  mf=`echo "$mf" | sed -e 's/:.*$//'`  # Check whether this is an Automake generated Makefile or not.  # We used to match only the files named `Makefile.in', but  # some people rename them; so instead we look at the file content.  # Grep'ing the first line is not enough: some people post-process  # each Makefile.in and add a new line on top of each file to say so.  # Grep'ing the whole file is not good either: AIX grep has a line  # limit of 2048, but all sed's we know have understand at least 4000.  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then    dirpart=`AS_DIRNAME("$mf")`  else    continue  fi  # Extract the definition of DEPDIR, am__include, and am__quote  # from the Makefile without running `make'.  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`  test -z "$DEPDIR" && continue  am__include=`sed -n 's/^am__include = //p' < "$mf"`  test -z "am__include" && continue  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`  # When using ansi2knr, U may be empty or an underscore; expand it  U=`sed -n 's/^U = //p' < "$mf"`  # Find all dependency output files, they are included files with  # $(DEPDIR) in their names.  We invoke sed twice because it is the  # simplest approach to changing $(DEPDIR) to its actual value in the  # expansion.  for file in `sed -n "    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do    # Make sure the directory exists.    test -f "$dirpart/$file" && continue    fdir=`AS_DIRNAME(["$file"])`    AS_MKDIR_P([$dirpart/$fdir])    # echo "creating $dirpart/$file"    echo '# dummy' > "$dirpart/$file"  donedone])# _AM_OUTPUT_DEPENDENCY_COMMANDS# AM_OUTPUT_DEPENDENCY_COMMANDS# -----------------------------# This macro should only be invoked once -- use via AC_REQUIRE.## This code is only required when automatic dependency tracking# is enabled.  FIXME.  This creates each `.P' file that we will# need in order to bootstrap the dependency handling code.AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],[AC_CONFIG_COMMANDS([depfiles],     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])])# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005# Free Software Foundation, Inc.## This file is free software; the Free Software Foundation# gives unlimited permission to copy and/or distribute it,# with or without modifications, as long as this notice is preserved.# serial 8# AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])# Do all the work for Automake.                             -*- Autoconf -*-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,# 2005, 2006 Free Software Foundation, Inc.## This file is free software; the Free Software Foundation# gives unlimited permission to copy and/or distribute it,# with or without modifications, as long as this notice is preserved.# serial 12# This macro actually does too much.  Some checks are only needed if# your package does certain things.  But this isn't really a big deal.# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])# AM_INIT_AUTOMAKE([OPTIONS])# -----------------------------------------------# The call with PACKAGE and VERSION arguments is the old style# call (pre autoconf-2.50), which is being phased out.  PACKAGE# and VERSION should now be passed to AC_INIT and removed from# the call to AM_INIT_AUTOMAKE.# We support both call styles for the transition.  After# the next Automake release, Autoconf can make the AC_INIT# arguments mandatory, and then we can depend on a new Autoconf# release and drop the old call support.AC_DEFUN([AM_INIT_AUTOMAKE],[AC_PREREQ([2.60])dnldnl Autoconf wants to disallow AM_ names.  We explicitly allowdnl the ones we care about.m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnlAC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnlAC_REQUIRE([AC_PROG_INSTALL])dnlif test "`cd $srcdir && pwd`" != "`pwd`"; then  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output  # is not polluted with repeated "-I."  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl  # test to see if srcdir already configured  if test -f $srcdir/config.status; then    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])  fifi# test whether we have cygpathif test -z "$CYGPATH_W"; then  if (cygpath --version) >/dev/null 2>/dev/null; then    CYGPATH_W='cygpath -w'  else    CYGPATH_W=echo  fifiAC_SUBST([CYGPATH_W])# Define the identity of the package.dnl Distinguish between old-style and new-style calls.m4_ifval([$2],[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])],[_AM_SET_OPTIONS([$1])dnldnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl_AM_IF_OPTION([no-define],,[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl# Some tools Automake needs.AC_REQUIRE([AM_SANITY_CHECK])dnlAC_REQUIRE([AC_ARG_PROGRAM])dnlAM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})AM_MISSING_PROG(AUTOCONF, autoconf)AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})AM_MISSING_PROG(AUTOHEADER, autoheader)AM_MISSING_PROG(MAKEINFO, makeinfo)AM_PROG_INSTALL_SHAM_PROG_INSTALL_STRIPAC_REQUIRE([AM_PROG_MKDIR_P])dnl# We need awk for the "check" target.  The system "awk" is bad on# some platforms.AC_REQUIRE([AC_PROG_AWK])dnlAC_REQUIRE([AC_PROG_MAKE_SET])dnlAC_REQUIRE([AM_SET_LEADING_DOT])dnl_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],	      		     [_AM_PROG_TAR([v7])])])_AM_IF_OPTION([no-dependencies],,[AC_PROVIDE_IFELSE([AC_PROG_CC],                  [_AM_DEPENDENCIES(CC)],                  [define([AC_PROG_CC],                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnlAC_PROVIDE_IFELSE([AC_PROG_CXX],                  [_AM_DEPENDENCIES(CXX)],                  [define([AC_PROG_CXX],                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnlAC_PROVIDE_IFELSE([AC_PROG_OBJC],                  [_AM_DEPENDENCIES(OBJC)],                  [define([AC_PROG_OBJC],                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl])])# When config.status generates a header, we must update the stamp-h file.# This file resides in the same directory as the config header# that is generated.  The stamp files are numbered to have different names.# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the# loop where config.status creates the headers, so we can generate# our stamp files there.AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],[# Compute $1's index in $config_headers._am_stamp_count=1for _am_header in $config_headers :; do  case $_am_header in    $1 | $1:* )      break ;;    * )      _am_stamp_count=`expr $_am_stamp_count + 1` ;;  esacdoneecho "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.## This file is free software; the Free Software Foundation# gives unlimited permission to copy and/or distribute it,# with or without modifications, as long as this notice is preserved.# AM_PROG_INSTALL_SH# ------------------# Define $install_sh.AC_DEFUN([AM_PROG_INSTALL_SH],[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnlinstall_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}AC_SUBST(install_sh)])# Copyright (C) 2003, 2005  Free Software Foundation, Inc.## This file is free software; the Free Software Foundation# gives unlimited permission to copy and/or distribute it,# with or without modifications, as long as this notice is preserved.

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
最新中文字幕一区二区三区| 亚洲精品在线免费播放| 免费成人在线网站| 久久精品人人做| 日本精品视频一区二区| 日韩国产精品久久久久久亚洲| 亚洲精品在线观看网站| 日本韩国一区二区三区| 中文字幕不卡三区| 欧美色视频在线观看| 国模娜娜一区二区三区| 亚洲日本免费电影| 欧美一级艳片视频免费观看| 成人精品视频网站| 亚洲第四色夜色| 国产日本欧洲亚洲| 欧美精品色综合| 粉嫩av一区二区三区| 图片区小说区国产精品视频| 久久精品一区二区三区av| 99精品欧美一区二区蜜桃免费 | 91精品国产欧美日韩| 成年人国产精品| 久久疯狂做爰流白浆xx| 一区二区三区在线看| 久久精品夜色噜噜亚洲a∨| 欧美日韩在线观看一区二区| 精品在线免费观看| 午夜欧美一区二区三区在线播放| 国产亚洲成av人在线观看导航 | 久久国内精品自在自线400部| 亚洲精品视频在线观看网站| 精品国产免费久久| 欧美亚洲一区二区在线| 高清日韩电视剧大全免费| 日韩1区2区日韩1区2区| 亚洲午夜在线视频| 亚洲视频网在线直播| 欧美激情一区二区在线| 久久午夜老司机| 欧美专区在线观看一区| 99re这里都是精品| 国产成人免费视| 国产米奇在线777精品观看| 免费看日韩精品| 亚洲成人av免费| 亚欧色一区w666天堂| 一区二区三区日韩| 亚洲视频一二三区| 一区在线播放视频| 亚洲色图制服丝袜| 中文字幕亚洲不卡| 国产精品全国免费观看高清| 中文字幕第一区第二区| 中文字幕人成不卡一区| 《视频一区视频二区| 天堂精品中文字幕在线| 国产成人av资源| 亚洲永久免费视频| 一区二区在线免费| 一区二区三区在线免费播放| 亚洲精品视频一区| 亚洲图片自拍偷拍| 亚洲狠狠爱一区二区三区| 亚洲一区二区精品3399| 亚洲成人激情社区| 日韩高清不卡一区二区| 日韩中文字幕一区二区三区| 免费欧美在线视频| 精品亚洲成a人| 粗大黑人巨茎大战欧美成人| 成人福利视频网站| 成人久久18免费网站麻豆 | 日产国产高清一区二区三区| 天天综合色天天综合| 麻豆成人综合网| 国产一区二区三区高清播放| 久久精品免费看| 国产成人av一区| 日韩成人午夜精品| 日韩成人av影视| 国产成人久久精品77777最新版本| 91极品视觉盛宴| 99久久伊人久久99| 色综合久久66| 欧美日韩国产综合一区二区三区| 欧美日韩综合在线免费观看| 9191国产精品| 欧美色图片你懂的| 欧美伊人久久久久久久久影院| 7777精品伊人久久久大香线蕉| 26uuu亚洲综合色| 国产精品久久二区二区| 亚洲国产精品人人做人人爽| 蜜桃视频免费观看一区| 国产成a人无v码亚洲福利| 在线精品观看国产| 9191久久久久久久久久久| 日本一区二区三区dvd视频在线| 中文字幕日韩av资源站| 麻豆精品精品国产自在97香蕉| 激情文学综合插| 色综合久久中文字幕| 日韩视频一区二区三区| 亚洲天堂2014| 久久免费的精品国产v∧| 国产麻豆精品久久一二三| 亚洲成人动漫在线观看| 成人在线综合网| 日韩欧美视频在线| 亚洲一区中文日韩| 成人午夜激情在线| 精品噜噜噜噜久久久久久久久试看| 有码一区二区三区| 成人小视频免费在线观看| 日韩欧美一二三四区| 五月天亚洲精品| 在线影视一区二区三区| 国产精品久久夜| 国产.欧美.日韩| 久久亚洲综合av| 美女视频免费一区| 91精品国产色综合久久不卡蜜臀| 亚洲美女免费视频| 99久久综合国产精品| 国产精品女主播av| 国产精品99久久久久| 久久综合狠狠综合| 麻豆专区一区二区三区四区五区| 欧美三级午夜理伦三级中视频| 亚洲欧美日韩电影| 在线日韩av片| 亚洲资源中文字幕| 欧美日韩在线观看一区二区| 亚洲曰韩产成在线| 欧美亚洲一区三区| 午夜精品在线视频一区| 欧美日韩一区二区三区在线 | 欧美三级日本三级少妇99| 亚洲已满18点击进入久久| 欧美亚洲愉拍一区二区| 亚洲高清不卡在线| 欧美日韩一区二区三区四区| 婷婷夜色潮精品综合在线| 欧美午夜电影在线播放| 天堂午夜影视日韩欧美一区二区| 欧美猛男超大videosgay| 日日夜夜一区二区| 日韩美一区二区三区| 国产精品888| 最新欧美精品一区二区三区| 91老司机福利 在线| 亚洲午夜精品一区二区三区他趣| 欧美亚洲自拍偷拍| 美国十次了思思久久精品导航| 日韩视频免费观看高清完整版在线观看| 美女视频免费一区| 国产欧美一区二区精品婷婷| 暴力调教一区二区三区| 亚洲午夜久久久久久久久电影网 | 亚洲人精品午夜| 欧美性一二三区| 久久99精品国产麻豆婷婷| 国产日韩欧美不卡| 91美女精品福利| 视频一区二区三区中文字幕| 精品国产免费久久| 91香蕉视频污| 日韩一区精品字幕| 国产欧美精品国产国产专区| 色婷婷精品大在线视频| 日韩和欧美的一区| 国产欧美一区在线| 欧洲一区在线观看| 久久99久久精品欧美| 日韩一区欧美小说| 欧美高清www午色夜在线视频| 久久99精品久久久久久动态图 | 欧美日韩色综合| 国产成人亚洲综合a∨猫咪| 一区二区三区在线观看国产 | 精品久久人人做人人爰| 91在线观看污| 久久精品国产精品亚洲综合| 自拍偷拍亚洲综合| 精品久久久久久无| 在线视频你懂得一区| 国产精品一区二区久激情瑜伽| 一区二区三区在线免费视频| 久久综合久久久久88| 欧美日韩国产中文| 91在线观看免费视频| 久久www免费人成看片高清| 亚洲情趣在线观看| 国产午夜三级一区二区三| 欧美日韩高清一区二区不卡| 成人的网站免费观看| 久久爱www久久做| 亚洲超碰97人人做人人爱| 亚洲国产精华液网站w|