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

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

?? aclocal.m4

?? bluetooth 開發程序bluez-hcidump-1.28
?? M4
?? 第 1 頁 / 共 3 頁
字號:
# 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 3# AM_SANITY_CHECK# ---------------AC_DEFUN([AM_SANITY_CHECK],[AC_MSG_CHECKING([whether build environment is sane])# Just in casesleep 1echo timestamp > conftest.file# Do `set' in a subshell so we don't clobber the current shell's# arguments.  Must try -L first in case configure is actually a# symlink; some systems play weird games with the mod time of symlinks# (eg FreeBSD returns the mod time of the symlink's containing# directory).if (   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`   if test "$[*]" = "X"; then      # -L didn't work.      set X `ls -t $srcdir/configure conftest.file`   fi   rm -f conftest.file   if test "$[*]" != "X $srcdir/configure conftest.file" \      && test "$[*]" != "X conftest.file $srcdir/configure"; then      # If neither matched, then we have a broken ls.  This can happen      # if, for instance, CONFIG_SHELL is bash and it inherits a      # broken ls alias from the environment.  This has actually      # happened.  Such a system could not be considered "sane".      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a brokenalias in your environment])   fi   test "$[2]" = conftest.file   )then   # Ok.   :else   AC_MSG_ERROR([newly created file is older than distributed files!Check your system clock])fiAC_MSG_RESULT(yes)])#  -*- Autoconf -*-# Copyright 1997, 1999, 2000, 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.# serial 3# AM_MISSING_PROG(NAME, PROGRAM)# ------------------------------AC_DEFUN([AM_MISSING_PROG],[AC_REQUIRE([AM_MISSING_HAS_RUN])$1=${$1-"${am_missing_run}$2"}AC_SUBST($1)])# AM_MISSING_HAS_RUN# ------------------# Define MISSING if not defined so far and test if it supports --run.# If it does, set am_missing_run to use it, otherwise, to nothing.AC_DEFUN([AM_MISSING_HAS_RUN],[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnltest x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"# Use eval to expand $SHELLif eval "$MISSING --run true"; then  am_missing_run="$MISSING --run "else  am_missing_run=  AC_MSG_WARN([`missing' script is too old or missing])fi])# AM_AUX_DIR_EXPAND# 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.# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to# `$srcdir', `$srcdir/..', or `$srcdir/../..'.## Of course, Automake must honor this variable whenever it calls a# tool from the auxiliary directory.  The problem is that $srcdir (and# therefore $ac_aux_dir as well) can be either absolute or relative,# depending on how configure is run.  This is pretty annoying, since# it makes $ac_aux_dir quite unusable in subdirectories: in the top# source directory, any form will work fine, but in subdirectories a# relative path needs to be adjusted first.## $ac_aux_dir/missing#    fails when called from a subdirectory if $ac_aux_dir is relative# $top_srcdir/$ac_aux_dir/missing#    fails if $ac_aux_dir is absolute,#    fails when called from a subdirectory in a VPATH build with#          a relative $ac_aux_dir## The reason of the latter failure is that $top_srcdir and $ac_aux_dir# are both prefixed by $srcdir.  In an in-source build this is usually# harmless because $srcdir is `.', but things will broke when you# start a VPATH build or use an absolute $srcdir.## So we could use something similar to $top_srcdir/$ac_aux_dir/missing,# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`# and then we would define $MISSING as#   MISSING="\${SHELL} $am_aux_dir/missing"# This will work as long as MISSING is not called from configure, because# unfortunately $(top_srcdir) has no meaning in configure.# 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.    #

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产制服丝袜一区| 成人激情动漫在线观看| 国产亚洲一区二区三区| 中文字幕 久热精品 视频在线| 日本道色综合久久| 国产成人在线电影| 欧美aaa在线| 亚洲综合久久久| 国产精品无码永久免费888| 91麻豆精品国产91久久久久| eeuss影院一区二区三区| 国模娜娜一区二区三区| 性感美女久久精品| 亚洲乱码国产乱码精品精小说| 久久―日本道色综合久久| 欧美酷刑日本凌虐凌虐| 91亚洲永久精品| 成人综合婷婷国产精品久久免费| 激情综合五月天| 日本91福利区| 日韩精品电影在线观看| 一二三区精品视频| 亚洲精品老司机| 国产精品萝li| 国产精品网曝门| 国产清纯白嫩初高生在线观看91 | 国产夫妻精品视频| 毛片av一区二区| 美脚の诱脚舐め脚责91 | 日韩你懂的在线观看| 国产99久久精品| 国产风韵犹存在线视精品| 经典三级视频一区| 精品在线视频一区| 久久av中文字幕片| 亚洲超丰满肉感bbw| 洋洋成人永久网站入口| 一二三四区精品视频| 亚洲一区二区三区中文字幕| 一区二区三区在线播放| 亚洲国产中文字幕| 亚洲国产日日夜夜| 日本不卡高清视频| 极品少妇一区二区| 国产黄色91视频| 成+人+亚洲+综合天堂| 菠萝蜜视频在线观看一区| 成人涩涩免费视频| 色综合网站在线| 欧美日韩第一区日日骚| 欧美一卡二卡三卡| 久久天天做天天爱综合色| 欧美激情一区二区在线| 亚洲精品一卡二卡| 丝袜美腿亚洲色图| 国产中文一区二区三区| 国产成人av资源| 色综合一个色综合| 91精品婷婷国产综合久久竹菊| 日韩美女视频一区二区在线观看| 久久免费看少妇高潮| 最新欧美精品一区二区三区| 91久久精品一区二区三| 欧美亚一区二区| 欧美不卡123| 中文字幕在线一区| 亚洲成人免费在线| 九九视频精品免费| 99re这里只有精品首页| 欧美日韩亚洲综合在线 欧美亚洲特黄一级| 91精品国产丝袜白色高跟鞋| 久久嫩草精品久久久精品| 亚洲欧美经典视频| 美女精品一区二区| 波多野结衣亚洲| 欧美日韩aaaaa| 久久精品网站免费观看| 亚洲国产欧美在线人成| 国产米奇在线777精品观看| 色拍拍在线精品视频8848| 欧美r级在线观看| 亚洲图片你懂的| 蜜桃视频在线观看一区二区| 91丝袜高跟美女视频| 欧美一级日韩不卡播放免费| 国产精品成人在线观看| 日本在线播放一区二区三区| fc2成人免费人成在线观看播放| 欧美一区二区视频网站| 国产精品不卡在线观看| 麻豆91在线播放| 91精彩视频在线观看| xnxx国产精品| 三级不卡在线观看| 94色蜜桃网一区二区三区| 精品88久久久久88久久久| 亚洲高清三级视频| 99国产精品久久久| 久久精品视频在线看| 日本不卡视频一二三区| 日本韩国一区二区三区| 国产精品五月天| 国产呦精品一区二区三区网站| 欧美日韩中字一区| 国产精品乱人伦| 国产精品一色哟哟哟| 日韩一区二区免费电影| 一区二区日韩电影| 99久久久久免费精品国产| 国产色综合久久| 精品亚洲aⅴ乱码一区二区三区| 欧美日韩免费高清一区色橹橹| 成人欧美一区二区三区视频网页| 国产精品99久久久久| 精品久久五月天| 日韩精品色哟哟| 欧美日韩亚洲综合一区二区三区| 亚洲欧洲成人av每日更新| 国产成人午夜片在线观看高清观看| 日韩精品一区二区在线| 偷拍日韩校园综合在线| 日本精品免费观看高清观看| 亚洲欧美一区二区三区国产精品| 国产91精品一区二区麻豆网站| 久久女同互慰一区二区三区| 精品一区二区影视| 精品国产乱码久久久久久久久 | 欧美xxxx老人做受| 日韩精品一级二级| 欧美日韩成人综合天天影院| 亚洲主播在线播放| 欧洲视频一区二区| 亚洲一区二区在线免费观看视频 | 美女视频第一区二区三区免费观看网站| 91国内精品野花午夜精品 | 日韩不卡一二三区| 91精品国产欧美日韩| 蜜桃av一区二区在线观看| 欧美一级淫片007| 精品一区二区三区在线视频| 精品嫩草影院久久| 激情成人综合网| 中文字幕二三区不卡| 成人激情校园春色| 亚洲天堂成人在线观看| 91国内精品野花午夜精品| 亚洲妇熟xx妇色黄| 日韩一区二区精品葵司在线| 国模一区二区三区白浆| 国产精品亲子乱子伦xxxx裸| 99久久久国产精品| 一区二区三区欧美亚洲| 欧美片在线播放| 久久国产精品72免费观看| 久久久久综合网| av不卡一区二区三区| 亚洲欧美综合另类在线卡通| 欧美中文一区二区三区| 青娱乐精品视频在线| 久久久久久9999| 99riav久久精品riav| 亚洲va欧美va人人爽| 精品国产不卡一区二区三区| 成人va在线观看| 丝袜美腿成人在线| 国产日韩欧美高清| 欧美色窝79yyyycom| 黄色小说综合网站| 亚洲人成影院在线观看| 日韩一区国产二区欧美三区| 丁香一区二区三区| 亚洲国产一区在线观看| 精品国产露脸精彩对白| 色哟哟一区二区在线观看| 蜜臀av性久久久久蜜臀aⅴ| 中文字幕亚洲视频| 日韩欧美色电影| 一本到高清视频免费精品| 奇米精品一区二区三区四区| 中文字幕欧美激情一区| 6080yy午夜一二三区久久| 成人福利电影精品一区二区在线观看| 亚洲午夜久久久久久久久久久| 精品久久久久99| 欧美午夜在线一二页| 国产激情偷乱视频一区二区三区| 亚洲一区二区三区四区五区黄| 精品欧美久久久| 欧美系列一区二区| 国产a精品视频| 日韩高清在线一区| 亚洲视频一区在线| 精品sm捆绑视频| 欧美日韩国产大片| 91无套直看片红桃| 国内精品国产成人国产三级粉色 | 91国产视频在线观看| 国产精品资源站在线| 91精品国产色综合久久不卡电影| fc2成人免费人成在线观看播放|