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

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

?? status.m4

?? MSYS在windows下模擬了一個類unix的終端
?? M4
?? 第 1 頁 / 共 4 頁
字號:
done_ACEOF])# _AC_OUTPUT_LINKS## --------------------- #### Configuration files.  #### --------------------- ### _AC_CONFIG_FILE(FILE..., [COMMANDS])# ------------------------------------# See below.m4_define([_AC_CONFIG_FILE],[_AC_CONFIG_UNIQUE([$1])dnlm4_append([AC_LIST_FILES], [ $1])dnl_AC_CONFIG_DEPENDENCIES([$1])dnldnl Register the commands.m4_ifval([$2],[m4_append([AC_LIST_FILES_COMMANDS],[    ]m4_bpatsubst([$1], [:.*])[ ) $2 ;;])])dnl])# AC_CONFIG_FILES(FILE..., [COMMANDS], [INIT-CMDS])# -------------------------------------------------# Specify output files, as with AC_OUTPUT, i.e., files that are# configured with AC_SUBST.  Associate the COMMANDS to each FILE,# i.e., when config.status creates FILE, run COMMANDS afterwards.## The commands are stored in a growing string AC_LIST_FILES_COMMANDS# which should be used like this:##      case $ac_file in#        AC_LIST_FILES_COMMANDS#      esacAC_DEFUN([AC_CONFIG_FILES],[AC_FOREACH([AC_File], [$1], [_AC_CONFIG_FILE(m4_defn([AC_File]), [$2])])dnl_AC_CONFIG_COMMANDS_INIT([$3])dnlac_config_files="$ac_config_files m4_normalize([$1])"])# Initialize the lists.m4_define([AC_LIST_FILES])m4_define([AC_LIST_FILES_COMMANDS])# _AC_OUTPUT_FILES# ----------------# Do the variable substitutions to create the Makefiles or whatever.# This is a subroutine of AC_OUTPUT.## It has to send itself into $CONFIG_STATUS (eg, via here documents).# Upon exit, no here document shall be opened.m4_define([_AC_OUTPUT_FILES],[cat >>$CONFIG_STATUS <<_ACEOF## CONFIG_FILES section.## No need to generate the scripts if there are no CONFIG_FILES.# This happens for instance when ./config.status config.hif test -n "\$CONFIG_FILES"; then  # Protect against being on the right side of a sed subst in config.status.dnl Please, pay attention that this sed code depends a lot on the shapednl of the sed commands issued by AC_SUBST.  So if you change one, changednl the other too.[  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF]dnl These here document variables are unquoted when configure runsdnl but quoted when config.status runs, so variables are expanded once.dnl Insert the sed substitutions of variables.m4_ifdef([_AC_SUBST_VARS],         [AC_FOREACH([AC_Var], m4_defn([_AC_SUBST_VARS]),[s,@AC_Var@,$AC_Var,;t t])])dnlm4_ifdef([_AC_SUBST_FILES],         [AC_FOREACH([AC_Var], m4_defn([_AC_SUBST_FILES]),[/@AC_Var@/r $AC_Vars,@AC_Var@,,;t t])])dnlCEOF_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF  # Split the substitutions into bite-sized pieces for seds with  # small command number limits, like on Digital OSF/1 and HP-UX.dnl One cannot portably go further than 100 commands because of HP-UX.dnl Here, there are 2 cmd per line, and two cmd are added later.  ac_max_sed_lines=48  ac_sed_frag=1 # Number of current file.  ac_beg=1 # First line for current file.  ac_end=$ac_max_sed_lines # Line after last line for current file.  ac_more_lines=:  ac_sed_cmds=  while $ac_more_lines; do    if test $ac_beg -gt 1; then      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag    else      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag    fi    if test ! -s $tmp/subs.frag; then      ac_more_lines=false    else      # The purpose of the label and of the branching condition is to      # speed up the sed processing (if there are no `@' at all, there      # is no need to browse any of the substitutions).      # These are the two extra sed commands mentioned above.      (echo [':t  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b'] && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed      if test -z "$ac_sed_cmds"; then  	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"      else  	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"      fi      ac_sed_frag=`expr $ac_sed_frag + 1`      ac_beg=$ac_end      ac_end=`expr $ac_end + $ac_max_sed_lines`    fi  done  if test -z "$ac_sed_cmds"; then    ac_sed_cmds=cat  fifi # test -n "$CONFIG_FILES"_ACEOFcat >>$CONFIG_STATUS <<\_ACEOFfor ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".  case $ac_file in  - | *:- | *:-:* ) # input from stdin        cat >$tmp/stdin        ac_file_in=`echo "$ac_file" | sed 's,[[^:]]*:,,'`        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[[^:]]*:,,'`        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;  * )   ac_file_in=$ac_file.in ;;  esac  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.  ac_dir=`AS_DIRNAME(["$ac_file"])`  AS_MKDIR_P(["$ac_dir"])  _AC_SRCPATHS(["$ac_dir"])AC_PROVIDE_IFELSE([AC_PROG_INSTALL],[  case $INSTALL in  [[\\/$]]* | ?:[[\\/]]* ) ac_INSTALL=$INSTALL ;;  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;  esac])dnl  if test x"$ac_file" != x-; then    AC_MSG_NOTICE([creating $ac_file])    rm -f "$ac_file"  fi  # Let's still pretend it is `configure' which instantiates (i.e., don't  # use $as_me), people would be surprised to read:  #    /* config.h.  Generated by config.status.  */  if test x"$ac_file" = x-; then    configure_input=  else    configure_input="$ac_file.  "  fi  configure_input=$configure_input"Generated from `echo $ac_file_in |                                     sed 's,.*/,,'` by configure."  # First look for the input files in the build tree, otherwise in the  # src tree.  ac_file_inputs=`IFS=:    for f in $ac_file_in; do      case $f in      -) echo $tmp/stdin ;;      [[\\/$]]*)         # Absolute (can't be DOS-style, as IFS=:)         test -f "$f" || AC_MSG_ERROR([cannot find input file: $f])         echo $f;;      *) # Relative         if test -f "$f"; then           # Build tree           echo $f         elif test -f "$srcdir/$f"; then           # Source tree           echo $srcdir/$f         else           # /dev/null tree           AC_MSG_ERROR([cannot find input file: $f])         fi;;      esac    done` || AS_EXIT([1])_ACEOFcat >>$CONFIG_STATUS <<_ACEOFdnl Neutralize VPATH when `$srcdir' = `.'.  sed "$ac_vpsubdnl Shell code in configure.ac might set extrasub.dnl FIXME: do we really want to maintain this feature?$extrasub_ACEOFcat >>$CONFIG_STATUS <<\_ACEOF:t[/@[a-zA-Z_][a-zA-Z_0-9]*@/!b]s,@configure_input@,$configure_input,;t ts,@srcdir@,$ac_srcdir,;t ts,@abs_srcdir@,$ac_abs_srcdir,;t ts,@top_srcdir@,$ac_top_srcdir,;t ts,@abs_top_srcdir@,$ac_abs_top_srcdir,;t ts,@builddir@,$ac_builddir,;t ts,@abs_builddir@,$ac_abs_builddir,;t ts,@top_builddir@,$ac_top_builddir,;t ts,@abs_top_builddir@,$ac_abs_top_builddir,;t tAC_PROVIDE_IFELSE([AC_PROG_INSTALL], [s,@INSTALL@,$ac_INSTALL,;t t])dnldnl The parens around the eval prevent an "illegal io" in Ultrix sh." $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out  rm -f $tmp/stdindnl This would break Makefile dependencies.dnl  if diff $ac_file $tmp/out >/dev/null 2>&1; thendnl    echo "$ac_file is unchanged"dnl   elsednl     rm -f $ac_filednl    mv $tmp/out $ac_filednl  fi  if test x"$ac_file" != x-; then    mv $tmp/out $ac_file  else    cat $tmp/out    rm -f $tmp/out  fim4_ifset([AC_LIST_FILES_COMMANDS],[  # Run the commands associated with the file.  case $ac_file inAC_LIST_FILES_COMMANDS()dnl  esac])dnldone_ACEOF])# _AC_OUTPUT_FILES## ----------------------- #### Configuration subdirs.  #### ----------------------- ### AC_CONFIG_SUBDIRS(DIR ...)# --------------------------# We define two variables:# - ac_subdirs_all#   is built in the `default' section, and should contain *all*#   the arguments of AC_CONFIG_SUBDIRS.  It is used for --help=recursive.#   It makes no sense for arguments which are sh variables.# - subdirs#   which is built at runtime, so some of these dirs might not be#   included, if for instance the user refused a part of the tree.#   This is used in _AC_OUTPUT_SUBDIRS.# _AC_LIST_SUBDIRS is used only for _AC_CONFIG_UNIQUE.AC_DEFUN([AC_CONFIG_SUBDIRS],[_AC_CONFIG_UNIQUE([$1])dnlAC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnlm4_append([_AC_LIST_SUBDIRS], [ $1])dnlAS_LITERAL_IF([$1], [],              [AC_DIAGNOSE(syntax, [$0: you should use literals])])m4_divert_text([DEFAULTS],               [ac_subdirs_all="$ac_subdirs_all m4_normalize([$1])"])AC_SUBST(subdirs, "$subdirs $1")dnl])# Initialize the list.m4_define([_AC_LIST_SUBDIRS])# _AC_OUTPUT_SUBDIRS# ------------------# This is a subroutine of AC_OUTPUT, but it does not go into# config.status, rather, it is called after running config.status.m4_define([_AC_OUTPUT_SUBDIRS],[## CONFIG_SUBDIRS section.#if test "$no_recursion" != yes; then  # Remove --cache-file and --srcdir arguments so they do not pile up.  ac_sub_configure_args=  ac_prev=  for ac_arg in $ac_configure_args; do    if test -n "$ac_prev"; then      ac_prev=      continue    fi    case $ac_arg in    -cache-file | --cache-file | --cache-fil | --cache-fi \    | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)      ac_prev=cache_file ;;    -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \    | --c=*)      ;;    --config-cache | -C)      ;;    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)      ac_prev=srcdir ;;    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)      ;;    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)      ac_prev=prefix ;;    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)      ;;    *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;    esac  done  # Always prepend --prefix to ensure using the same prefix  # in subdir configurations.  ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"  ac_popdir=`pwd`  for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue    # Do not complain, so a configure script can configure whichever    # parts of a large source tree are present.    test -d $srcdir/$ac_dir || continue    AC_MSG_NOTICE([configuring in $ac_dir])    AS_MKDIR_P(["$ac_dir"])    _AC_SRCPATHS(["$ac_dir"])    cd $ac_dir    # Check for guested configure; otherwise get Cygnus style configure.    if test -f $ac_srcdir/configure.gnu; then      ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"    elif test -f $ac_srcdir/configure; then      ac_sub_configure="$SHELL '$ac_srcdir/configure'"    elif test -f $ac_srcdir/configure.in; then      ac_sub_configure=$ac_configure    else      AC_MSG_WARN([no configuration information is in $ac_dir])      ac_sub_configure=    fi    # The recursion is here.    if test -n "$ac_sub_configure"; then      # Make the cache file name correct relative to the subdirectory.      case $cache_file in      [[\\/]]* | ?:[[\\/]]* ) ac_sub_cache_file=$cache_file ;;      *) # Relative path.        ac_sub_cache_file=$ac_top_builddir$cache_file ;;      esac      AC_MSG_NOTICE([running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir])      # The eval makes quoting arguments work.      eval $ac_sub_configure $ac_sub_configure_args \           --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||        AC_MSG_ERROR([$ac_sub_configure failed for $ac_dir])    fi    cd $ac_popdir  donefi])# _AC_OUTPUT_SUBDIRS## -------------------------- #### Outputting config.status.  #### -------------------------- ### autoupdate::AC_OUTPUT([CONFIG_FILES...], [EXTRA-CMDS], [INIT-CMDS])# -------------------------------------------------------------------## If there are arguments given to AC_OUTPUT, dispatch them to the# proper modern macros.AU_DEFUN([AC_OUTPUT],[m4_ifvaln([$1],           [AC_CONFIG_FILES([$1])])dnlm4_ifvaln([$2$3],          [AC_CONFIG_COMMANDS(default, [[$2]], [[$3]])])dnl[AC_OUTPUT]])# AC_OUTPUT([CONFIG_FILES...], [EXTRA-CMDS], [INIT-CMDS])# -------------------------------------------------------# The big finish.# Produce config.status, config.h, and links; and configure subdirs.# The CONFIG_HEADERS are defined in the m4 variable AC_LIST_HEADERS.# Pay special attention not to have too long here docs: some old# shells die.  Unfortunately the limit is not known precisely...m4_define([AC_OUTPUT],[dnl Dispatch the extra arguments to their native macros.m4_ifval([$1],         [AC_CONFIG_FILES([$1])])dnlm4_ifval([$2$3],         [AC_CONFIG_COMMANDS(default, [$2], [$3])])dnl

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
www.久久久久久久久| 欧美大片在线观看| 91在线你懂得| fc2成人免费人成在线观看播放| 国产一区二区三区免费看| 国内精品免费在线观看| 国产美女娇喘av呻吟久久| 国产精品主播直播| 风流少妇一区二区| 99国产精品国产精品毛片| 99re热这里只有精品视频| 色偷偷一区二区三区| 欧美中文字幕一区| 91麻豆精品国产91久久久更新时间| 欧美精品色一区二区三区| 欧美一区二区三区在线观看| 日韩精品一区在线观看| 久久久国产午夜精品| 日本一区二区视频在线| 亚洲精品少妇30p| 亚洲成人综合视频| 久久99最新地址| 国产91精品一区二区| 91亚洲精品久久久蜜桃| 欧美色图免费看| 精品国免费一区二区三区| 国产亚洲欧美日韩在线一区| 亚洲天堂中文字幕| 天天亚洲美女在线视频| 极品美女销魂一区二区三区免费| 国产精品夜夜爽| 一本色道久久综合亚洲aⅴ蜜桃| 欧美日韩视频专区在线播放| 欧美大片顶级少妇| 最好看的中文字幕久久| 首页国产欧美久久| 国产成人福利片| 欧美怡红院视频| 久久先锋影音av鲁色资源| 最新高清无码专区| 久久99久久久欧美国产| 99v久久综合狠狠综合久久| 欧美丰满少妇xxxbbb| 欧美韩日一区二区三区四区| 亚洲在线观看免费视频| 国产精品一区二区在线看| 在线免费不卡视频| 久久久精品国产99久久精品芒果| 一区二区三区在线看| 国产一区久久久| 欧美午夜理伦三级在线观看| 国产三级欧美三级| 无吗不卡中文字幕| aaa国产一区| 亚洲精品在线一区二区| 一区二区国产视频| 高清不卡在线观看av| 在线成人av网站| 日韩理论片一区二区| 久久99国产乱子伦精品免费| 在线免费观看日韩欧美| 国产欧美日韩在线观看| 免费精品99久久国产综合精品| 不卡av免费在线观看| 精品国产乱码久久久久久浪潮| 一区二区三区四区不卡视频| 国产白丝精品91爽爽久久 | 欧美性猛交xxxx黑人交| 国产亚洲欧美在线| 青青国产91久久久久久| 91精品办公室少妇高潮对白| 国产欧美日韩另类一区| 久久精品国产久精国产爱| 欧美日韩高清不卡| 亚洲欧美国产三级| 成人在线综合网站| 精品处破学生在线二十三| 天天色天天爱天天射综合| 色悠悠久久综合| 国产精品久久久久精k8| 国产乱子伦视频一区二区三区| 91精品一区二区三区在线观看| 一区二区三区欧美| aaa欧美日韩| 国产精品免费视频观看| 国产99久久久久久免费看农村| 欧美一区二区黄| 无吗不卡中文字幕| 欧美猛男超大videosgay| 亚洲午夜久久久久久久久电影网| 91视视频在线观看入口直接观看www | 国产精品成人一区二区三区夜夜夜| 麻豆一区二区在线| 欧美精品一级二级三级| 亚洲高清免费视频| 欧美性生活久久| 亚洲永久免费视频| 91成人免费网站| 一区二区三区欧美日| 欧美午夜理伦三级在线观看| 一区二区三区波多野结衣在线观看 | 精品无人码麻豆乱码1区2区| 日韩一区二区精品葵司在线| 日韩av一级片| 日韩色视频在线观看| 男男成人高潮片免费网站| 制服.丝袜.亚洲.中文.综合| 无吗不卡中文字幕| 日韩欧美中文字幕一区| 麻豆成人免费电影| 久久综合久色欧美综合狠狠| 国产乱人伦偷精品视频免下载| 2021久久国产精品不只是精品| 狠狠色丁香婷婷综合| 久久精品欧美一区二区三区不卡| 国产成人h网站| 最新欧美精品一区二区三区| 色久优优欧美色久优优| 亚洲一区在线观看免费 | 精品久久久久久久一区二区蜜臀| 久久精品国产一区二区| 久久精品一区二区| 99免费精品在线| 亚洲超碰精品一区二区| 日韩一级完整毛片| 国产成人亚洲综合a∨婷婷| 国产精品嫩草影院av蜜臀| 在线视频国内一区二区| 日本不卡在线视频| 国产亚洲污的网站| 日本道色综合久久| 日本伊人午夜精品| 欧美国产日韩a欧美在线观看| 91麻豆成人久久精品二区三区| 亚洲国产综合人成综合网站| 日韩免费看的电影| www.在线欧美| 午夜精品国产更新| 26uuu精品一区二区三区四区在线| 风流少妇一区二区| 亚洲国产美女搞黄色| 精品国产91亚洲一区二区三区婷婷 | 美国毛片一区二区三区| 国产精品另类一区| 911国产精品| 成人久久视频在线观看| 亚洲va欧美va人人爽| 欧美精品一区二区三区视频| 91一区二区在线| 免费久久99精品国产| 自拍偷拍亚洲欧美日韩| 欧美一区二区三区在线视频| eeuss鲁一区二区三区| 日日摸夜夜添夜夜添精品视频| 国产日韩v精品一区二区| 欧美网站一区二区| 高清不卡在线观看| 日韩电影在线一区二区三区| 中文乱码免费一区二区| 91精品国产麻豆| av中文字幕不卡| 久久91精品国产91久久小草| 亚洲女同一区二区| 久久精品亚洲国产奇米99| 欧美日韩精品三区| 99国产精品久久久久| 久久国产乱子精品免费女| 一区二区三区日本| 中文字幕高清一区| 日韩美女主播在线视频一区二区三区 | 亚洲r级在线视频| 国产精品毛片无遮挡高清| 欧美一级国产精品| 欧美吻胸吃奶大尺度电影| aaa亚洲精品| 国产精品影音先锋| 久久99精品久久久久婷婷| 亚洲成人av中文| 亚洲男人天堂av| 制服丝袜激情欧洲亚洲| 亚洲精品视频观看| 99久久国产综合精品色伊| 色狠狠桃花综合| 国产综合色精品一区二区三区| 亚洲bt欧美bt精品777| 亚洲色欲色欲www| 欧美高清在线视频| 久久天天做天天爱综合色| 91精品国产综合久久蜜臀| 色嗨嗨av一区二区三区| 99精品欧美一区二区三区小说 | 狠狠色综合播放一区二区| 亚洲成国产人片在线观看| 亚洲欧美激情一区二区| 国产精品国产自产拍在线| 国产欧美日韩三级| 国产欧美一区二区在线| 国产午夜精品理论片a级大结局| 精品国产成人系列| 久久先锋影音av|