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

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

?? aclocal.m4

?? Bluezan implementation of the Bluetooth&#8482 wireless standards specifications for Linux. The code
?? M4
?? 第 1 頁 / 共 5 頁
字號:
# generated automatically by aclocal 1.7.9 -*- Autoconf -*-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002# 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.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY, to the extent permitted by law; without# even the implied warranty of MERCHANTABILITY or FITNESS FOR A# PARTICULAR PURPOSE.dnldnl  $Id: acinclude.m4,v 1.2 2004/08/13 12:34:54 holtmann Exp $dnlAC_DEFUN([AC_PROG_CC_PIE], [	AC_CACHE_CHECK([whether ${CC-cc} accepts -fPIE], ac_cv_prog_cc_pie, [		echo 'void f(){}' > conftest.c		if test -z "`${CC-cc} -fPIE -pie -c conftest.c 2>&1`"; then			ac_cv_prog_cc_pie=yes		else			ac_cv_prog_cc_pie=no		fi		rm -rf conftest*	])])AC_DEFUN([AC_INIT_BLUEZ], [	AC_PREFIX_DEFAULT(/usr)	if (test "${CFLAGS}" = ""); then		CFLAGS="-Wall -O2"	fi	if (test "${prefix}" = "NONE"); then		dnl no prefix and no sysconfdir, so default to /etc		if (test "$sysconfdir" = '${prefix}/etc'); then			AC_SUBST([sysconfdir], ['/etc'])		fi		dnl no prefix and no mandir, so use ${prefix}/share/man as default		if (test "$mandir" = '${prefix}/man'); then			AC_SUBST([mandir], ['${prefix}/share/man'])		fi		prefix="${ac_default_prefix}"	fi	if (test "${libdir}" = '${exec_prefix}/lib'); then		libdir="${prefix}/lib"	fi	if (test "$sysconfdir" = '${prefix}/etc'); then		configdir="${prefix}/etc/bluetooth"	else		configdir="${sysconfdir}/bluetooth"	fi	AC_DEFINE_UNQUOTED(CONFIGDIR, "${configdir}", [Directory for the configuration files])])AC_DEFUN([AC_ARG_BLUEZ], [	debug_enable=no	AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug], [enable compiling with debugging information]), [		debug_enable=${enableval}	])	if (test "${debug_enable}" = "yes" && test "${ac_cv_prog_cc_g}" = "yes"); then		CFLAGS="$CFLAGS -g"	fi])# Do all the work for Automake.                            -*- Autoconf -*-# 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.# Copyright (C) 1996, 1997, 1998, 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.# serial 10AC_PREREQ([2.54])# Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow# the ones we care about.m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl# 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_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl# test to see if srcdir already configuredif test "`cd $srcdir && pwd`" != "`pwd`" &&   test -f $srcdir/config.status; then  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])fi# 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])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_MISSING_PROG(AMTAR, tar)AM_PROG_INSTALL_SHAM_PROG_INSTALL_STRIP# 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([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)])])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 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# AM_AUTOMAKE_VERSION(VERSION)# ----------------------------# Automake X.Y traces this macro to ensure aclocal.m4 has been# generated from the m4 files accompanying Automake X.Y.AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"])# AM_SET_CURRENT_AUTOMAKE_VERSION# -------------------------------# Call AM_AUTOMAKE_VERSION so it can be traced.# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],	 [AM_AUTOMAKE_VERSION([1.7.9])])# Helper functions for option handling.                    -*- Autoconf -*-# Copyright 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_MANGLE_OPTION(NAME)# -----------------------AC_DEFUN([_AM_MANGLE_OPTION],[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])# _AM_SET_OPTION(NAME)# ------------------------------# Set option NAME.  Presently that only means defining a flag for this option.AC_DEFUN([_AM_SET_OPTION],[m4_define(_AM_MANGLE_OPTION([$1]), 1)])# _AM_SET_OPTIONS(OPTIONS)# ----------------------------------# OPTIONS is a space-separated list of Automake options.AC_DEFUN([_AM_SET_OPTIONS],[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])# -------------------------------------------# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.AC_DEFUN([_AM_IF_OPTION],[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])## Check to make sure that the build environment is sane.## Copyright 1996, 1997, 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_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

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲成av人片| 久久久久久免费毛片精品| 亚洲视频一二三区| 色呦呦一区二区三区| **性色生活片久久毛片| 色哟哟国产精品| 亚洲午夜激情av| 91精品国产欧美日韩| 精品一区二区三区免费播放| 精品99一区二区| 成人av影院在线| 一区二区日韩av| 欧美成人午夜电影| 大白屁股一区二区视频| 亚洲欧美在线观看| 欧美日韩一区 二区 三区 久久精品| 午夜精品福利一区二区蜜股av| 日韩一区二区在线看| 国产精品自在在线| 亚洲女女做受ⅹxx高潮| 欧美日高清视频| 国产一区激情在线| 亚洲另类在线视频| 欧美一二三区在线观看| 国产91精品免费| 亚洲国产精品一区二区www| 日韩美一区二区三区| 粉嫩久久99精品久久久久久夜| 一区二区三区欧美| 久久久久久久久久久久久久久99| www.亚洲人| 日本美女一区二区| 国产精品久久久久一区| 91精品免费观看| 成人h动漫精品一区二| 日韩国产欧美三级| 国产精品动漫网站| 欧美一级片免费看| 日本韩国欧美三级| 国产精品自拍在线| 午夜国产精品一区| 最新不卡av在线| 日韩欧美一区二区久久婷婷| 91一区二区三区在线播放| 日韩**一区毛片| 亚洲欧美电影一区二区| 久久久久国产一区二区三区四区| 91毛片在线观看| 国产精品1024久久| 美女视频第一区二区三区免费观看网站 | 麻豆成人av在线| 一区二区三区影院| 久久久久久黄色| 日韩一区二区三区观看| 一本高清dvd不卡在线观看 | 一区二区三区精密机械公司| 亚洲mv在线观看| 亚洲天堂网中文字| 欧美经典一区二区| 久久综合五月天婷婷伊人| 欧美日韩dvd在线观看| 色综合久久中文字幕| 成人手机在线视频| 国产二区国产一区在线观看| 蜜臀91精品一区二区三区| 午夜视频一区在线观看| 亚洲精品高清视频在线观看| 亚洲欧洲日产国码二区| 中文幕一区二区三区久久蜜桃| 久久免费国产精品| 精品乱码亚洲一区二区不卡| 69av一区二区三区| 91精品国产全国免费观看| 欧美高清性hdvideosex| 欧美日韩国产精选| 欧美日韩午夜影院| 欧美日韩黄色一区二区| 欧美精品自拍偷拍动漫精品| 欧美日韩在线三级| 91精品国产综合久久久久久久久久| 欧美三电影在线| 欧美高清视频在线高清观看mv色露露十八 | 91精品久久久久久久91蜜桃| 在线中文字幕一区二区| 欧美色成人综合| 欧美蜜桃一区二区三区| 欧美一级生活片| 久久久一区二区| 国产精品国产馆在线真实露脸 | 日韩av不卡在线观看| 视频一区欧美精品| 麻豆成人91精品二区三区| 国产精品一品视频| 成人国产亚洲欧美成人综合网| av电影在线观看完整版一区二区| 91在线观看地址| 欧美三区在线视频| 欧美大尺度电影在线| 国产欧美一区二区精品性色超碰| 国产欧美精品一区| 亚洲综合在线视频| 免费精品视频在线| 粉嫩aⅴ一区二区三区四区五区| 成人精品视频一区| 欧美色综合影院| 精品国产区一区| 一区二区中文视频| 丝袜亚洲另类欧美| 福利一区在线观看| 欧美性videosxxxxx| 日韩精品一区二区三区四区| 亚洲国产岛国毛片在线| 亚洲国产精品久久一线不卡| 久久99蜜桃精品| 91免费看`日韩一区二区| 欧美久久一区二区| 亚洲国产精品av| 爽爽淫人综合网网站| 岛国一区二区三区| 91麻豆精品国产91久久久使用方法 | 日韩天堂在线观看| 国产精品久久久久7777按摩 | 日韩一卡二卡三卡四卡| 国产欧美一区二区精品婷婷| 亚洲成a人片综合在线| 国产成人精品免费网站| 欧美日韩国产美女| 国产精品欧美一区喷水| 免费在线欧美视频| 色综合咪咪久久| 久久久久99精品国产片| 午夜精品久久久久久久久久久| 成人免费毛片嘿嘿连载视频| 制服丝袜成人动漫| 亚洲精品成人在线| 成人在线视频一区二区| 日韩午夜电影在线观看| 亚洲一级在线观看| 91在线一区二区三区| 久久久国产午夜精品| 秋霞电影一区二区| 欧美日韩在线不卡| 亚洲激情成人在线| 成人精品视频一区| 日本一区二区免费在线观看视频| 日韩成人dvd| 欧美日韩一区在线观看| 亚洲欧洲日产国码二区| 成人综合在线视频| 2024国产精品| 精品一区二区三区在线观看国产| 欧美午夜寂寞影院| 亚洲精品亚洲人成人网在线播放| 粉嫩av亚洲一区二区图片| 久久婷婷综合激情| 极品少妇一区二区| 精品久久国产老人久久综合| 日本亚洲天堂网| 777久久久精品| 日韩精品一卡二卡三卡四卡无卡| 欧美性色欧美a在线播放| 亚洲精品成人a在线观看| 91啪亚洲精品| 一区二区三区四区不卡在线| 91亚洲精品乱码久久久久久蜜桃| 国产精品视频看| 99久久免费精品| 一区二区中文字幕在线| 色诱视频网站一区| 有坂深雪av一区二区精品| 在线观看免费视频综合| 一区二区在线观看免费| 欧美中文字幕久久| 亚洲国产aⅴ天堂久久| 欧美日韩免费一区二区三区视频 | 一区二区日韩av| 欧美色欧美亚洲另类二区| 午夜精品影院在线观看| 欧美三级韩国三级日本三斤| 日韩电影在线免费| 欧美va亚洲va在线观看蝴蝶网| 国产又粗又猛又爽又黄91精品| 亚洲精品一区二区三区精华液| 国产一区二区调教| 日本一区二区三区免费乱视频 | 久久不见久久见中文字幕免费| 精品国产乱码久久久久久蜜臀| 国产米奇在线777精品观看| 国产无人区一区二区三区| 风流少妇一区二区| 一区二区三区成人在线视频| 欧美伦理影视网| 国产一区999| 一区二区三区国产| 欧美刺激午夜性久久久久久久| 国产精品亚洲成人| 亚洲色图视频网站| 91超碰这里只有精品国产| 激情六月婷婷综合| 亚洲欧美经典视频|