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

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

?? aclocal.m4

?? 一個開源的VPN原碼
?? M4
?? 第 1 頁 / 共 3 頁
字號:
# Copyright 1996, 1997, 1998, 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 8# 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...AC_PREREQ([2.52])# 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# 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])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])])# 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.6"])# 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.6.1])])# 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# 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)])

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩在线卡一卡二| 国产日产欧美精品一区二区三区| 一区二区在线观看免费视频播放| 一本色道久久加勒比精品| 综合中文字幕亚洲| 欧美最猛性xxxxx直播| 天天综合天天综合色| 日韩一区二区三区免费看 | 激情成人综合网| 久国产精品韩国三级视频| 欧美日韩国产成人在线免费| 欧美三级电影在线观看| 欧美不卡激情三级在线观看| 精品美女在线播放| 一区二区三区欧美在线观看| 亚洲成人资源网| 蜜桃av一区二区三区| 亚洲国产成人porn| 精品欧美乱码久久久久久| 国产成人精品亚洲777人妖| 91精品国产综合久久久久久| 亚洲国产综合91精品麻豆| 免费人成精品欧美精品| 欧美一级黄色片| 激情欧美一区二区三区在线观看| 久久午夜羞羞影院免费观看| 天天爽夜夜爽夜夜爽精品视频| 一本在线高清不卡dvd| 日韩欧美电影一区| 免费成人av在线播放| 欧美性大战久久久久久久蜜臀| 夜夜嗨av一区二区三区中文字幕| 成人国产精品视频| 亚洲另类春色国产| 在线不卡的av| 日本一区中文字幕| 在线精品视频免费观看| 中文字幕综合网| 欧美日韩国产高清一区二区三区| 亚洲国产你懂的| 欧美三级电影在线看| 日本特黄久久久高潮| 日韩欧美久久久| 六月婷婷色综合| 精品成人私密视频| 国产精品18久久久久久久久| 国产欧美精品一区二区三区四区| 国产成人一区在线| 精品国产91久久久久久久妲己 | 国产精品中文字幕日韩精品| 亚洲欧洲综合另类在线| 日韩一级高清毛片| 99久久久国产精品| 国产福利91精品| 视频一区国产视频| 亚洲一区二区三区小说| 日本一区二区不卡视频| 亚洲福利国产精品| 91久久精品网| 国产成人自拍网| 午夜欧美大尺度福利影院在线看| 日韩视频不卡中文| 不卡一区二区在线| 精品午夜久久福利影院 | 亚洲综合免费观看高清在线观看| 制服丝袜成人动漫| 成人精品免费视频| 538在线一区二区精品国产| 91麻豆蜜桃一区二区三区| 国产成人免费在线| 狠狠色综合播放一区二区| 美女视频黄 久久| 天天色天天操综合| 日韩黄色免费网站| 香蕉久久一区二区不卡无毒影院 | jiyouzz国产精品久久| 国产精品亚洲人在线观看| 欧美bbbbb| 免费观看一级欧美片| 国产成人在线观看免费网站| 欧美日韩综合在线免费观看| 欧美大片顶级少妇| 一区二区三区欧美久久| 九九热在线视频观看这里只有精品| 岛国精品一区二区| 欧美日韩国产免费一区二区| 久久亚洲私人国产精品va媚药| 亚洲视频一区在线| 老司机精品视频导航| 99精品欧美一区二区三区小说 | 国产欧美日韩在线看| 亚洲综合一区二区三区| 国产精品自在在线| 欧美日韩一区二区三区在线看| 久久免费电影网| 亚洲h动漫在线| av一本久道久久综合久久鬼色| 日韩欧美黄色影院| 亚洲一区二区三区影院| 成年人午夜久久久| 久久蜜臀中文字幕| 日韩经典一区二区| 一本色道久久加勒比精品| 久久精品一区四区| 日韩高清国产一区在线| 91啦中文在线观看| 国产日韩欧美不卡| 日韩不卡一二三区| 国产欧美日韩三级| 成人丝袜视频网| 亚洲风情在线资源站| 色婷婷久久久亚洲一区二区三区| 精品1区2区在线观看| 蜜臀av性久久久久蜜臀aⅴ| 在线视频一区二区三| 亚洲婷婷综合久久一本伊一区| 激情五月激情综合网| 欧美成人女星排名| 日韩vs国产vs欧美| 7777精品伊人久久久大香线蕉的| 成人免费精品视频| 国产调教视频一区| 国内精品国产成人国产三级粉色 | 国产喷白浆一区二区三区| 婷婷开心激情综合| 欧美亚洲自拍偷拍| 亚洲一区二区三区三| 91久久精品午夜一区二区| 亚洲免费资源在线播放| av动漫一区二区| 中文字幕五月欧美| 99re视频精品| 亚洲视频免费在线观看| 91麻豆免费观看| 一区二区三区四区在线免费观看| 91同城在线观看| 亚洲男人都懂的| 91国偷自产一区二区使用方法| 自拍偷拍国产精品| 在线精品亚洲一区二区不卡| 亚洲午夜精品17c| 这里是久久伊人| 麻豆精品视频在线观看免费| 欧美岛国在线观看| 国产精品 欧美精品| 国产精品每日更新在线播放网址| 成人sese在线| 一区二区三区在线观看视频| 在线免费亚洲电影| 三级精品在线观看| 精品入口麻豆88视频| 国产精品一区二区你懂的| 中文天堂在线一区| 欧洲人成人精品| 日本三级韩国三级欧美三级| 精品国产欧美一区二区| 国产福利一区二区三区视频| 日韩久久一区二区| 欧美日韩午夜在线视频| 久久97超碰国产精品超碰| 欧美国产精品一区| 在线观看日韩电影| 久久99精品一区二区三区三区| 久久精品欧美一区二区三区不卡 | 欧美一级搡bbbb搡bbbb| 久久99精品久久久久久久久久久久 | 欧美图片一区二区三区| 精品少妇一区二区三区日产乱码 | 久久久99精品免费观看| 欧美日本在线播放| 欧美不卡一区二区| 色狠狠色狠狠综合| 成人免费av在线| 91在线无精精品入口| 免费在线观看一区二区三区| 亚洲成人在线免费| 日本欧美一区二区在线观看| 精品免费日韩av| zzijzzij亚洲日本少妇熟睡| 亚洲一区二区三区中文字幕| 欧美一级国产精品| 91免费小视频| 麻豆91精品91久久久的内涵| 中文字幕一区二区三区在线观看 | 蜜芽一区二区三区| 欧美国产精品久久| 6080yy午夜一二三区久久| av不卡在线播放| 蜜臂av日日欢夜夜爽一区| 最新欧美精品一区二区三区| 日韩亚洲欧美一区二区三区| av一区二区三区四区| 韩国三级电影一区二区| 亚洲一区二区三区国产| 中文子幕无线码一区tr| 欧美一级黄色录像| 欧美在线色视频| 成人三级伦理片| 黄色小说综合网站| 亚洲成av人片在线观看|