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

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

?? aclocal.m4

?? WildMidi Midi Library and Player
?? M4
?? 第 1 頁 / 共 5 頁
字號:
# However there are other variables, like CC, which are often used in# configure, and could therefore not use this "fixed" $ac_aux_dir.## Another solution, used here, is to always expand $ac_aux_dir to an# absolute PATH.  The drawback is that using absolute paths prevent a# configured tree to be moved without reconfiguration.# Rely on autoconf to set up CDPATH properly.AC_PREREQ([2.50])AC_DEFUN([AM_AUX_DIR_EXPAND], [# expand $ac_aux_dir to an absolute patham_aux_dir=`cd $ac_aux_dir && pwd`])# AM_PROG_INSTALL_SH# ------------------# Define $install_sh.# Copyright 2001 Free Software Foundation, Inc.# This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2, or (at your option)# any later version.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.# You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA# 02111-1307, USA.AC_DEFUN([AM_PROG_INSTALL_SH],[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnlinstall_sh=${install_sh-"$am_aux_dir/install-sh"}AC_SUBST(install_sh)])# AM_PROG_INSTALL_STRIP# Copyright 2001 Free Software Foundation, Inc.# This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2, or (at your option)# any later version.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.# You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA# 02111-1307, USA.# One issue with vendor `install' (even GNU) is that you can't# specify the program used to strip binaries.  This is especially# annoying in cross-compiling environments, where the build's strip# is unlikely to handle the host's binaries.# Fortunately install-sh will honor a STRIPPROG variable, so we# always use install-sh in `make install-strip', and initialize# STRIPPROG with the value of the STRIP variable (set by the user).AC_DEFUN([AM_PROG_INSTALL_STRIP],[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl# Installed binaries are usually stripped using `strip' when the user# run `make install-strip'.  However `strip' might not be the right# tool to use in cross-compilation environments, therefore Automake# will honor the `STRIP' environment variable to overrule this program.dnl Don't test for $cross_compiling = yes, because it might be `maybe'.if test "$cross_compiling" != no; then  AC_CHECK_TOOL([STRIP], [strip], :)fiINSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"AC_SUBST([INSTALL_STRIP_PROGRAM])])#                                                          -*- Autoconf -*-# Copyright (C) 2003  Free Software Foundation, Inc.# This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2, or (at your option)# any later version.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.# You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA# 02111-1307, USA.# serial 1# Check whether the underlying file-system supports filenames# with a leading dot.  For instance MS-DOS doesn't.AC_DEFUN([AM_SET_LEADING_DOT],[rm -rf .tst 2>/dev/nullmkdir .tst 2>/dev/nullif test -d .tst; then  am__leading_dot=.else  am__leading_dot=_firmdir .tst 2>/dev/nullAC_SUBST([am__leading_dot])])# serial 5						-*- Autoconf -*-# Copyright (C) 1999, 2000, 2001, 2002, 2003  Free Software Foundation, Inc.# This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2, or (at your option)# any later version.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.# You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA# 02111-1307, USA.# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be# written in clear, in which case automake, when reading aclocal.m4,# will think it sees a *use*, and therefore will trigger all it's# C support machinery.  Also note that it means that autoscan, seeing# CC etc. in the Makefile, will ask for an AC_PROG_CC use...# _AM_DEPENDENCIES(NAME)# ----------------------# See how the compiler implements dependency checking.# NAME is "CC", "CXX", "GCJ", or "OBJC".# We try a few techniques and use that to set a single cache variable.## We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular# dependency, and given that the user is not expected to run this macro,# just rely on AC_PROG_CC.AC_DEFUN([_AM_DEPENDENCIES],[AC_REQUIRE([AM_SET_DEPDIR])dnlAC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnlAC_REQUIRE([AM_MAKE_INCLUDE])dnlAC_REQUIRE([AM_DEP_TRACK])dnlifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],       [$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      : > 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/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      # (even with -Werror).  So we grep stderr for any message      # that says an option was ignored.      if grep 'ignoring option' 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 builds  --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])])# Generate code to set up dependency tracking.   -*- Autoconf -*-# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.# This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2, or (at your option)# any later version.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.# You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA# 02111-1307, USA.#serial 2# _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.  # So let's grep whole file.  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then    dirpart=`AS_DIRNAME("$mf")`  else    continue  fi  grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue  # Extract the definition of DEP_FILES from the Makefile without  # running `make'.  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`  test -z "$DEPDIR" && continue  # When using ansi2knr, U may be empty or an underscore; expand it  U=`sed -n -e '/^U = / s///p' < "$mf"`  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"  # 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 -e '    /^DEP_FILES = .*\\\\$/ {      s/^DEP_FILES = //      :loop	s/\\\\$//	p	n	/\\\\$/ b loop      p    }    /^DEP_FILES = / s/^DEP_FILES = //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"])])# Check to see how 'make' treats includes.	-*- Autoconf -*-# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.# This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2, or (at your option)# any later version.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.# You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA# 02111-1307, USA.# serial 2# AM_MAKE_INCLUDE()# -----------------# Check to see how make treats includes.AC_DEFUN([AM_MAKE_INCLUDE],[am_make=${MAKE-make}cat > confinc << 'END'am__doit:	@echo done.PHONY: am__doitEND# If we don't find an include directive, just comment out the code.AC_MSG_CHECKING([for style of include used by $am_make])am__include="#"am__quote=_am_result=none# First try GNU make style include.echo "include confinc" > confmf# We grep out `Entering directory' and `Leaving directory'# messages which can occur if `w' ends up in MAKEFLAGS.

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
伦理电影国产精品| 欧美无人高清视频在线观看| 91视频91自| 69堂精品视频| 亚洲欧美色一区| 国产一区二区三区久久悠悠色av| 91久久国产最好的精华液| 国产午夜精品福利| 久久疯狂做爰流白浆xx| 欧美日韩黄视频| 亚洲综合免费观看高清完整版| 丁香亚洲综合激情啪啪综合| 久久综合久久鬼色中文字| 日韩精品91亚洲二区在线观看| 91成人在线免费观看| 亚洲日本韩国一区| 国产91高潮流白浆在线麻豆| 精品日韩在线一区| 免费欧美高清视频| 日韩欧美在线综合网| 日本中文字幕一区| 欧美一区二区三区四区久久| 亚洲18影院在线观看| 欧美日韩一级二级| 午夜精品久久久久久久久久久| 欧美少妇bbb| 婷婷中文字幕综合| 91麻豆精品国产91久久久资源速度 | 久久精品久久综合| 欧美日韩在线直播| 亚洲123区在线观看| 欧美日韩你懂得| 日韩vs国产vs欧美| 日韩亚洲欧美成人一区| 另类中文字幕网| 精品国产乱码久久久久久夜甘婷婷 | 精品国产免费人成在线观看| 久久国产精品99久久久久久老狼 | 一色桃子久久精品亚洲| 不卡视频在线观看| 亚洲欧美成人一区二区三区| 色天天综合色天天久久| 一区二区三区国产| 欧美一区二区三区色| 国产在线麻豆精品观看| 久久久久99精品一区| 99久久精品免费看国产| 亚洲一区二区三区在线播放| 欧美日本一区二区三区四区| 蜜乳av一区二区三区| 久久久久久久国产精品影院| 99在线精品视频| 丝袜美腿亚洲综合| 国产欧美中文在线| 欧美最新大片在线看| 麻豆精品一二三| 成人免费在线观看入口| 555www色欧美视频| 丁香五精品蜜臀久久久久99网站| 一区二区三区四区不卡视频| 日韩一卡二卡三卡| 成人国产精品免费观看视频| 午夜精品国产更新| 国产精品乱人伦| 欧美精品v国产精品v日韩精品 | 国产精品66部| 亚洲午夜国产一区99re久久| 久久嫩草精品久久久久| 欧美在线三级电影| 国产aⅴ精品一区二区三区色成熟| 一区二区在线观看视频在线观看| 日韩免费成人网| 成人国产亚洲欧美成人综合网| 天天综合日日夜夜精品| 中文av字幕一区| 91精品久久久久久蜜臀| 成人在线视频首页| 日韩国产欧美视频| 亚洲日本在线看| 久久久蜜桃精品| 欧美精三区欧美精三区| 91女神在线视频| 国产一区二区视频在线播放| 亚洲高清中文字幕| 亚洲欧美日韩一区二区| 久久综合久久综合九色| 91麻豆精品91久久久久久清纯| 不卡av免费在线观看| 久久精品72免费观看| 亚洲国产一区二区视频| 国产精品久久久久久久蜜臀| 精品噜噜噜噜久久久久久久久试看| 91久久久免费一区二区| 成人午夜av影视| 国产成人亚洲精品青草天美| 免费一级片91| 日韩成人一级片| 亚洲电影在线播放| 艳妇臀荡乳欲伦亚洲一区| 最近日韩中文字幕| 国产精品国产三级国产普通话蜜臀| 日韩欧美一卡二卡| 91精品国产一区二区| 欧美日韩一级二级| 欧美日韩高清影院| 欧美日韩国产高清一区二区 | 欧美性大战久久久久久久蜜臀| 岛国av在线一区| 国产夫妻精品视频| 国产精品亚洲а∨天堂免在线| 九一九一国产精品| 久久不见久久见中文字幕免费| 麻豆精品在线播放| 卡一卡二国产精品| 久草精品在线观看| 国产激情视频一区二区三区欧美 | 亚洲精品国产成人久久av盗摄| 国产清纯白嫩初高生在线观看91| 精品免费视频.| 久久久一区二区| 国产精品久久看| 亚洲欧美中日韩| 一级中文字幕一区二区| 一区二区三区在线不卡| 无码av中文一区二区三区桃花岛| 五月综合激情网| 男人的天堂亚洲一区| 极品少妇xxxx精品少妇| 高清av一区二区| 91老师片黄在线观看| 在线影视一区二区三区| 欧美精品乱码久久久久久 | 欧美精品xxxxbbbb| 日韩欧美国产成人一区二区| 久久久久国产精品人| 中文字幕一区二区三区四区| 亚洲欧美日韩在线| 亚洲成人在线网站| 国产成人午夜精品影院观看视频| 97se狠狠狠综合亚洲狠狠| 欧美另类z0zxhd电影| 亚洲精品在线网站| 亚洲乱码精品一二三四区日韩在线| 亚洲国产美女搞黄色| 国产在线精品一区二区夜色| 成人免费av资源| 欧美日韩视频不卡| 国产午夜亚洲精品羞羞网站| 一区二区三区欧美久久| 精品亚洲成a人在线观看| 成人精品gif动图一区| 欧美日韩国产综合一区二区三区| 精品国产91亚洲一区二区三区婷婷| 国产精品伦一区| 日韩中文字幕一区二区三区| 国产成人av影院| 欧美日韩免费在线视频| 国产精品日日摸夜夜摸av| 亚洲国产精品精华液网站| 国产91精品一区二区麻豆网站| 在线免费av一区| 国产欧美精品一区aⅴ影院| 亚洲成a人片综合在线| 成人av网站在线观看免费| 欧美另类久久久品| 日韩毛片高清在线播放| 国产真实乱对白精彩久久| 欧美日韩午夜影院| 中文字幕一区日韩精品欧美| 久久国产三级精品| 欧美三电影在线| 中文字幕中文字幕一区二区| 免费xxxx性欧美18vr| 欧美在线高清视频| 国产精品福利一区二区三区| 久久91精品久久久久久秒播| 在线观看视频一区二区| 亚洲欧洲日韩av| 国产精品88888| 久久婷婷色综合| 麻豆精品在线播放| 这里只有精品视频在线观看| 亚洲一区二区三区不卡国产欧美| 成人国产在线观看| 中文字幕av免费专区久久| 国产精品综合二区| 日韩精品一区二区三区蜜臀 | 日韩欧美国产午夜精品| 婷婷综合另类小说色区| 欧美日韩一区二区三区四区五区| 伊人开心综合网| 色婷婷精品大视频在线蜜桃视频| 最新日韩在线视频| 91浏览器入口在线观看| 亚洲欧美色图小说| 欧美性感一区二区三区| 亚洲va韩国va欧美va| 欧美日韩在线播| 日韩av午夜在线观看| 欧美大胆一级视频|